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

Updated the namspaces of the challenge start action and the jury mode service.

parent 3a9d6bc2
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
var adc_jury_service_client = new ROSLIB.Service({ var adc_jury_service_client = new ROSLIB.Service({
ros : ros, ros : ros,
name : '/jury_mode', name : '/jury/set_mode',
serviceType : 'iri_adc_msgs/jury_mode' serviceType : 'iri_adc_msgs/jury_mode'
}); });
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
var adc_jury_client = new ROSLIB.ActionClient({ var adc_jury_client = new ROSLIB.ActionClient({
ros : ros, ros : ros,
serverName : '/adc_jury', serverName : '/jury/challenge',
actionName : 'iri_adc_msgs/adc_juryAction' actionName : 'iri_adc_msgs/adc_juryAction'
}); });
......
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