You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm, this makes sense. I will have to think of a work around. This is because actionlib is used. When rviz sends out a goal, it gets its own goal ID that web clients do not know about. That is, they are never really notified. Actionlib was never really designed for multiple clients concerned with a single goal.
The way I worked around was setting up the subscriber which listens to move_base action goal. Then it will visualize the nav goals regardless of goal id.
The other way is listening to /move_base/current_goal. Seems like this is the pose publisher.
If navigation goal is set in the rviz, the web interface does not show the goal.
The text was updated successfully, but these errors were encountered: