Skip to content

Commit

Permalink
pr2eus/test/pr2-ri-test-bringup.launch: disable imu in robot_pose_ekf…
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Oct 24, 2022
1 parent 5b0a714 commit 84034da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr2eus/test/pr2-ri-test-bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<param name="sensor_timeout" value="1.0"/>
<param name="publish_tf" value="true"/>
<param name="odom_used" value="true"/>
<param name="imu_used" value="true"/>
<param name="imu_used" value="false"/>
<param name="vo_used" value="false"/>
<remap from="odom" to="base_odometry/odom" />
<remap from="imu_data" to="torso_lift_imu/data" />
Expand Down

0 comments on commit 84034da

Please sign in to comment.