Replies: 1 comment
-
|
Thank you for your interest in this project. If you want to improve the
You can drive with it but its behavior is very bad. It was a rough prototype a few years ago and has not really been improved since then.
You can set the
The algorithms ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Code of Conduct
Contents
Hi,
I would like to ask a question about the
sampling_based_planner.From the document, the planner seems to be not complete, which is fine, and I would like to spend some time to try if it works (with some additional work when needed).
1): How incomplete it is?
I can compile the code, but all to libraries (no executable), and I checked the source code, no one creates ros2
node. So I'm assuming they will work as component and loaded by other composable node? am I correct?only the
autoware_frenet_plannerhas a launch file, but I also think it might not work, becauseautoware_frenet_plannercompiles into a library, not executable.while the node/compoment structure might be incomplete, is the algorithm complete? or at least can they output result when the input is ready?
If the algorithm works, I can start to make them work with the autoware nodes, but if the algorithm is also not complete (main algorithm is missing), probably I need to find other source implementations.
@maxime-clem I'm sorry to ping you as I see your name listed in those packages, I assume you are the right person to give some background information for the current status.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions