Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable EKF that's not necessary (unless robot moves) #402

Merged
merged 1 commit into from
Oct 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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