Skip to content

Commit

Permalink
[ros_bridge][simulation] Not using .wrl seems to at least fix 'wait f…
Browse files Browse the repository at this point in the history
…or HrpsysSeqStateROSBridge0 : None' error.

Still tork-a#302 needs fixed.
  • Loading branch information
130s committed May 28, 2017
1 parent ab84c9a commit 4d1e904
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<arg name="GUI" default="true" />
<arg name="MODEL_FILE" default="$(find nextage_description)/models/main.wrl"
unless="$(arg USE_IMPEDANCE)" />
<arg name="MODEL_FILE" default="$(find nextage_description)/models/main_ftsensor.wrl"
if="$(arg USE_IMPEDANCE)" />
<arg name="MODEL_FILE" default="$(arg COLLADA_FILE)" if="$(arg USE_IMPEDANCE)" />
<arg name="NAMESERVER" default="localhost" />
<arg name="LAUNCH_HRPSYSPY" default='true' />

Expand All @@ -22,7 +21,7 @@
<arg name="COLLADA_FILE" value="$(arg COLLADA_FILE)" />
<arg name="corbaport" value="$(arg CORBAPORT)" />
<arg name="nameserver" value="$(arg NAMESERVER)" />
<arg name="MODEL_FILE" value="$(arg MODEL_FILE)" />
<arg name="MODEL_FILE" value="$(arg COLLADA_FILE)" />
<arg name="SIMULATOR_NAME" value="HiroNX(Robot)0" />
<arg name="CONF_FILE_COLLISIONDETECT" value="$(arg CONF_FILE_COLLISIONDETECT)" />
</include>
Expand Down

0 comments on commit 4d1e904

Please sign in to comment.