personalrobotics / ada_ros2

ROS2 Hardware Interface and Description for the ADA Robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMU Disconnection Behavior

amalnanavati opened this issue · comments

Currently, when the IMU is disconnected, the code immediately start assuming that the IMU angle is zero. However, this is not good (e.g., if there is a momentary issue with IMU communication that is quickly resolved). Instead, the code should store the latest IMU angle and use that if communications are disrupted.