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

implementing Localization and mapping at the same time

asked 2021-07-20 03:20:34 -0500

Delbina gravatar image

Hi everyone,

Would you please send me a link/document/video that shows the implementation of localization and mapping at the same time? up to now everything that I have seen, they did first mapping and then localization. I have not seen a video or a tutorial that shows the implementation of mapping and localization simultaneously.

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-07-25 12:21:40 -0500

fergs gravatar image

I'm not sure there really is a tutorial, because it is quite straight forward but the exact launch file changes are different depending on which robot you are using. The steps are:

  1. Remove AMCL (or whatever other localization package you are using) from your navigation launch file.
  2. Run your mapping software. In addition to generating a map, this also outputs the base_link -> odom transformation that AMCL normally would.
edit flag offensive delete link more

Comments

I sis not get your point! I am working with warthog (clearpath robot). I have also used rtabmap, but the problem is that first i should do mapping and then on the saved map in the database, launch rtabmap in localization mode. again in two step, mapping and localization happen. but i want to have them at the same time.

Delbina gravatar image Delbina  ( 2021-07-26 08:41:42 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-07-20 03:20:34 -0500

Seen: 60 times

Last updated: Jul 25 '21