Files
PythonRobotics/PathPlanning
Jonathan Schwartz 51689d62b9 Issue #523 fix (Reeds-Shepp planner handling length=0 case) (#524)
* Without equals sign, sometimes get points that are in the wrong direction - relative to the points before and after it- when change in x or change in y along path is 0

* Created test script for dubins path generator

* Made len == 0 it's own case, also changed 'l' to 'len' to appease travisCI

* More variable renaming to appease CI

* Broke == 0 into its own case in dubins planner, also Renaming files to appease CI

* Reverting some naming changes

* Turns out theres already a test for dubins.. not sure how I missed that

* Note to self: run the test cases on your own before throwing them at CI

* Added handling of length=0 case in generate_local_course()

* Missed reverting 'mode' back to 'm' in one spot

* Addressing style issues (line length)
2021-07-02 21:53:02 +09:00
..
2020-11-01 14:05:46 +09:00
2020-03-09 22:57:35 +09:00
2020-08-30 13:07:08 +09:00
2020-07-07 22:22:53 +09:00
2021-05-15 15:21:15 +09:00
2021-06-07 20:28:23 +09:00
2020-09-13 11:17:42 +09:00
2020-03-09 22:57:35 +09:00
2021-01-12 22:13:46 +09:00
2021-01-10 13:26:40 +09:00
2020-02-29 20:37:03 +09:00
2017-07-18 22:42:13 -07:00