Trying to use Motion Velocity Planner without a map #6487
Unanswered
bill-freeman
asked this question in
Q&A
Replies: 1 comment
-
|
Modules of the A possible workaround is to use a fake |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to use the motion velocity planner for longitudinal control of my vehicle, mainly for 3 scenarios; ACC, stop at fixed location, stop for an obstacle. I envision this working by publishing a trajectory along the path with a velocity of the speed I would like the vehicle to travel and feeding this trajectory to the motion velocity planner. Then allow the motion velocity planner to modify the trajectory using the loaded modules and information of obstacles or stop point. It seems that I would have to modify the code in the motion velocity planner to remove the constraint for a map for me to do this. Is this something you have done before and maybe you can point me in that direction? I am basically trying to use your longitudinal control methods without having a map, I would like to use them with just a desired trajectory and obstacle or stop point information.
Beta Was this translation helpful? Give feedback.
All reactions