13 Commits

Author SHA1 Message Date
Atsushi Sakai
5392fcff4d Refactor module links and improve code documentation. (#1211)
* Refactor module links and improve code documentation.

Updated documentation to rename "API" sections to "Code Link" for clarity and consistency. Enhanced docstrings for `circle_fitting` and `kmeans_clustering` functions, improving parameter descriptions and adding return value details. Fixed typos in function and file names in the ray casting grid map module.

* Fix import typo in ray casting grid map test module.

Corrected the import statement in the test file by updating the module's name to `ray_casting_grid_map` for consistency with the source file. This ensures proper functionality of the test suite.
2025-05-03 09:25:12 +09:00
Atsushi Sakai
4d71470631 upgrade numpy to 1.25.0 and fix bugs (#861) 2023-07-01 15:30:32 +09:00
Göktuğ Karakaşlı
9ca7d8f148 add comment for stopping the simulation 2019-12-14 14:50:32 +03:00
Göktuğ Karakaşlı
d019e416ba exit on key 2019-12-07 14:30:18 +03:00
Atsushi Sakai
af854d6d1a add # pragma: no cover 2019-02-03 10:20:23 +09:00
Atsushi Sakai
4880986bb5 fix code for coveralls 2019-02-02 16:51:00 +09:00
Atsushi Sakai
8542504b80 code clean up 2019-02-02 10:17:08 +09:00
Atsushi Sakai
a164faa7f2 replace math.radians to np.deg2rad 2018-10-23 21:49:08 +09:00
Atsushi Sakai
20f206c286 add gif 2018-05-13 08:44:53 +09:00
Atsushi Sakai
3c4d1c457a add test for circle_fitting 2018-05-12 22:14:44 +09:00
Atsushi Sakai
17b87c0822 first release of circle_fitting 2018-05-12 21:59:36 +09:00
Atsushi Sakai
b17cf88ff1 update numpy for fix bug 2018-05-12 18:47:57 +09:00
Atsushi Sakai
aa5de3ed1f laser simulation is not good.. 2018-05-12 11:48:59 +09:00