humanoid_localization and IMU
Hi all, Does anyone know how IMU and odometry data are fused in humanoid_localization package? What is the role of IMU in localization estimation?
Hi all, Does anyone know how IMU and odometry data are fused in humanoid_localization package? What is the role of IMU in localization estimation?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-06-01 22:47:57 -0600
Seen: 51 times
Last updated: Jun 01 '17
Is an IMU required to run Turtlebot stack?
Turtlebot doesn't walk in a straight line
Best Practices in ROS. (Making FRC->ROS Tutorial)
UWSim multi robots with sensors
Choose the right IMU for our Robot
<SOLVED> How to subscribe to IMU data? Offboard control, PX4, MAVROS
As I know, the odometry data is transfered from the tf (odom to torso). if no IMU was provided here, humanoid_localization node will get the orientation data from the /tf containing the odometry information.
what occasion do you use humanoid_localization node in ?
Hi Wen Weisong, thanks a lot for your answer. I would like to confirm role of IMU in localization algorithm. 1. If there is no Lidar and odometry data,can IMU alone provide the localization information? 2. If there is no odometry, how IMU is used in localization algorithm?
2.if there is no imu data, orientation information is acquired from imu which can be checked in the humanoid_localization packages.
Thanks for you answer.