WaterlooRobotics / mobilerobotics

Matlab and Robot code for MTE 544: Autonomous Mobile Robotics at the University of Waterloo
66 stars 38 forks source link

Fixes for graph search examples (mr-8) #80

Open techmarco opened 6 years ago

techmarco commented 6 years ago

+add motion type in call to wavefront and shortest_wavefront_path +correction in shortestpath_mr method types comment +correction to heuristic distance check (Manhattan distance for BFS/DFS) +relocate Dijkstra's case 4 in switch for code clarity