Hello everyone. I am currently in the process of making a path generator from scratch in PROS. So far, I have the code for a cubic Bezier curve, however I have ran into one big roadblock: I want to get the target velocity at each point, given the curvature and the maximum velocity and acceleration, and some factors about the robot such as the track width. What are some mathematical/physics concepts I can use to get the target velocity?
- AbeetoChan