Skip to content

Commit

Permalink
Update differential.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Raptorly1 committed Dec 4, 2023
1 parent 34f8dcd commit df7daf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/lemlib/chassis/differential.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ class Differential : public Chassis {
* curve, refer to the `defaultDriveCurve` documentation.
*/
void arcade(int throttle, int turn, float linearCurveGain = 0.0, float turnCurveGain = 0.0,
const DriveCurveFunction_t& leftCurve = defaultDriveCurve,
const DriveCurveFunction_t& rightCurve = defaultDriveCurve);
const DriveCurveFunction_t& leftCurve = defaultDriveCurve,
const DriveCurveFunction_t& rightCurve = defaultDriveCurve);
/**
* @brief Control the robot during the driver using the curvature drive control scheme. This control scheme is
* very similar to arcade drive, except the second joystick axis controls the radius of the curve that the
Expand Down

0 comments on commit df7daf7

Please sign in to comment.