Skip to content

Commit 173d9b2

Browse files
fix: update dead links (#640)
Signed-off-by: Melike Tanrıkulu <[email protected]>
1 parent 761c222 commit 173d9b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/components_evaluation/localization_evaluation/urban-environment-evaluation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can find the data collected for testing and mapping in this [Documentation](
2727
> <span style="color:green">**NOTE !**</span> </br>
2828
> Since there was no velocity source coming from the vehicle during all these tests, the twist message coming from GNSS/INS was given to ekf_localizer as the linear&angular velocity source. </br>
2929
> In order to understand whether this increases the error in cases where the GNSS/INS error increases in the tunnel and how it affects the system, localization in the tunnel was tested by giving only the pose from the NDT, without giving this velocity to ekf_localizer. </br>
30-
> The video of this test is [here](https://www.youtube.com/watch?v=ajgedIwwuaM). </br>
30+
> The video of this test is [here](https://youtu.be/6On130bjQUY?si=vumtij7a66WBIV3z). </br>
3131
> As seen in the video, when velocity is not given, localization in the tunnel deteriorates more quickly.
3232
> It is also predicted that if the IMU Twist message combined (/localization/twist_estimator/twist_with_covariance) with the linear velocity from the vehicle is given instead of the GNSS/INS Twist message, the performance in the tunnel will increase. However, this test cannot be done with the current data.
3333
@@ -182,7 +182,7 @@ ros2 bag play ~/autoware_ista_data/rosbag2_2024_09_12-14_59_58_0.db3
182182
#### Test 1: Simple Test of Localization
183183

184184
Simply put, how localization works in an urban environment was tested and the results were recorded on video.
185-
Here is the [test video](https://youtu.be/Bk4Oyk6FOg0?t=6).
185+
Here is the [test video](https://youtu.be/DQsk3rY7NjY?si=NkJYIZoPd6HqLIHp).
186186
[<img src="https://github.com/user-attachments/assets/e0f7edbf-0596-4806-8dcd-b4156584e4c0" width="60%">](https://youtu.be/Bk4Oyk6FOg0?t=6")
187187

188188
We can see from video that there is a localization error in the longitudinal axis along the Eurasia tunnel. As expected, NDT based localization does not work properly here. However, since the NDT score cannot detect the distortion here, localization is not completely broken until the end of the tunnel. Localization is completely broken at the exit of the tunnel. I re-initialized the localization after vehicle exit the tunnel.
@@ -209,7 +209,7 @@ NDT Score (Nearest Voxel Transformation Likelihood) Threshold = 2.3
209209

210210
Ground Truth : In these tests, the post-processed GNSS / INS data was used as ground truth. Since the error of this ground truth data also decreases in the tunnel environment, it is necessary to evaluate these regions by taking into account the Ground Truth error.
211211

212-
During these tests, I compared the NDT and EKF exposures with Ground Truth and presented the results. I am sharing the test results below as png. However, if you want to examine this data in more detail, I have created an executable file for you to visualize and take a closer look at. You can access this executable file from [here](https://drive.google.com/drive/folders/145QXl6wfV7IB9NS-PzFQtsNnxnAn6a9o?usp=sharing). Currently there is only a version that works on Ubuntu at this link, but I plan to add it for Windows as well.
212+
During these tests, I compared the NDT and EKF exposures with Ground Truth and presented the results. I am sharing the test results below as png. However, if you want to examine this data in more detail, I have created an executable file for you to visualize and take a closer look at. You can access this executable file from [here](https://drive.google.com/drive/folders/1ges_2q8qljgLfwjZbv2Bn35Rv5awhd_U?usp=sharing). Currently there is only a version that works on Ubuntu at this link, but I plan to add it for Windows as well.
213213
You need to follow these steps:
214214

215215
```bash

0 commit comments

Comments
 (0)