Skip to content

Commit

Permalink
changed initial wait time for simulation start
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanVirmani committed May 10, 2020
1 parent 07ca54e commit 7e75879
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions launch/planner.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
<arg name="world_name" value="$(find dynamic-path-planner)/worlds/map.world"/>
</include>

<include file="$(find dynamic-path-planner)/launch/block.launch"/>
<!--include file="$(find dynamic-path-planner)/launch/block.launch"/-->
<include file="$(find dynamic-path-planner)/launch/multi_robots.launch"/>

<node
name = "controller"
pkg = "dynamic-path-planner"
type = "controller.py"
launch-prefix="bash -c 'sleep 7; $0 $@' "
launch-prefix="bash -c 'sleep 3; $0 $@' "
/>

<node
name = "o1"
pkg = "dynamic-path-planner"
type = "obstacle1.py"
launch-prefix="bash -c 'sleep 7; $0 $@' "
launch-prefix="bash -c 'sleep 3; $0 $@' "
/>

<!--node
<node
name = "o2"
pkg = "dynamic-path-planner"
type = "obstacle2.py"
launch-prefix="bash -c 'sleep 7; $0 $@' "
launch-prefix="bash -c 'sleep 3; $0 $@' "
/>

<node
name = "o3"
pkg = "dynamic-path-planner"
type = "obstacle3.py"
launch-prefix="bash -c 'sleep 7; $0 $@' "
/-->
launch-prefix="bash -c 'sleep 3; $0 $@' "
/>

</launch>

0 comments on commit 7e75879

Please sign in to comment.