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

Is there any detail about initial condition and hyper params? #24

Open
xinwf opened this issue Dec 7, 2021 · 1 comment
Open

Is there any detail about initial condition and hyper params? #24

xinwf opened this issue Dec 7, 2021 · 1 comment

Comments

@xinwf
Copy link

xinwf commented Dec 7, 2021

There are many initial conditions and hyper params but without any description, it's hard to understand this planner ....

@FahadRazaKhan
Copy link

@xinwf It may be late for you, but I have found out following description of the initial conditions from the Python code this repo is adapted from.

double s0; // current course position
double c_speed; // current speed [m/s]
double c_d; // current lateral position [m]
double c_d_d; // current lateral speed [m/s]
double c_d_dd; // current lateral acceleration
double target_speed;
double *wx; // Waypoints X
double *wy; // Waypoints Y
int nw; // number of waypoints
double *o_llx;
double *o_lly;
double *o_urx;
double *o_ury;
int no; // number of obstacles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants