ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

navigation2 cpp Action with feedback examples

asked 2022-02-16 10:13:44 -0500

dennis_bergin gravatar image

updated 2022-02-20 18:47:13 -0500

lucasw gravatar image

Hi I have reviewed all of the documentation and source code and I am still confuse don how to set up a cpp nav action client and if necessary a server. I have used the top level pub/sub process. But, I would like more intermediate feedback equivalent to what is provided in the Python3 BasicNavigator class and examples. Is there an equivalent class for cpp and similar examples. if there is documentation specific to this that I have missed, please point me to it.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-16 14:06:33 -0500

Track the Nav To Pose client in the Waypoint Follower as the practical demo of how to work with it https://github.com/ros-planning/navig.... The rviz2 plugin also uses the client as another example. Overall, its the typical Action API but I understand it can be a little daunting for new users, its one of the main reasons I implemented the Waypoint Follower the way I did to be a clear demo.

edit flag offensive delete link more

Comments

Thanks Steve!

dennis_bergin gravatar image dennis_bergin  ( 2022-02-23 09:20:02 -0500 )edit

Can you mark this as correct so its off the unanswered questions queue?

stevemacenski gravatar image stevemacenski  ( 2022-02-23 13:36:18 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2022-02-16 10:13:44 -0500

Seen: 227 times

Last updated: Feb 16 '22