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

Revision history [back]

You don't need to edit the cfg files.

Instead, you can set the parameters in your launch file, and they will be read in when the program starts.

<node name="urg_node" pkg="urg_node" type="urg_node" output="screen">
  <param name="angle_min" value="-1.5707963"/>
</node>

As much as possible, you shouldn't have to modify the original package for things like setting parameters.