You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stationary Velocity Pseudocode:
1: create a uniform set of Vx between 0.5 and 3.5
2: create a uniform set of Vx between 1.5 and 2.25 for drifting range
2: create a uniform set of steering angle values between -0.3 to 0.3 for each Vx
3: code up Vy derivative
4: code up angular acceleration derivative
5: using a python ODE solver and get outputs based on the initial conditions
6: code up the values in a msg format for input to trajectory generation function
Is there an existing enhancement request for this?
Description
Implement optimisation based path planning for a fixed time horizon.
Additional Information
No response
The text was updated successfully, but these errors were encountered: