fiss_planner icon indicating copy to clipboard operation
fiss_planner copied to clipboard

error in obstacle prediction trajectory

Open tmacattank opened this issue 2 years ago • 2 comments

https://github.com/SS47816/fiss_planner/blob/a930e22ba331bd1aa1b5f16f8c5e287b5f465abd/include/fiss_planner/fiss_planner.cc#L705 in this line, obstacle prediction info in y axis is wrongly emplaced back with x axis info. It makes collision-check no sense.

tmacattank avatar Dec 05 '22 08:12 tmacattank

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!)

SS47816 avatar Dec 28 '22 05:12 SS47816

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

LangDaoAI avatar Jan 17 '23 15:01 LangDaoAI