22 Commits

Author SHA1 Message Date
Atsushi Sakai
22cbee4921 Standardize "Ref:" to "Reference" across files (#1210)
Updated all instances of "Ref:" to "Reference" for consistency in both code and documentation. This change improves clarity and aligns with standard terminology practices.
2025-05-02 10:01:19 +09:00
Atsushi Sakai
67edaf8b02 Enhance rectangle fitting docs (#848)
* enhance rectangle fitting docs

* enhance rectangle fitting docs

* Update rectangle_fitting_main.rst

* Update rectangle_fitting_main.rst

* Update rectangle_fitting_main.rst

* Update rectangle_fitting_main.rst

* Update rectangle_fitting_main.rst

* Update rectangle_fitting_main.rst

* Update rectangle_fitting_main.rst

* Update rectangle_fitting_main.rst

* enhance rectangle fitting docs
2023-07-01 08:29:34 +09:00
Andrey Bozhko
2916273e62 Update loop conditions to be more idiomatic; fix missing imports (#768)
* missing import

* use while true
2023-01-01 20:44:34 +09:00
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
dc879da7b2 Using utility rot_mat_2d (#683) 2022-05-22 16:53:14 +09:00
Atsushi Sakai
67d7d5c610 Test code clean up (#456)
* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up

* Test code clean up
2021-01-12 22:13:46 +09:00
Nguyen Mau Dung
31b75f1358 Using vectorization to speed up computation (#427) 2020-11-08 14:09:59 +09:00
Atsushi Sakai
b8afdb10d8 Using scipy.spatial.rotation matrix (#335) 2020-06-07 20:28:29 +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
72a28b4d4b Replaced sqrt(x**2+y**2) with hypot in Mapping/rectangle_fitting/rectangle_fitting.py 2019-12-07 23:33:43 +01:00
Göktuğ Karakaşlı
d019e416ba exit on key 2019-12-07 14:30:18 +03:00
Atsushi Sakai
ee827df22c optimized tests for speed up 2019-02-06 09:44:06 +09:00
Atsushi Sakai
32004b8048 first release rectangle_fitting 2019-02-05 10:10:05 +09:00
Atsushi Sakai
3161a66a16 first release 2019-02-05 09:56:27 +09:00
Atsushi Sakai
5c14b5d7e6 try to implement rectangle_fitting 2019-02-04 22:33:13 +09:00
Atsushi Sakai
0e951b3573 finish implement range segmentation 2019-02-03 21:14:32 +09:00
Atsushi Sakai
18a4a2e606 code clean up 2019-02-03 20:04:10 +09:00
Atsushi Sakai
74b8432497 start implement lectangle fitting 2019-02-03 16:35:16 +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
8acf4e84ae rectangle fitting 2018-05-18 22:31:01 +09:00