|
The "test_velodyne.launch" works very well for my robot. Now I'd like to integrate the camera into the mapping. It's the Realsense D435, and works well by itself in stereo mode for mapping. However, building the right launch file for the two inputs is challenging, there are so many parameters! The ICP odometry was working well with the Lidar but now with the camera commands and stereo set to "true", Rtabmap has changed to using the stereo odometry. I saw in rqt_graph that the velodyne launch file was using my robot_localization odom as well, so that seemed good, and the maps of the robot's movement were excellent. This D435 doesn't have the IMU. Should I attach the launch file that I have worked up so far? Maybe someone else has written a better one already? The robot has a Raspberry Pi for driving and a Jetson TX1 for the Lidar and camera. I'm running Rtabmap on the laptop with Ubuntu 20.04 and Noetic ROS. Thanks!
|