Advertisement
silver2row

C++ for engines

Dec 27th, 2019
599
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. Discrete Time Form for Parabolic Profiles:
  2.  
  3. PT = PT + VT +1/2AT - 1/6J
  4. VT = VT+AT - 1/2JT
  5. AT = AT- JT
  6.  
  7. where:
  8.  
  9. P0, V0, and A0 are the starting position, velocity, and accelerations
  10. PT , VT, and AT are the position, velocity, and acceleration at time T
  11. J is the jerk (time rate of change of acceleration)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement