open-dynamic-robot-initiative/master-board

Velocity is not in SI

Closed this issue · 1 comments

Velocity is not in SI, (1000. / 60.) should be replaced by (2. * M_PI * 1000. / 60.) to convert krpm to rad/s.
Change should also affect velocity velocity_ref and kd

Agreed. We are using the 2 * pi * 1000 / 60. conversion for the CAN based communication as well 1.

Sorry I got this wrong.

Working on a PR now.