Skip to content
Snippets Groups Projects
Commit 4e49eefe authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added the remap of the car lights service.

parent 68382ac8
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
<arg name="config_file" default="$(find iri_adc_jury_server)/config/params.yaml"/>
<arg name="jury_mode_service_name" default="/jury/set_mode"/>
<arg name="jury_mode_action_name" default="/jury/challenge"/>
<arg name="car_lights_service_name" default="/adc_car/set_car_lights"/>
<node name="$(arg node_name)"
pkg ="iri_adc_jury_server"
......@@ -16,6 +17,7 @@
<rosparam file="$(arg config_file)" command="load"/>
<remap from="~jury_mode" to="$(arg jury_mode_service_name)"/>
<remap from="~adc_jury" to="$(arg jury_mode_action_name)"/>
<remap from="~set_lights" to="$(arg car_lights_service_name)"/>
</node>
</launch>
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