Skip to content
Discussion options

You must be logged in to vote

Regarding recording a waypoint, ros2 bag record will subscribe to topics, but that might not be what you are looking for (more documentation here is you are curious https://docs.ros.org/en/galactic/Tutorials/Ros2bag/Recording-And-Playing-Back-Data.html). If you just want to see the position of a waypoint that you can then put in your python script to execute in a time sequence, you could just use ros2 topic echo on the waypoint topic to print out what the coordinates are, then code them into your python application.

Regarding the flashing yellow light, did you modify the safety_override mode? If you are using the default mode none, the robot has limited ability to back up because it doesn…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@justinIRBT
Comment options

Answer selected by shamlian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forum_ros2 Forum post about general ROS 2 usage
2 participants