ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I think the best way is to set those parameter directly from the launch file instead of loading the yaml. If want to keep it separated make a params.launch from params.yaml and include that.
2 | No.2 Revision |
I think the best way is to set those parameter directly from the launch file instead of loading the yaml. If want to keep it separated make a params.launch from params.yaml and include that.
The way to specific package relative paths would be to use: package://ocu/bla syntax, but afaik the node needs to support that, i.e. call the proper ROS api functions.