|
HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
|
#include "hololib/chassis.hpp"#include "hololib/localization/odometry.hpp"#include "hololib/util/GainScheduler.hpp"#include "hololib/util/obstacle_manager.hpp"#include "pros/ai_vision.hpp"#include "pros/imu.hpp"#include "pros/motors.hpp"#include <functional>Go to the source code of this file.
Variables | |
| pros::Motor | frontLeft |
| pros::Motor | frontRight |
| pros::Motor | backLeft |
| pros::Motor | backRight |
| pros::Imu | imu |
| pros::AIVision | visionSensor |
| hololib::EncoderEKFOdometry | odom |
| hololib::GainScheduler | xSched |
| hololib::GainScheduler | ySched |
| hololib::GainScheduler | thetaSched |
| hololib::ObstacleManager | obstacles |
| hololib::Chassis | chassis |
| const std::function< hololib::Pose(bool)> | poseGetter |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
| hololib::GainScheduler ySched |
Definition at line 19 of file config.hpp.
| hololib::GainScheduler thetaSched |
Definition at line 19 of file config.hpp.
|
extern |
|
extern |
|
extern |