Skip to content
Snippets Groups Projects
Commit 2c59e96c authored by beuchatp's avatar beuchatp
Browse files

Adjusted the Teacher launch file for the Parameter Service

parent 659ad4ff
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@
<!-- PARAMETER SERVICE -->
<node pkg="d_fall_pps" name="ParameterService" output="screen" type="ParameterService">
<param name="type" type="str" value="student" />
<param name="agentID" value="$(optenv ROS_NAMESPACE)" />
<param name="type" type="str" value="coordinator" />
<param name="agentID" value=0 />
<rosparam command="load" file="$(find d_fall_pps)/param/SafeController.yaml" ns="SafeController" />
<rosparam command="load" file="$(find d_fall_pps)/param/CustomController.yaml" ns="CustomController" />
</node>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment