-
Notifications
You must be signed in to change notification settings - Fork 10k
Description
Hi,
I want to implement a new planner algorithm, I am still new to Apollo, right now, I just want to know how the framework work.
I have several questions about using the planning module in Apollo.
-
When running the demo (demo.bad and demo_2.bag), the log data recorded that
routing not ready; skip the planning cycle.in planning.cc andRouting is not ready.in reference_line_provider.cc . I do turn on the planner and routing modules in the Module Controller, but the routing module keeps turning off.
If it skips the planning cycle why the car still seems to have a planner line to follow in the DreamView visualization, can you explain what happens here? -
How to use RTK planner? I change the planning_config.proto but it still uses the EM planner.
Thank you.