ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There is an indentation problem with your config.yaml
. If you use some kind of online yaml interpreter you will see the issue. The value for key mybot
is interpreted as null since mybot
is at the same indentation level as joint_state_controller
etc.