| MRSL Motion Primitive Library
    1.2
    A motion primitive library for generating trajectory for mobile robots | 
Control classes. More...
Go to the source code of this file.
| Enumerations | |
| enum | Control::Control { Control::NONE = 0, Control::VEL = 0b00001, Control::ACC = 0b00011, Control::JRK = 0b00111, Control::SNP = 0b01111, Control::VELxYAW = 0b10001, Control::ACCxYAW = 0b10011, Control::JRKxYAW = 0b10111, Control::SNPxYAW = 0b11111 } | 
| Enum for control input.  More... | |
Control classes.
| enum Control::Control | 
Enum for control input.
 1.8.13
 1.8.13