<node name="controller" pkg="pid" type="controller" ns="left_wheel" output="screen" >
<param name="node_name" value="left_wheel_pid" />
<param name="Kp" value="5.0" />
<param name="Ki" value="0.0" />
<param name="Kd" value="0.1" />
<param name="upper_limit" value="10" />
<param name="lower_limit" value="-10" />
<param name="windup_limit" value="10" />
<param name="max_loop_frequency" value="100.0" />
<param name="min_loop_frequency" value="100.0" />
<remap from="setpoint" to="/setpoint" />
</node>
<node name="servo_sim_node" pkg="pid" type="plant_sim" ns="left_wheel" output="screen" >
<param name="plant_order" value="2" />
</node>--
You received this message because you are subscribed to a topic in the Google Groups "ros-by-example" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ros-by-example/irUFnBACy4Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ros-by-example+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/ros-by-example.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "ros-by-example" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-by-exampl...@googlegroups.com.