Commit Graph

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
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
2cb9e37792 Replaced sqrt(x**2+y**2) with hypot in Mapping/kmeans_clustering/kmeans_clustering.py 2019-12-07 23:33:43 +01:00
Göktuğ Karakaşlı
f7e7651869 fix merge conflict 2019-12-07 14:39:56 +03:00
Göktuğ Karakaşlı
d019e416ba exit on key 2019-12-07 14:30:18 +03:00
Atsushi Sakai
dacff1c97c Fixed kmeans clustering bug #251 2019-12-07 20:23:36 +09:00
隼田駿大
0ceb95685b fixed miss code 2019-05-31 14:23:51 +09:00
Atsushi Sakai
af854d6d1a add # pragma: no cover 2019-02-03 10:20:23 +09:00
Atsushi Sakai
b4de4a1db7 code clean up 2019-02-02 15:23:12 +09:00
Atsushi Sakai
98b9f5e84b remove all gif 2019-01-31 15:59:17 +09:00
Atsushi Sakai
48e0678346 added script 2018-05-03 10:19:37 +09:00
Atsushi Sakai
ccb18cf16d add test for kmeans 2018-05-03 09:44:00 +09:00