File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ ObstacleHeuristicQueue NodeHybrid::obstacle_heuristic_queue;
5151// cell. Though this could be later modified to project a certain
5252// amount of time or particular distance forward.
5353
54- // http://planning.cs.uiuc.edu/node821.html
54+ // http://planning.cs.uiuc.edu/planning/ node821.html
5555// Model for ackermann style vehicle with minimum radius restriction
5656void HybridMotionTable::initDubin (
5757 unsigned int & size_x_in,
@@ -177,7 +177,7 @@ void HybridMotionTable::initDubin(
177177 }
178178}
179179
180- // http://planning.cs.uiuc.edu/node822.html
180+ // http://planning.cs.uiuc.edu/planning/ node822.html
181181// Same as Dubin model but now reverse is valid
182182// See notes in Dubin for explanation
183183void HybridMotionTable::initReedsShepp (
You can’t perform that action at this time.
0 commit comments