How can I go from sim to real robot RGB-D SLAM? #1508
AngeloEspinoza
started this conversation in
How to
Replies: 1 comment 2 replies
-
On the real robot, you may be able to start from turtlebot3_sim_rgbd_demo.launch.py, but just keep nav2 and rtabmap nodes here, while removing all |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone. I just made a simulation where I am using a DDR robot mounted with a Intel Realsense D435i for the RGB-D SLAM, and along with
ros2 launch rtabmap_demos turtlebot3_rgbd_scan.launch.py
launch file I am able to do it, as the topics that I'm publishing are pretty much the same as the one inros2 launch rtabmap_demos turtlebot3_sim_rgbd_demo.launch.py
. Everything is working correctly so far. But now, I wanna make the SLAM on a real robot, and be able to send poses throughnav2
so that the robot can reach a certain point.My question is pretty much, how can I do this?
My launch files to do this in simulation are:
ros2 launch ddr_robot launch_sim.launch.py world:=src/differential-drive-robot-ros2/worlds/house.world
simulation in Gazebo.ros2 launch rtabmap_demos turtlebot3_rgbd_scan.launch.py
The example given by rtabmap for a turtlebot.ros2 launch nav2_bringup navigation_launch.py use_sim_time:=true
fornav2
to work.ros2 launch teleop_twist_joy teleop-launch.py joy_config:='xbox'
for controlling the robot and mapping around.I am using the realsense-ros wrapper, and have a real D435i.
How can I do this transition? Or if there's any project related I would really appreciate mention it.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions