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

How to navigation using only rtabmap slam and move_base?

asked 2021-07-12 08:39:28 -0500

sleepbox gravatar image

Hi.

I using Realsense D435 and custom rover, and I tried navigation with it, but I didn't get the results I wanted.

I have been searching, but haven't found out how to navigation using only slam node and move_base.

So I thought of a few ways, can I solve this problem by tying the tf tree to the slam's map topic and odom in both directions? If not, Is there a better way?

Thanks.

edit retag flag offensive close merge delete

Comments

see the answer in this question for an example with slam + navigation for turtlebot 3

Humpelstilzchen gravatar image Humpelstilzchen  ( 2021-07-29 12:07:03 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-07-29 08:01:46 -0500

matlabbe gravatar image

updated 2021-07-29 08:02:18 -0500

Have you read those tutorials? http://wiki.ros.org/navigation/Tutorials In general, the SLAM node will give map->odom TF and the odometry node will give odom->base_link (or odom->base_footprint) TF (see rep105). base_footprint to other fixed sensors on the robots would be published by a robot_state_publisher using the URDF of the robot.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-07-12 08:39:28 -0500

Seen: 231 times

Last updated: Jul 29 '21