Perhaps I am looking in the wrong places, but the attached screenshots are the only documentation I could find for RobotDrive::HolonomicDrive in the C++ WPI library. Is there more detailed documentation available elsewhere?
My specific questions are:
magnitude. what are the units, and the range? or is this a unitless -1 to +1 input ?
direction. Is this expected to be in degrees or radians? Where is zero, and is it CW or CCW?
rotation. Is this positive CW or positive CCW? What are the units? rpm, degrees per second, radians per second? Or is it unitless -1 to +1 ?
And a 4th question:
Is there someplace to download (I do not have the DVD) the library source code for inspection purposes only? i.e., without an installer.
Looking at the Source, Magnitude and Rotation are -1.00 … 1.00 values. It doesn’t give a unit for direction, although looking at the code it seems to be in degrees.
The source is included in a zip in the update, I have uploaded it here if you don’t want to run the updater.