![]() |
fastcat 0.13.15
C++ EtherCAT Device Command & Control Library
|
#include "trap.h"
Public Attributes | |
| double | pos_init |
| absolute position of the start of the trajectory | |
| double | pos_pre |
| double | pos_acc |
| absolute position when accelration phase is complete | |
| double | pos_dec |
| absolute position when decleration phase start | |
| double | pos_fini |
| absolute position of the end of the trajectory | |
| double | vel_max |
| maximum velocity of the trajectory | |
| double | acc |
| acceleration of the trajectory | |
| double | acc_pre |
| double | dec |
| deceleration of the trajectory | |
| double | t_init |
| absolute time of the start of the trajectory | |
| double | t_pre |
| double | t_acc |
| absolute time when acceleration phase is complete | |
| double | t_dec |
| absolute time when the deceleration phase starts | |
| double | t_fini |
| absolute time of the end of the trajectory | |
| double | vel_init |
| velocity at the start of the trajectory | |
| double | vel_fini |
| velocity at the end of the trajectory | |
| double | vel_pre |
| velocity after the initial phase | |
| double | vel_acc |
| velocity after the accel phase | |
| int | mode |
| double fastcat_trap_t::acc |
acceleration of the trajectory
| double fastcat_trap_t::acc_pre |
initial accel to get velocity within limits [-vel_max, +vel_max]
| double fastcat_trap_t::dec |
deceleration of the trajectory
| int fastcat_trap_t::mode |
| double fastcat_trap_t::pos_acc |
absolute position when accelration phase is complete
| double fastcat_trap_t::pos_dec |
absolute position when decleration phase start
| double fastcat_trap_t::pos_fini |
absolute position of the end of the trajectory
| double fastcat_trap_t::pos_init |
absolute position of the start of the trajectory
| double fastcat_trap_t::pos_pre |
absolute position after accelerating to get |v| <= |vel_max|
| double fastcat_trap_t::t_acc |
absolute time when acceleration phase is complete
| double fastcat_trap_t::t_dec |
absolute time when the deceleration phase starts
| double fastcat_trap_t::t_fini |
absolute time of the end of the trajectory
| double fastcat_trap_t::t_init |
absolute time of the start of the trajectory
| double fastcat_trap_t::t_pre |
absolute time after initial state (satisfy max_vel constraint)
| double fastcat_trap_t::vel_acc |
velocity after the accel phase
| double fastcat_trap_t::vel_fini |
velocity at the end of the trajectory
| double fastcat_trap_t::vel_init |
velocity at the start of the trajectory
| double fastcat_trap_t::vel_max |
maximum velocity of the trajectory
| double fastcat_trap_t::vel_pre |
velocity after the initial phase