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

Using amcl with 360° laser, periodically update without rotating operations.

asked 2016-03-24 01:51:02 -0500

Orhan gravatar image

updated 2016-03-25 04:45:11 -0500

Hi all,

I have a robot with 3 lasers. It can update costmaps in 360°. Using amcl's global_localization service isn't useful without rotating robot. How can I calculate robot's pose periodically?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
3

answered 2016-03-24 15:34:04 -0500

al-dev gravatar image

global_localization is a feature to (re-)initialize amcl's particle filter by spreading estimates throughout the entire map. It is meant to be called only occasionally if the robot gets lost, certainly not "continuously". And yes, it typically requires some motion from the robot to make the filter converge. Calculating the robot's pose continuously is the task of amcl in general, not specifically of the global_localization service. See this thread for using multiple laser scans with amcl.

edit flag offensive delete link more

Comments

Thank you, Is there a way to update amcl continuously with single laser?

Orhan gravatar image Orhan  ( 2016-03-24 15:54:54 -0500 )edit
1

By continuously do you mean periodically, without moving the robot ? Not with the default implementation of amcl, the filter is only updated when one of the thresholds controlled by update_min_d (distance) and update_min_a (angle) is exceeded.

al-dev gravatar image al-dev  ( 2016-03-24 17:13:23 -0500 )edit

Yes, I mean periodically without moving robot. Thank you for an answer.

Orhan gravatar image Orhan  ( 2016-03-25 01:47:39 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-03-24 01:51:02 -0500

Seen: 539 times

Last updated: Mar 25 '16