You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(ROS2 Humble) I am using the Madgwick filter to get imu orientation from linear and angular velocities and then I fuse the orientation (yaw) with the robot wheel odometry (vx,vy,vyaw). it is working fine however sometimes when I start my robot I get a random initial orientation but the expected orientation would be to have the robot frame/imu frame aligned with the odom frame.
Robot_localization package is responsible for publishing tf.
The madgwick filter has the following settings :
madgwick_filter_use_mag: False
madgwick_filter_gain: 0.01
madgwick_filter_output_frame_id: imu_link
madgwick_filter_fixed_frame: base_link
madgwick_filter_world_frame: enu
madgwick_filter_publish_tf: False
How can I fix this issue?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
(ROS2 Humble) I am using the Madgwick filter to get imu orientation from linear and angular velocities and then I fuse the orientation (yaw) with the robot wheel odometry (vx,vy,vyaw). it is working fine however sometimes when I start my robot I get a random initial orientation but the expected orientation would be to have the robot frame/imu frame aligned with the odom frame.
madgwick_filter_use_mag: False
madgwick_filter_gain: 0.01
madgwick_filter_output_frame_id: imu_link
madgwick_filter_fixed_frame: base_link
madgwick_filter_world_frame: enu
madgwick_filter_publish_tf: False
How can I fix this issue?
Thanks.
The text was updated successfully, but these errors were encountered: