oaklandrobotics / ros_ora24

1 stars 2 forks source link

Create node to convert wheel speed feedback into TwistStamped message #9

Closed robustify closed 3 months ago

robustify commented 4 months ago

The EKF node requires a geometry_msgs/TwistStamped topic that contains the measured speed and yaw rate of the vehicle. This can be calculated from wheel speed measurements using differential drive kinematics and the known wheel radius and distance between the two drive wheels.

dmocnik commented 3 months ago

Done! See #10