LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
Loading...
Searching...
No Matches
okapi::PathfinderLimits Struct Reference

#include <pathfinderUtil.hpp>

Public Attributes

double maxVel
 
double maxAccel
 
double maxJerk
 

Detailed Description

Definition at line 18 of file pathfinderUtil.hpp.

Member Data Documentation

◆ maxAccel

double okapi::PathfinderLimits::maxAccel

Definition at line 20 of file pathfinderUtil.hpp.

◆ maxJerk

double okapi::PathfinderLimits::maxJerk

Definition at line 21 of file pathfinderUtil.hpp.

◆ maxVel

double okapi::PathfinderLimits::maxVel

Definition at line 19 of file pathfinderUtil.hpp.


The documentation for this struct was generated from the following file: