Skip to content

Commit d7fdcad

Browse files
authored
Fix broken links in README.md for ipynb files (AtsushiSakai#859)
1 parent 81c75f7 commit d7fdcad

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ All animation gifs are stored here: [AtsushiSakai/PythonRoboticsGifs: Animation
161161

162162
<img src="https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Localization/extended_kalman_filter/animation.gif" width="640" alt="EKF pic">
163163

164-
Documentation: [Notebook](https://github.com/AtsushiSakai/PythonRobotics/blob/master/Localization/extended_kalman_filter/extended_kalman_filter_localization.ipynb)
164+
Ref:
165+
166+
- [documentation](https://atsushisakai.github.io/PythonRobotics/modules/localization/extended_kalman_filter_localization_files/extended_kalman_filter_localization.html)
165167

166168
## Particle filter localization
167169

@@ -532,7 +534,7 @@ Path tracking simulation with iterative linear model predictive speed and steeri
532534

533535
Ref:
534536

535-
- [notebook](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/model_predictive_speed_and_steer_control/Model_predictive_speed_and_steering_control.ipynb)
537+
- [documentation](https://atsushisakai.github.io/PythonRobotics/modules/path_tracking/model_predictive_speed_and_steering_control/model_predictive_speed_and_steering_control.html)
536538

537539
- [Real\-time Model Predictive Control \(MPC\), ACADO, Python \| Work\-is\-Playing](http://grauonline.de/wordpress/?page_id=3244)
538540

@@ -544,7 +546,7 @@ A motion planning and path tracking simulation with NMPC of C-GMRES
544546

545547
Ref:
546548

547-
- [notebook](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/cgmres_nmpc/cgmres_nmpc.ipynb)
549+
- [documentation](https://atsushisakai.github.io/PythonRobotics/modules/path_tracking/cgmres_nmpc/cgmres_nmpc.html)
548550

549551

550552
# Arm Navigation
@@ -584,7 +586,7 @@ This is a 3d trajectory generation simulation for a rocket powered landing.
584586

585587
Ref:
586588

587-
- [notebook](https://github.com/AtsushiSakai/PythonRobotics/blob/master/AerialNavigation/rocket_powered_landing/rocket_powered_landing.ipynb)
589+
- [documentation](https://atsushisakai.github.io/PythonRobotics/modules/aerial_navigation/rocket_powered_landing/rocket_powered_landing.html)
588590

589591
# Bipedal
590592

0 commit comments

Comments
 (0)