LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
Loading...
Searching...
No Matches
custom_move.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "LightLib/lib.hpp"
4#include "LightLib/main.h"
5
50
75void WallRide(pros::Distance* frontSensor,
76 pros::Distance* leftSensor,
77 double stopDistIn,
78 double targetDistIn,
79 int baseSpeed = 80,
80 int timeout = 5000);
Tank-drive chassis class.
Definition drive.hpp:72
void WallRide(pros::Distance *frontSensor, pros::Distance *leftSensor, double stopDistIn, double targetDistIn, int baseSpeed=80, int timeout=5000)
Drive forward while wall-tracking on the left.
void custom_move_init(light::Drive &chassis)
Register the chassis used by the custom movement primitives.
Umbrella header for LightLib's own classes.
Contains common definitions and header files used throughout your PROS project.
Drive chassis
The drive chassis, configured in main.cpp and used everywhere else.