Replies: 1 comment
-
First of all, a small correction: the The robot does not have a persistent idea of its location in the space and, if you restart the application (or the robot), the coordinate system will reset to [0, 0, 0]. We provide a ROS 2 service to reset the pose estimate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make my Create 3 go to several unique positions using the Nav2 action, however, I can't figure out how to reset the axis that the robot believes is x and y. My robot needs to be able to go to several locations consistently and I thought the best way to do this would be to call the Nav2 action and pass in those coordinates that correspond to the location, however the robot does not have a consistent x and y axis it follows when I turn it on and off. In addition, I want to zero out where it thinks the origin is (0, 0) and can't find anything on this. Any help would be very much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions