Replies: 1 comment 1 reply
-
I'm not exactly sure what you are asking for. The planning code resides here: https://github.com/open-rmf/rmf_traffic/blob/main/rmf_traffic/include/rmf_traffic/agv/Planner.hpp. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am learning plan and dependency. I learned that the process of plan generation is similar to the algorithm in a paper. I briefly learned the algorithm, but could not find the corresponding part of the code.
I want to know if the plan is generated directly using
Planner.plan()
. Then generatePlanData
along the call relationship, get theResult
in the end.Beta Was this translation helpful? Give feedback.
All reactions