Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[✨FEAT✨]: Path planning #58

Open
1 task done
csprono opened this issue Aug 15, 2023 · 1 comment
Open
1 task done

[✨FEAT✨]: Path planning #58

csprono opened this issue Aug 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@csprono
Copy link
Contributor

csprono commented Aug 15, 2023

Is there an existing enhancement request for this?

  • I have searched the existing feature requests

Description

Implement optimisation based path planning for a fixed time horizon.

Additional Information

No response

@csprono csprono added the enhancement New feature or request label Aug 15, 2023
@dyu056-fsae dyu056-fsae self-assigned this Aug 15, 2023
@Tanish29 Tanish29 assigned Tanish29 and unassigned dyu056-fsae Aug 15, 2023
@csprono csprono self-assigned this Aug 15, 2023
@Tanish29
Copy link

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

@dyu056 dyu056 self-assigned this Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants