opensourceleg
THIS API PAGE HAS BEEN DEPRECATED, PLEASE REFER TO THE NEW DOCUMENTATION HERE

Tutorials and Examples to help you accelerate your researchWe have developed a series of tutorials and examples to help you get started with the opensourceleg library. These tutorials cover topics such as reading from sensors, commanding current, position, and impedance to the actuators.
Classes
Constants
Name | Value |
---|---|
IMPEDANCE_A | 0.00028444 |
IMPEDANCE_C | 0.0007812 |
M_PER_SEC_SQUARED_ACCLSB | 9.80665 / 8192 |
MAX_CASE_TEMPERATURE | 80.0 |
MOTOR_COUNT_PER_REV | 16384 |
NM_PER_AMP | 0.1133 |
NM_PER_MILLIAMP | NM_PER_AMP / 1000 |
NM_PER_RAD_TO_K | RAD_PER_COUNT / IMPEDANCE_C * 1e3 / NM_PER_AMP |
NM_S_PER_RAD_TO_B | RAD_PER_DEG / IMPEDANCE_A * 1e3 / NM_PER_AMP |
PI | 3.14159 |
RAD_PER_COUNT | 2 * PI / MOTOR_COUNT_PER_REV |
RAD_PER_DEG | PI / 180 |
RAD_PER_SEC_GYROLSB | PI / 180 / 32.8 |