Skip to content

Commit

Permalink
[hrp2jsknts_choreonoid.launch] add more args
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoki-Hiraoka committed Nov 28, 2020
1 parent bcc42f8 commit 8ac0557
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<launch>
<arg name="ENVIRONMENT_YAML" default="$(find hrpsys_choreonoid_tutorials)/config/flat_no_texture.yaml" /> <!-- simulating cameras with a textured ground takes much computational time -->
<arg name="PROJECT_FILE" default=""/>

<include file="$(find hrpsys_choreonoid_tutorials)/launch/robot_choreonoid.launch" >
<arg name="USE_VISION" value="true" />
Expand All @@ -15,6 +16,7 @@
<arg name="CONTROLLER_CONFIG" value="$(find hrpsys_ros_bridge_tutorials)/models/HRP2JSKNTS_controller_config.yaml" />
<arg name="CUSTOMIZER_CONF_FILE" value="$(find hrpsys_choreonoid_tutorials)/config/HRP2JSKNTSCustomizer.yaml" />
<arg name="USE_SOFTERRORLIMIT" value="true" />
<arg name="PROJECT_FILE" value="$(arg PROJECT_FILE)" if="$(eval bool(arg('PROJECT_FILE')))" />
</include>

</launch>

0 comments on commit 8ac0557

Please sign in to comment.