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

Resetting odometry(pose) information

asked 2013-05-11 11:07:55 -0500

bkim gravatar image

Hello,

I am conducting an experiment that compares different navigation algorithms for a short distance (<4~5m) using a turtlebot, by plotting the sequences of locations contained in the odom messages. Since I am concerned with only short distances, I am not willing to use any localization to estimate the precise pose(location) of the robot.

The problem is that because I am relying only on odometry information (i.e. how much wheels have turned) to estimate the pose of the robot, odometry messages contain different pose information even for a same location. As a result, everytime I switch between navigation algorithms I need to turn off and turn on the turtlebot package in order to start at (0,0).

Is there a way to manually set the pose of the robot without turning on and off the turtlebot package? I am using turtlebot_bringup minimal.launch.

Thank you in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-05-12 07:05:06 -0500

I don't believe that the turtlebot driver supports re-initializing odometry. I haven't used the kobuki driver, but if you have a turtlebot 2.0 then give it a shot. It has a reset_odometry feature as described here.

In general, you can solve this problem by writing a node that subscribes odom messages and republishes them for plotting. You can then add a service to this node that zeros out the values.

edit flag offensive delete link more

Comments

Hi ! I tried to use that reset_odometry that you linked (I am trying to do the same thing as bkim, except that I try to do it for a Turtlebot2), it doesn't seem to work. Maybe it hasn't been implemented yet ?

Lucile gravatar image Lucile  ( 2013-05-28 03:49:35 -0500 )edit

Has there been any update to this? I have a similar desire.

benabruzzo gravatar image benabruzzo  ( 2014-02-17 08:03:59 -0500 )edit

Question Tools

Stats

Asked: 2013-05-11 11:07:55 -0500

Seen: 2,262 times

Last updated: May 12 '13