|
HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
|
Parameters defining bounds and conditions for autonomous movements. More...
#include <config.h>
Public Attributes | |
| float | maxTranslationSpeed = 127.0f |
| Maximum speed for translation. | |
| float | maxRotationSpeed = 127.0f |
| Maximum speed for rotation. | |
| float | minSpeed = 0.0f |
| Minimum speed (avoid stalling) | |
| float | exitRange |
| Acceptable position error to consider motion complete. | |
| float | earlyExitRange |
| Distance to exit early before the movement is fully settled. | |
| uint32_t | timeout = 5000 |
| Maximum time allowed for movement (ms) | |
| bool | async = true |
| Should the motion run asynchronously. | |
Parameters defining bounds and conditions for autonomous movements.
| float MoveParams::maxTranslationSpeed = 127.0f |
| float MoveParams::maxRotationSpeed = 127.0f |
| float MoveParams::minSpeed = 0.0f |
| float MoveParams::exitRange |
| float MoveParams::earlyExitRange |
| uint32_t MoveParams::timeout = 5000 |