How do I publish the message to /odom to change the position?
Hi! Thank you for taking time to watch.
I found some similar answer on website:
https://answers.ros.org/question/2275...
$rosservice call /turtle1/teleport_absolute “x: 0.0 y: 0.0 theta: 0.0”
It can send x,y to the turtle and change the position
So i want to do this on turtlebot , but i can’t find the rosservice about /odom
Is there have a way to do the same on Turtlebot2?
Why don't you write your own odometry publisher using
nav_msgs/Odometry
message documented here?Ok ~~!! I'm a beginner but I'll try it Thank you!