hello-robot / stretch_ros2

ROS 2 packages for the Stretch mobile manipulators from Hello Robot Inc.
https://docs.hello-robot.com/0.2/stretch-tutorials/ros2/
51 stars 19 forks source link

Fix mismatched IMU mobile base link / topic #99

Closed hello-binit closed 4 months ago

hello-binit commented 4 months ago

As of PR #95, the Stretch base IMU xacro is included every time a URDF is generated. This includes the URDF link corresponding to the mobile base IMU. This link has been called 'base_imu' in the past, but the topic from the driver refers to a nonexistent link called 'imu_mobile_base'. To fix the mismatch, the xacro's link is renamed from 'base_imu' to 'imu_mobile_base'.