Skip to content

Commit

Permalink
Update FourWheelDriveBase.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ember-auburn committed Aug 8, 2023
1 parent fc821d4 commit d87b9fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/swerve_drive/FourWheelDriveBase.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ FourWheelDriveBase* SwerveDrive(FourWheelDriveBase* driveBase, double xvel, doub
setPower(&((*driveBase).wh[i]), vel);
setSteeringTarget(&((*driveBase).wh[i]), theta);
}
printf("POWER SETTING: %f, %f \n", (d.wh[i]).control.steeringTarget, (d.wh[i]).control.wheelSpeed);
} else {
printf("CONDITION: in motion\n");
evec3 r_orbit = EVcross(newVec3(0.0, 0.0, 1.0 / thetavel), v);
Expand Down

0 comments on commit d87b9fb

Please sign in to comment.