Skip to content

Commit

Permalink
Disable EKF that's not necessary (unless robot moves)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac IY Saito committed Oct 28, 2015
1 parent d4aac01 commit 73e09f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hironx_ros_bridge/launch/hironx_ros_bridge.launch
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
<arg name="USE_ROBOTHARDWARE" default="false" />
<arg name="USE_IMPEDANCECONTROLLER" default="false"/>
<arg name="USE_SERVOCONTROLLER" default="false" />
<arg name="USE_ROBOT_POSE_EKF" default="false" />

<include file="$(find hrpsys_ros_bridge)/launch/hrpsys_ros_bridge.launch">
<arg name="SIMULATOR_NAME" value="$(arg SIMULATOR_NAME)" />
<arg name="nameserver" value="$(arg nameserver)" />
<arg name="MODEL_FILE" value="$(arg MODEL_FILE)" />
<arg name="COLLADA_FILE" value="$(arg COLLADA_FILE)" />
<arg name="USE_ROBOT_POSE_EKF" value="(arg USE_ROBOT_POSE_EKF)" />

<arg name="USE_WALKING" value="false" />
<arg name="BASE_LINK" value="WAIST"/>
Expand Down

0 comments on commit 73e09f8

Please sign in to comment.