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

error in obstacle prediction trajectory #5

Open
tmacattank opened this issue Dec 5, 2022 · 2 comments
Open

error in obstacle prediction trajectory #5

tmacattank opened this issue Dec 5, 2022 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@tmacattank
Copy link

obstacle_traj.x.push_back(obstacle_traj.y.back() + v*settings_.tick_t*std::sin(yaw));

in this line, obstacle prediction info in y axis is wrongly emplaced back with x axis info. It makes collision-check no sense.

@SS47816 SS47816 added bug Something isn't working good first issue Good for newcomers labels Dec 28, 2022
@SS47816
Copy link
Owner

SS47816 commented Dec 28, 2022

Hi,

Thank you for spotting the error! It was indeed a typo!

This was an earlier version of our code and we fixed this problem (and a number of other issues we spotted elsewhere) in a later version. As right now we are in the middle of busy building a new code base for this (together with some other projects), we might not be able to maintain this repo for a period of time. Hope you can understand that!

The new code base with some major updates will be released later. (Hopefully soon!)

@LangDaoAI
Copy link

@SS47816 great work! and when the new code base will be released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants