Command struct. More...
#include <fs100_cmd.h>
Public Attributes | |
float | pos [6] |
float | time |
float | vel [6] |
Command struct.
Command struct for internal queue. Defines trajectory point position, velocity and time from last command.
Definition at line 52 of file fs100_cmd.h.
float cmd::pos[6] |
Variable containing trajectory point position.
Definition at line 53 of file fs100_cmd.h.
float cmd::time |
Variable containing trajectory point time from last command.
Definition at line 55 of file fs100_cmd.h.
float cmd::vel[6] |
Variable containing trajectory point velocity.
Definition at line 54 of file fs100_cmd.h.