Skip to content

Commit

Permalink
remove gravity vector in IMU (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
KmakD authored Aug 25, 2023
1 parent 13d4e0c commit b9c10a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panther_bringup/config/ekf_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ imu0_differential: false
imu0_relative: true
imu0_queue_size: 5

imu0_remove_gravitational_acceleration: true
imu0_remove_gravitational_acceleration: false

reset_on_time_jump: false
predict_to_current_time: false
Expand Down
2 changes: 1 addition & 1 deletion panther_bringup/config/imu_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ imu_filter_node:
use_magnetic_field_msg: true # If set to true, subscribe to the /imu/mag topic as a sensor_msgs/MagneticField; if set to false (deprecated), use geometry_msgs/Vector3Stamped. Only changes type of the message, whether mag data is used is controlled by the use_mag parameter
fixed_frame: imu_link
stateless: false
remove_gravity_vector: false
remove_gravity_vector: true

phidgets_spatial_node:
data_interval_ms: 8 # supported data rates: 4 8 16 24 32 40 ... 1000 (in ms)
Expand Down

0 comments on commit b9c10a3

Please sign in to comment.