isaac_ros_visual_slam icon indicating copy to clipboard operation
isaac_ros_visual_slam copied to clipboard

Few errors when using realsense camera

Open beomsu7 opened this issue 2 years ago • 1 comments

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] image


edit for error1. type change

I changed 'stereo_module.emitter_enabled' from 'False' to '0', after changing it's fine image



error 2. In the launch file, there is no declaration about namesapce, so when launching the file, the tf tree looks like this image


edit1 for error 2. added namesapce declaration(failed) image image


edit2 for error 2. edited the name of frame, it worked for me image image


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?

beomsu7 avatar Mar 31 '22 02:03 beomsu7

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.

hemalshahNV avatar Aug 01 '22 23:08 hemalshahNV