Skip to content
Snippets Groups Projects
Commit 2d627df4 authored by rachelmoan's avatar rachelmoan
Browse files

Remove old guidedmrmp policy file

parent 8c6b17f2
No related branches found
No related tags found
No related merge requests found
"""
RRT*
"""
from guided_mrmp.planners.singlerobot.RRT import RRT
from guided_mrmp.planners.RRT import RRT
class RRTStar(RRT):
def __init__(self, env, s_start, s_goal, step_len, goal_sample_rate, iter_max, r, sampled_vertices=None):
......
from guided_mrmp.planners.singlerobot.RRT import RRT
from guided_mrmp.planners.singlerobot.RRTStar import RRTStar
from guided_mrmp.planners.db_guided_mrmp import GuidedMRMP
\ No newline at end of file
from guided_mrmp.planners.RRT import RRT
from guided_mrmp.planners.RRTStar import RRTStar
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment