Fix: dead link URL in doc (#1087)

* fix dead url links

* change link to MPC course

* remove dead link
This commit is contained in:
parmaski
2025-01-24 13:28:12 +09:00
committed by GitHub
parent 95eedba447
commit 2a489b3b82
35 changed files with 55 additions and 62 deletions

View File

@@ -7,7 +7,7 @@ This is an object shape recognition using rectangle fitting.
This example code is based on this paper algorithm:
- `Efficient L\-Shape Fitting for Vehicle Detection Using Laser Scanners \- The Robotics Institute Carnegie Mellon University <https://www.ri.cmu.edu/publications/efficient-l-shape-fitting-for-vehicle-detection-using-laser-scanners>`_
- `Efficient L\-Shape Fitting for Vehicle Detection Using Laser Scanners \- The Robotics Institute Carnegie Mellon University <https://www.ri.cmu.edu/publications/efficient-l-shape-fitting-for-vehicle-detection-using-laser-scanners/>`_
The algorithm consists of 2 steps as below.
@@ -66,4 +66,4 @@ API
References
~~~~~~~~~~
- `Efficient L\-Shape Fitting for Vehicle Detection Using Laser Scanners \- The Robotics Institute Carnegie Mellon University <https://www.ri.cmu.edu/publications/efficient-l-shape-fitting-for-vehicle-detection-using-laser-scanners>`_
- `Efficient L\-Shape Fitting for Vehicle Detection Using Laser Scanners \- The Robotics Institute Carnegie Mellon University <https://www.ri.cmu.edu/publications/efficient-l-shape-fitting-for-vehicle-detection-using-laser-scanners/>`_