[PathPlanner] Replace tryDirectPath by tryConnectInitAndGoals.
This new method tries to connect the initial and goal configurations to other connected components of the roadmap before developing the roadmap further. When planning from an initial to goal configurations without precomputed roadmap, this method should be equivalent to tryDirectPath.
Please register or sign in to comment