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?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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?
Asked: 2017-06-01 22:47:57 -0600
Seen: 105 times
Last updated: Jun 01 '17
How do I compute the covariance matrix for an orientation sensor? [closed]
quaternion from IMU interpreted incorrectly by ROS
Is an IMU required to run Turtlebot stack?
Is the Kinect's IMU being used on the TurtleBot?
What frame_id to put in a sensor_msgs/Imu message?
Android and ROS Communication over USB instead of Wifi
IMU yaw + laser scan + laser geometry = point cloud ?
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.