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

Suggestions on Mapping and Navigation

asked 2022-10-07 05:50:15 -0500

Kostas Tzias gravatar image

updated 2022-10-07 06:06:29 -0500

ravijoshi gravatar image

I want to build a mapping and navigation robot with simultaneous obstacle avoidance.

So I was wondering, do I have to create the map first and then do the navigation? Or maybe there is a way in which the robot makes a map while navigating?


edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-10-07 13:19:29 -0500

You can definitely map and navigate at the same time with any of the standard ROS supported SLAM / Navigation stacks. They fill the same map->odom transform and publish to a map topic that Navigation can use to plan within. Just swap out your localizer for your mapper of interest.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2022-10-07 05:50:15 -0500

Seen: 56 times

Last updated: Oct 07 '22