How can I plugin lanelet2's custom global planner written in python?
I find my global path using lanelet2's shortest path function. I want to add local planner to this global planner. There are structures such as movebase or movebaseflex in it. In order to use them, I need to create a global planner or a plugin. For this, the global planner needs to be written in cpp, but I wrote it using python. Can I use the local scheduler other than move base? Or how can I write the global planner as a plugin to be able to use it in move base ? I am using Ros Noetic.
Asked by emirhanc on 2023-03-15 07:07:34 UTC
Comments