RRT Variants¶
This section groups the Rapidly-exploring Random Tree (RRT) family in DiscoPygal. Use these solvers when you want tree-based sampling planners and their optimal or multi-robot variants.
- Rapidly-exploring Random Tree (RRT)
- RRT*
- Informed RRT*
- BiRRT
- dRRT
- dRRT*
- ao-dRRT
- LBT-rrt
- Contact Guided RRT
Contact_Guided_RRTContact_Guided_RRT.add_edge()Contact_Guided_RRT.add_node()Contact_Guided_RRT.build_roadmap()Contact_Guided_RRT.collision_free()Contact_Guided_RRT.get_arguments()Contact_Guided_RRT.get_dist()Contact_Guided_RRT.get_graph()Contact_Guided_RRT.get_nearest_vertex()Contact_Guided_RRT.point_to_vec3()Contact_Guided_RRT.sample_random_point()Contact_Guided_RRT.search_path_on_roadmap()Contact_Guided_RRT.steer()