Discobots-1104A / 2021-2022-branch-sample

2021-2022 code for 1104A.
MIT License
1 stars 0 forks source link

TODO: change motion profile from pure trapezoid to s-curved trapezoid #2

Open IonicArgon opened 2 years ago

IonicArgon commented 2 years ago

a pure trapezoidal motion profile does not take into account jerk (the derivative of acceleration) in a pure trapezoidal profile, jerk would be infinite at the phase transitions (which makes the robot not so smooth while moving)

for now, we'll use a pure trapezoid but later we should create a class SCurveMotion for proper motion profiling

what we gotta do