cccleon

Results 2 comments of cccleon

> It looks like the MecanumDrive system lacks an updateOdometry function unlike the ackermann and diffDrive systems. To get odom and TF you'll need to first calculate accurate odom for...

## Desired behavior Add updateOdometry function in MecanumDrive.cc ## Implementation suggestion Caculate the odometry message from joint states and publish. ## Additional context Maybe users can specify the and in...