isaac_ros_visual_slam
isaac_ros_visual_slam copied to clipboard
Few errors when using realsense camera
I'm using docker and realsense d435i. After setting up everyting, launched isaac_ros_visual_slam_realsense.launch.py and there were few erros.
error 1. parameter type error
[realsense2_camera_node-2] what(): parameter 'stereo_module.emitter_enabled' has invalid type: expected [integer] got [bool]
edit for error1. type change
I changed 'stereo_module.emitter_enabled' from 'False' to '0', after changing it's fine
error 2. In the launch file, there is no declaration about namesapce, so when launching the file, the tf tree looks like this
edit1 for error 2. added namesapce declaration(failed)
edit2 for error 2. edited the name of frame, it worked for me
As a result, I think in this case(error 2) adding namespace is the right way, but it didn't work well So Is there anything what I need to check or miss?
The Intel Realsense package had some breaking changes for parameter names. These should be fixed in the latest version of Isaac ROS Visual SLAM if you're able to try it out.