Skip to content

Commit

Permalink
Change mannequin_mode arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
Affonso-Gui committed Sep 13, 2019
1 parent c1dc868 commit 1c8ac21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jsk_pr2_robot/jsk_pr2_startup/pr2_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<arg name="launch_wifi_ddwrt" default="false" />
<arg name="launch_network_detector" default="false" />
<arg name="launch_app_manager" default="true" />
<arg name="launch_mannequin_mode" default="true" />
<arg name="setup_mannequin_mode" default="true"
doc="prepares mannequin_mode to be callable by EusLisp interface"/>

<param name="/use_sim_time" value="false"/>
<include file="$(find pr2_machine)/pr2.machine" />
Expand Down Expand Up @@ -213,7 +214,7 @@
</include>

<!-- mannequin mode -->
<group if="$(arg launch_mannequin_mode)">
<group if="$(arg setup_mannequin_mode)">
<include file="$(find pr2_mannequin_mode)/launch/trajectory_lock.launch"/>
<rosparam command="load" file="$(find pr2_mannequin_mode)/config/pr2_arm_controllers_loose.yaml" />
<rosparam command="load" file="$(find pr2_mannequin_mode)/config/head_position_controller_loose.yaml" />
Expand Down

0 comments on commit 1c8ac21

Please sign in to comment.