Is there a flowchart or something like that for dwa_local_planner or base_local_planner?

asked 2016-03-17 04:06:45 -0600

Orhan gravatar image

updated 2016-03-17 04:08:21 -0600

Hi all,

Reading from code is complicating. And I can't found calling sequences for these functions:

UpdatePlanAndCosts(...);
checkTrajectory(...);
setPlan(...);
isGoalReached(...);
checkTrajectory(...);
computeVelocityCommands(...);
findBestPath(...);
...

etc.

edit retag flag offensive close merge delete