Closed t-kitajima closed 6 years ago
Thanks :)
When calculate MAX_LINEAR_VELOCITY, what is the meaning of number 61(burger) and 77(waffle) ?
Both values are the Dyanamixel 's rpm value. Burger uses rpm at no load speed of Dynamixel XL430-W250. (at 12 v) Also, Waffle Pi uses rpm at no load speed of Dynamixel XM430-W210. (at 12 v)
The value is based on the e-manual's no load speed. e-Manual v1.31.30 XL430-W250 e-Manual v1.31.30 XM430-W210
Thank you for review.
I fixed the following two. ・Added a unit after the number. ・Changed OpenManipulator's number.(61[rpm] -> 77[rpm])
Great! Thank you for contribution. I will test this code and merge master branch :)
Turtlebot3 has many people who change the wheel radius by customizing the hardware.
This PR calculates the
rate constant
andmin/max velocity
from the parameters (such asWHEEL_RADIUS
), making it easier and more intuitive to adapt the software to the customized hardware.