Skip to content

Commit

Permalink
Enable impedance ros bridge by default in real robot
Browse files Browse the repository at this point in the history
  • Loading branch information
pazeshun committed Jun 21, 2018
1 parent 0988274 commit 2ba913c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hironx_ros_bridge/launch/hironx_ros_bridge_real.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<env name="RTCTREE_NAMESERVERS" value="$(arg nameserver):$(arg corbaport)" />
<arg name="USE_ROBOTHARDWARE" default="true" />
<arg name="USE_SERVOCONTROLLER" default="true" />
<arg name="USE_IMPEDANCECONTROLLER" default="false"/>
<arg name="USE_IMPEDANCECONTROLLER" default="true"/>
<arg name="USE_HAND_JOINT_STATE_PUBLISHER" default="true"/>

<!-- BEGIN:hrpsys.py setting -->
Expand Down

0 comments on commit 2ba913c

Please sign in to comment.