Files
PythonRobotics/PathPlanning
Chris Mower b53fdf75f6 Add optional robot radius to RRT/RRTStar path planners (#655)
* Add optional robot radius to RRT/RRTStar path planners.
* update __init__ and check_collision to include radius
* during animation, if a robot radius is given then it is drawn

* Add test for robot radius

* Correct import error

* Correct missing robot_radius errors

* Address "expected 2 blank lines, found 1" error

* Address "line too long" errors

* Add missing argument description.

* Remove collision_check_with_xy and replace with check_collision

* Fix "missing whitespace after ','" error

* Update PathPlanning/ClosedLoopRRTStar/closed_loop_rrt_star_car.py

Co-authored-by: Atsushi Sakai <asakai.amsl+github@gmail.com>

Co-authored-by: Atsushi Sakai <asakai.amsl+github@gmail.com>
2022-04-19 12:53:24 +09:00
..
2020-11-01 14:05:46 +09:00
2021-11-27 20:10:45 +09:00
2021-11-27 22:13:55 +09:00
2020-08-30 13:07:08 +09:00
2021-11-27 22:13:55 +09:00
2021-05-15 15:21:15 +09:00
2022-01-09 00:01:29 +09:00
2020-09-13 11:17:42 +09:00
2020-03-09 22:57:35 +09:00
2021-11-27 22:13:55 +09:00
2017-07-18 22:42:13 -07:00