Commit Graph

25 Commits

Author SHA1 Message Date
Atsushi Sakai
76b0d04a3c using pathlib based local module import (#722)
* using pathlib based local module import

* remove unused import
2022-09-11 07:21:37 +09:00
Atsushi Sakai
31178c8e37 Enhance dubins path docs (#679)
* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs

* Enhance dubins path docs
2022-05-17 21:57:07 +09:00
Atsushi Sakai
32b545fe7c Enhance dubins path docs (#664)
* Engance dubins path docs

* Update dubins_path.rst

* fix doc artifact link in CI

* wip

* wip

* wip

* Update dubins_path.rst

* wip

* wip

* wip

* wip

* wip
2022-05-07 13:19:30 +09:00
Atsushi Sakai
6f06b535b9 fix dubins path length bug and clean up codes. (#527)
* fix dubins path length bug and clean up codes.

* fix line length CI error

* fix line length CI error

* fix line length CI error

* fix line length CI error

* fix line length CI error

* fix line length CI error

* fix line length CI error

* fix line length CI error
2021-07-10 07:15:10 +09:00
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
Jonathan Schwartz
8f3337e78d Dubins path bug fix (#521)
* 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

* 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
2021-07-01 23:46:32 +09:00
Atsushi Sakai
b8afdb10d8 Using scipy.spatial.rotation matrix (#335) 2020-06-07 20:28:29 +09:00
Atsushi Sakai
18ac00dced fix the dubins planning bug and code clean up 2020-01-28 21:35:49 +09:00
Atsushi Sakai
4e323212e5 start fix the bug. 2020-01-27 20:25:40 +09:00
Atsushi Sakai
ad5e1aa070 Merge pull request #259 from goktug97/close_on_key
Close on key
2019-12-14 21:33:26 +09:00
Göktuğ Karakaşlı
9ca7d8f148 add comment for stopping the simulation 2019-12-14 14:50:32 +03:00
Guillaume Jacquenot
367c2c6dc6 Replaced sqrt(x**2+y**2) with hypot in PathPlanning/DubinsPath/dubins_path_planning.py 2019-12-07 23:33:44 +01:00
Göktuğ Karakaşlı
d019e416ba exit on key 2019-12-07 14:30:18 +03:00
Atsushi Sakai
d9508f6e72 fix rrt_star_dubins 2019-07-27 15:08:25 +09:00
Atsushi Sakai
4880986bb5 fix code for coveralls 2019-02-02 16:51:00 +09:00
Atsushi Sakai
6534f05cb0 remove erro on codefactor 2019-02-01 21:00:49 +09:00
Atsushi Sakai
d6fb8d6f82 remove error on codefactor 2019-02-01 20:57:52 +09:00
Atsushi Sakai
98b9f5e84b remove all gif 2019-01-31 15:59:17 +09:00
Atsushi Sakai
3a7f3c5587 code clean up for lgtm 2018-11-23 11:03:50 +09:00
Atsushi Sakai
97f0405ab7 replace math.degrees to np.rad2deg 2018-10-24 18:30:52 +09:00
Atsushi Sakai
a164faa7f2 replace math.radians to np.deg2rad 2018-10-23 21:49:08 +09:00
Alexis Paques
b243750a13 Update the pi_2_pi function to a use of a modulo instead of two while. 2018-07-10 09:22:18 +02:00
Atsushi Sakai
fd3f220c7c add dubins animation 2018-02-09 09:07:09 -08:00
Atsushi Sakai
2723a0a2eb fix bug of reedsshepppath 2017-10-19 12:31:19 -07:00
AtsushiSakai
f0ee5bd1d7 clean up code folders 2017-06-02 10:12:26 -07:00