Commit Graph

126 Commits

Author SHA1 Message Date
Atsushi Sakai
e6f5dfe537 update getting started (#1136)
Co-authored-by: Atsushi Sakai <atsushi_sakai@AtsushiSakainonotobukkukonpyuta.local>
2025-02-02 21:34:26 +09:00
Atsushi Sakai
f225c18457 update getting started (#1135)
Co-authored-by: Atsushi Sakai <atsushi_sakai@AtsushiSakainonotobukkukonpyuta.local>
2025-02-01 22:47:52 +09:00
Atsushi Sakai
a5fc2d039d update getting started (#1134)
Co-authored-by: Atsushi Sakai <atsushi_sakai@AtsushiSakainonotobukkukonpyuta.local>
2025-01-31 21:38:06 +09:00
Atsushi Sakai
2b9cc06000 update getting started (#1133) 2025-01-30 22:25:45 +09:00
Atsushi Sakai
44bad78682 update getting started (#1132) 2025-01-29 21:54:18 +09:00
Atsushi Sakai
fc35627338 update getting started (#1131) 2025-01-28 22:25:53 +09:00
Atsushi Sakai
6744d4b104 copy paper contents (#1129)
* copy paper contents

* copy paper contents
2025-01-27 22:41:52 +09:00
Atsushi Sakai
e93ada6cb8 update README (#1128) 2025-01-27 22:11:15 +09:00
Atsushi Sakai
f1b171d88b Update head doc (#1127)
* update head doc

* update head doc
2025-01-26 22:12:28 +09:00
Atsushi Sakai
bf8f1774b7 Update doc organization (#1126) 2025-01-25 23:30:14 +09:00
Atsushi Sakai
732db3d40d Fix Doc generation warning (#1125) 2025-01-25 21:06:23 +09:00
parmaski
2a489b3b82 Fix: dead link URL in doc (#1087)
* fix dead url links

* change link to MPC course

* remove dead link
2025-01-24 13:28:12 +09:00
Aglargil
5a66105ff5 Extend frenet_optimal_trajectory to support more scenarios (#1114)
* feat: Add third derivative and curvature rate calculations to CubicSpline classes

* feat: Extend frenet_optimal_trajectory to support more scenarios

* fix: frenet optimal trajectory type check

* fix: cubic spline planner code style check

* fix: frenet optimal trajectory review

* feat: frenet_optimal_trajectory update doc

* fix: frenet optimal trajectory review

* fix: frenet optimal trajectory

* fix: frenet optimal trajectory
2025-01-22 18:57:12 +09:00
Atsushi Sakai
7eeb9d215c Add catmull_rom_spline doc (#1109) 2024-12-21 15:04:02 +09:00
Surabhi Gupta
af456c70b0 Implement Catmull-Rom Spline with test and documentation (#1085) 2024-12-20 22:12:31 +09:00
Atsushi Sakai
bf69f444af add turning radius calculation doc (#1068)
* add turning radius calculation doc

* add turning radius calculation doc

* add turning radius calculation doc

* add turning radius calculation doc

* add turning radius calculation doc

* add turning radius calculation doc

* add turning radius calculation doc
2024-09-16 22:03:54 +09:00
Atsushi Sakai
1e101d1f8a improve LQT steering and speed control document (#1047)
* improve LQT steering and speed control

* improve LQT steering and speed control

* improve LQT steering and speed control doc

* improve LQT steering and speed control doc

* improve LQT steering and speed control doc

* improve LQT steering and speed control doc
2024-07-16 23:02:31 +09:00
Atsushi Sakai
b1fb7fe24e improve lqr steering control docs 2024-05-25 23:46:08 +09:00
Atsushi Sakai
5751829bab Enhance lqr steering control docs (#1015)
* enhance lqr steering control docs

* enhance lqr steering control docs

* enhance lqr steering control docs

* enhance lqr steering control docs

* improve lqr steering control docs
2024-05-25 23:31:54 +09:00
Atsushi Sakai
1656cab0d2 Support python 3.12 (#954)
* Update Linux_CI.yml

* Update MacOS_CI.yml

* Update Windows_CI.yml

* Delete .lgtm.yml

* Update lqr_planner.py

* Update lqr_planner.py

* Update config.yml

* Update environment.yml

* Update ruff.toml

* Update README.md

* Update getting_started_main.rst

* Update doc_requirements.txt
2024-03-14 22:01:51 +09:00
Yi-Chen Zhang
0874d5023c Fix predict covariance (#973)
* Fix predict covariance

* Remove trailing whitespace and unused return parameters
2024-01-28 13:59:02 +09:00
Ryohei Sasaki
cfe1e30357 Addition of velocity scale factor estimation to EKF (#937)
* Addition of velocity scale factor estimation to EKF

* Format

* Add a scale factor motion model in the Jacobian function description

* Fix Jacobian function description

* New script: 'ekf_with_velocity_correction.py'

* Add doc

* Fix doc

* Correct the parts where the first letter of the sentence is lowercase

* Fix doc title

* Fix script title

* Do grouping

* Fix wrong motion function in ekf doc

* Update docs/modules/localization/extended_kalman_filter_localization_files/extended_kalman_filter_localization_main.rst

---------

Co-authored-by: Atsushi Sakai <asakai.amsl+github@gmail.com>
2024-01-22 22:02:22 +09:00
Atsushi Sakai
f8515d109e Update doc_requirements.txt versions (#968)
* Update doc_requirements.txt

* Update doc_requirements.txt

* Update doc_requirements.txt
2024-01-18 23:14:51 +09:00
Videh Patel
d7060f6028 Reopen: Added missing path types (#949)
* added missing RS path types

* modified assert condition in test3

* removed linting errors

* added sign check to avoid non RS paths

* Mathematical description of RS curves

* Undid debugging changes

* Added large step_size consideration

* renamed test3 to test_too_big_step_size

---------

Co-authored-by: Videh Patel <videh.patel@fluxauto.xyz>
2024-01-08 21:36:49 +09:00
Atsushi Sakai
331f0877f6 Update copyright for doc update test 2023-12-03 21:56:04 +09:00
Emmanuel Ferdman
ba5a1dda75 docs: update the code style test script (#880)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2023-07-19 22:04:35 +09:00
Atsushi Sakai
0fc769421f Adding NDT mapping script and doc (#867)
* Adding ndt mapping script and doc

* Adding ndt mapping script and doc

* Adding ndt mapping script and doc

* Adding ndt mapping script and doc

* Adding ndt mapping script and doc

* Adding ndt mapping script and doc

* Adding ndt mapping script and doc

* Adding ndt mapping script and doc
2023-07-06 23:12:43 +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
Faizan Alam
5ddf70615e Add dark mode feature in documentation (#842) 2023-05-28 17:22:35 +09:00
Faizan Alam
ca82a4b1df Add copy button in the documentation code snippets (#840) 2023-05-27 20:30:02 +09:00
Atsushi Sakai
cb08c39a93 Add Normal vector estimation (#781)
* add normal vector calculation routine.

* add normal vector calculation routine.

* add normal vector estimation

* fix unittests in not matplotlib frontend

* fix lint ci

* add ransac based normal distribution estimation

* add normal_vector_estimation_main.rst

* normal_vector_estimation_main.rst を更新

* update normal_vector_estimation_main.rst

* update normal_vector_estimation_main.rst

* normal_vector_estimation_main.rst

* normal_vector_estimation_main.rst を更新

* add normal_vector_estimation_main.rst

* add normal_vector_estimation_main.rst

* add normal_vector_estimation_main.rst

* add normal_vector_estimation_main.rst

* add normal_vector_estimation_main.rst

* add normal_vector_estimation_main.rst

* add normal_vector_estimation_main.rst

* add normal_vector_estimation_main.rst

* add normal_vector_estimation_main.rst
2023-03-11 17:54:18 +09:00
dependabot[bot]
3c1162561a Bump ipython from 7.31.1 to 8.10.0 in /docs (#791)
Bumps [ipython](https://github.com/ipython/ipython) from 7.31.1 to 8.10.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.31.1...8.10.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-11 10:48:51 +09:00
Atsushi Sakai
15a9190060 using ruff instead of flake8 (#787)
* using ruff instead of flake8

* using ruff instead of flake8

* using ruff instead of flake8
2023-01-30 21:33:49 +09:00
Atsushi Sakai
ffd8602e25 support python3.11 (#741)
* support python3.11

* try to fix error

* try to fix error

* try to fix error

* try to fix error

* try to fix error

* try to fix error

* try to fix error

* try to fix error

* try to fix error

* add docs

* fix conflict

* fix conflict

* fix conflict

* using python3.10 for appveyors

* add windows CI

* roll back appveyor settings

* fix windows CI
2023-01-29 22:22:11 +09:00
Atsushi Sakai
3dc96997da Adding point cloud sampling examples (#770) 2023-01-03 22:27:55 +09:00
Atsushi Sakai
955ad60ee3 Remove pandas dependency (#725)
* Remove pandas dependency

* Remove pandas dependency
2022-09-30 09:14:27 +09:00
Atsushi Sakai
e40b4d9dec Enhance bspline code and doc clean up (#720)
* Start bspline code and doc cluean up

* code clean up

* code clean up

* code clean up

* code clean up

* improve doc

* improve doc

* improve doc

* improve doc

* improve doc

* improve doc

* improve doc

* improve doc

* improve codes.

* improve codes.

* improve codes.
2022-09-27 21:49:53 +09:00
Atsushi Sakai
def289b723 enhance cubic spline path doc (#698)
* enhance cublic spline path doc

* enhance cublic spline path doc

* enhance cublic spline path doc

* enhance cublic spline path doc

* enhance cublic spline path doc

* enhance cublic spline path doc

* enhance cublic spline path doc

* enhance cublic spline path doc

* enhance cublic spline path doc

* enhance cublic spline path doc

* enhance cublic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc

* enhance cubic spline path doc
2022-07-24 14:58:14 +09:00
Tim Gates
c6bdd48715 docs: Fix a few typos (#695)
There are small typos in:
- ArmNavigation/arm_obstacle_navigation/arm_obstacle_navigation.py
- ArmNavigation/arm_obstacle_navigation/arm_obstacle_navigation_2.py
- docs/modules/slam/FastSLAM1/FastSLAM1_main.rst
- docs/modules/slam/ekf_slam/ekf_slam_main.rst

Fixes:
- Should read `configuration` rather than `configuation`.
- Should read `trajectory` rather than `tracjectory`.
- Should read `prediction` rather than `prediciton`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-19 07:22:09 +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
f5d80ecb1c remove old doc links (#677)
* remove old doc links

* add github link

* add github link

* add github link
2022-05-08 15:56:51 +09:00
Atsushi Sakai
b01128a8f6 enhance_github pages doc (#676) 2022-05-08 14:49:20 +09:00
Atsushi Sakai
ec19f6373d enhance_github pages doc (#675) 2022-05-08 14:39:01 +09:00
Atsushi Sakai
20220fdfd2 enhance_github pages doc (#674) 2022-05-08 14:29:48 +09:00
Atsushi Sakai
785e62175f enhance_github pages doc (#673) 2022-05-08 14:23:11 +09:00
Atsushi Sakai
f74f0c1da2 enhance_github pages doc (#672)
* enhance_github pages doc

* enhance_github pages doc
2022-05-08 14:11:21 +09:00
Atsushi Sakai
b9345da036 try to use python3.10 (#561)
* try to use python3.10

* try python3.10

* try python3.10
2022-05-07 16:04:39 +09:00
Atsushi Sakai
d74a91e062 Re-architecture document structure (#669)
* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure
2022-05-07 15:21:03 +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
163cc5ea58 Update dubins_path.rst (#663)
* Update dubins_path.rst

* Update dubins_path.rst
2022-05-02 21:06:33 +09:00