Unity-Robotics-Hub icon indicating copy to clipboard operation
Unity-Robotics-Hub copied to clipboard

ROS2,Action

Open helloworld2737 opened this issue 5 months ago • 0 comments

I found that in the fourth part of pickandplace tutorial there is a mention of action, which I imitated to do for unity-ros2. But I found that there are errors like this: [ERROR] [1756890753.179074183] [UnityEndpoint]: Failed to resolve message name: module 'nav2msgs.msg' has no attribute 'NavigateToPose' I'm guessing because of "nav2msgs.msg", it should become "nav2_msgs.action". But is the subscription function of this package only for MSG types? That is, the package cannot subscribe to actions. So it is not possible to use the package to communicate with Unity-Ros2 actions. Am I guessing right?Thank you very much

helloworld2737 avatar Sep 03 '25 09:09 helloworld2737