|
LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
|
Kinematic limits used by the trajectory generator. More...
#include <trajectory.hpp>
Public Attributes | |
| float | vMax = 48.0f |
| Max linear speed, in/s. | |
| float | aMax = 60.0f |
| Max forward accel, in/s². | |
| float | aDecMax = 60.0f |
| Max decel, in/s² (split so downshift-heavy). | |
| float | aLatMax = 60.0f |
| Max lateral (centripetal) accel, in/s². | |
Kinematic limits used by the trajectory generator.
Definition at line 17 of file trajectory.hpp.
| float light::TrajConstraints::aDecMax = 60.0f |
Max decel, in/s² (split so downshift-heavy).
Definition at line 20 of file trajectory.hpp.
| float light::TrajConstraints::aLatMax = 60.0f |
Max lateral (centripetal) accel, in/s².
Definition at line 21 of file trajectory.hpp.
| float light::TrajConstraints::aMax = 60.0f |
Max forward accel, in/s².
Definition at line 19 of file trajectory.hpp.
| float light::TrajConstraints::vMax = 48.0f |
Max linear speed, in/s.
Definition at line 18 of file trajectory.hpp.