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
Goal
Implement IMU and LiDAR plugin in simulation.
Verify that the simulated robot follows the real-world physics and that sensors report data accurately.
Task
Physics check
Compare the Wheel Odometry topic (/odom) against the Gazebo Ground Truth and measure the error
Add IMU plugin and verify
Visualize IMU in RViz2: make sure robot's orientation match when rotating
Live stream IMU data
Coordinate frame: check frame ID and make sure confirm the static offset between imu_link and base_link is maintained correctly when you move the robot
Add LiDAR and verify
Visualize LiDAR in RViz2: add laser scan
CLI: check update frequency and inspect raw data
Coordinate frame: check frame ID and make sure confirm the static offset between laser_link and base_link is maintained correctly when the robot is moving
Goal
Implement IMU and LiDAR plugin in simulation.
Verify that the simulated robot follows the real-world physics and that sensors report data accurately.
Task
topic (/odom)against the Gazebo Ground Truth and measure the errorimu_linkandbase_linkis maintained correctly when you move the robotlaser_linkandbase_linkis maintained correctly when the robot is moving