ROS package for experimenting with parameters in launch files
ROS has the ability to set parameters in a launch file that are in a global namespace, or in a local/node namespace. This allows the same parameter name to be used at different levels without collision.
It is assumed that you know how to work with ROS and install packages.
In short:
- Download the source tree to a folder named “ros_param_test” inside your ROS workspace directory
- Type “rosmake” at the command prompt
- Type “rospack profile” at the command prompt
Check out my blog post explaining this package at http://dougsbots.blogspot.com/2012/09/ros-launch-files-and-parameters.html.