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

robot don't try to match it's real position

asked 2011-05-03 01:48:53 -0600

Charles gravatar image

updated 2011-05-03 13:48:35 -0600

The navigation stack was running quite well in navigation stage with my navigation config file. From my understanding, the robot will try to match it's real position gradually, as long as it move around. But, in my physical robot, the robot don't try to match it's real position, when i give it a goal. The tf tree is OK. What is the problem maybe?

In addition, I can use my robot to built a good map. Does that means my odometry data is sensible ?

image description

edit retag flag offensive close merge delete

Comments

Have you set the initialpose for your robot manually for AMCL?
eitan gravatar image eitan  ( 2011-05-03 05:08:27 -0600 )edit
What does it actually do when you give it a goal? Does it attempt to move at all? Does it just sit? Does move_base throw any errors to the terminal window or rxconsole? Did you write your own drivers for the physical robot or are you using existing drivers such as p2os?
Eric Perko gravatar image Eric Perko  ( 2011-05-03 07:00:56 -0600 )edit
I have set the initialpose. I can use rviz to set the initialpose and send a goal to the robot. The robot move to the goal, when i give it a goal. But the laser scan line don't try to match the walls and the corners automatically.
Charles gravatar image Charles  ( 2011-05-03 14:54:45 -0600 )edit
It seems that AMCL didn't work, but the /map frame to /odom frame transformation was OK.
Charles gravatar image Charles  ( 2011-05-03 14:55:20 -0600 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-05-04 10:16:52 -0600

eitan gravatar image

Have you tried joysticking the robot around with AMCL running to see if you can get reasonable results independent of navigation? Have you been careful to set an initialpose that is close to the actual position of the robot in the map? Have you verified your odometry and laser scans are reasonable?

The navigation tuning guide gives some tips on how you might check your odometry is working.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-05-03 01:48:53 -0600

Seen: 333 times

Last updated: May 04 '11