RoverRobotics-archive / roverrobotics_ros2

Packages for running an OpenRover robot on ROS2
30 stars 11 forks source link

Bug in odometry calculation #21

Open laszloturanyi opened 3 years ago

laszloturanyi commented 3 years ago

Here, to get position, linear and angular velocity components should be multiplied by dt.

https://github.com/RoverRobotics/roverrobotics_ros2/blob/foxy/rover_driver/src/rover.cpp#L230

This has an effect on control, the encoder parameters as well.