-
Notifications
You must be signed in to change notification settings - Fork 455
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels