Skip to content
Snippets Groups Projects
Commit a4dd8801 authored by Paul Beuchat's avatar Paul Beuchat
Browse files

Fixed the error causing the coordinator to not work (the coordinator.launch...

Fixed the error causing the coordinator to not work (the coordinator.launch file was not zero padding the coordID)
parent eae19076
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<!-- Example of how to specify the coordID from command line -->
<!-- roslaunch dfall_pkg coordID:=001 -->
<group ns="coord$(arg coordID)">
<group ns="$(eval 'agent' + str(coordID).zfill(3))">
<!-- COORDINATOR GUI -->
<group if="$(arg withGUI)">
......
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