Skip to content

Commit

Permalink
fix imu robot localization config
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Oct 18, 2019
1 parent 0b10dcb commit e8d01a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@
odom0_nodelay: true
odom0_differential: true
imu0: /imu_corrected
imu0_config: [true, true, false,
false, false, true,
true, true, false,
false, false, true,
false, false, false]
imu0_config: [false, false, false,
false, false, false,
false, false, false,
false, false, true,
true, true, false]
imu0_nodelay: true
imu0_differential: true
</rosparam>
Expand Down

0 comments on commit e8d01a3

Please sign in to comment.