Skip to content

Commit

Permalink
There will be small and large headaches here
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusau17 committed May 18, 2021
1 parent df250d8 commit 9be9685
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 2 deletions.
3 changes: 1 addition & 2 deletions kinodynamic_rrt/kinodynamic_rrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,8 @@ def plot_final_all(self):
throttle_speed = 0.3
number_of_motion_primitives = 5

# RRT or RRT*
# RRT
kinodynamic_rrt = KinodynamicRRTStar(x_start, x_goal, time_forward,goal_sample_rate, throttle_speed, number_of_motion_primitives, n_samples,grid,min_speed=0.1)
#kinodynamic_rrt = KinodynamicRRTStar(x_start, x_goal, time_forward,goal_sample_rate, throttle_speed, number_of_motion_primitives, n_samples,grid,min_speed=0.1,rrt_star=True)
kinodynamic_rrt.planning()
kinodynamic_rrt.plot_final()
#kinodynamic_rrt.plot_final_all()
Expand Down
Loading

0 comments on commit 9be9685

Please sign in to comment.