Integrating IMU sensor into AMCL package
Hi all, Is it possible to fuse IMU sensor information into AMCL package? if possible, could you please give some suggestions for implementation?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi all, Is it possible to fuse IMU sensor information into AMCL package? if possible, could you please give some suggestions for implementation?
The most common way that people do this is to use either robot_pose_ekf or robot_localization (more common these days) to fuse together the IMU and odometry data, and publish the fused result as a new tf frame. Then you can specify the ~odom_frame_id
in amcl to be this new filtered frame (usually called /odom_combined
with robot_pose_ekf and /odom_filt
for robot_localization).
Asked: 2017-06-02 02:03:56 -0600
Seen: 677 times
Last updated: Jun 02 '17
How do I compute the covariance matrix for an orientation sensor? [closed]
Default 2D pose estimate when navigating
Shoudl AMCL attempt to respect/get hints from walls?
Should i be able to set the current pose for amcl?
quaternion from IMU interpreted incorrectly by ROS
How to handle the kinect camera's vertical movement while using amcl?
Set the initial pose with rviz