Skip to content

Commit

Permalink
Update Globals.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ember-auburn committed Aug 7, 2023
1 parent e14d370 commit 23711ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const kinematics::PlanarArmKinematics<Constants::arm::IK_MOTORS.size()>
IK_SOLVER_THRESH, IK_SOLVER_MAX_ITER);
control::PlanarArmController<2> planarArmController({0, 0}, planarArmKinematics);
std::atomic<bool> armIKEnabled = false;
driveTrainSwerve = initUniformRectangularDrivebase(Constants::DT_WIDTH,
FourWheelDriveBase driveTrainSwerve = initUniformRectangularDrivebase(Constants::DT_WIDTH,
Constants::DT_FRONT_LENGTH,
Constants::DT_REAR_LENGTH,
(float)Constants::STEERING_ROTATION_LIMIT / 180 * 3.14159,
Expand Down

0 comments on commit 23711ee

Please sign in to comment.