How to make the track smoother and let the virtual car move along it? #16
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi Lilly! Smoothing can be done with shortcutting via the ompl PathSimplifier either with the shortcutPath() or simplify() functions. Could you elaborate on what you mean by "passing points"? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Hi Lilly!
You caught us at a bit of a bad time because right now we are in the process of switching global planners and writing a nice tracking controller to follow planned paths (questions 2/3) . Here was the original tutorial for this planner: https://github.com/prl-mushr/mushr-website/blob/master/content/tutorials/global_planner.md. I'm not sure if that will be super helpful for what you are doing though :/ .
Smoothing can be done with shortcutting via the ompl PathSimplifier either with the shortcutPath() or simplify() functions.
Could you elaborate on what you mean by "passing points"?