Closed 12num closed 11 months ago
To combine your trajectory planning method with LimSim, you can simply create a new planner class by inheriting from trafficManager/planner/abstract_planner.py
. Then, initialize your custom planner class in place of EgoPlanner
within the trafficManager/traffic_manager.py
file.
We look forward to seeing your custom planner integrated with LimSim!
How to combine the existing trajectory planning model with limsim, and can the frenet_optimal_planner.py algorithm be replaced?