Skip to content

Commit

Permalink
support launch_pr2_base_trajectory_action argument for pr2-ri-test.la…
Browse files Browse the repository at this point in the history
…unch
  • Loading branch information
k-okada committed Dec 11, 2019
1 parent 98ea349 commit 1e27852
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pr2eus/test/pr2-ri-test.launch
Expand Up @@ -8,6 +8,9 @@
<env name="DISPLAY" value=":0.0" if="$(arg gui)"/>
<env name="DISPLAY" value="" unless="$(arg gui)"/>

<arg name="launch_pr2_base_trajectory_action" default="false"
doc="launch pr2_base_trajectory_action for debugging" />

<!-- start empty world -->
<node name="gazebo" pkg="gazebo_ros" type="gzserver" args="-r worlds/empty.world" respawn="true" output="log"/>
<group if="$(arg gui)">
Expand Down Expand Up @@ -135,6 +138,9 @@
</rosparam>
</node>

<include if="$(arg launch_pr2_base_trajectory_action)"
file="$(find pr2_base_trajectory_action)/launch/pr2_base_trajectory_action.launch" />

<!-- start test -->
<test test-name="pr2_ri_test" pkg="roseus" type="roseus" retry="1"
args="$(find pr2eus)/test/pr2-ri-test.l" time-limit="800" />
Expand Down

0 comments on commit 1e27852

Please sign in to comment.