Potential Inaccuracy in Odometry::updateFromVelocity Linear Displacement Calculation #1433
Open
Description
I've noticed that the Odometry::updateFromVelocity
function calculates linear displacement using the following formula:
linear = (left_vel + right_vel) * 0.5
While this correctly calculates the average linear velocity, it might not be directly equivalent to linear displacement without considering the time interval (dt
) between measurements.
It's worth double-checking this calculation.
Metadata
Assignees
Labels
No labels