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

Revision history [back]

It seams that you are setting parameters in the wrong name-space for your node.

If you look at launch file of rtabmap you can see that parameters are set depending on localization parameter and it seams they should not be used by the user.

Also you are setting bool paramters, but they are actually strings.

It seams that you are setting parameters in the wrong name-space for your node.

If you look at launch file of rtabmap you can see that parameters are set depending on localization parameter and it seams they should not be used by the user.

Also you are setting bool paramters, parameters, but they are actually strings.