Skip to content

Commit

Permalink
fix: update video links
Browse files Browse the repository at this point in the history
Signed-off-by: Melike Tanrıkulu <[email protected]>
  • Loading branch information
meliketanrikulu committed Jan 4, 2025
1 parent 0603218 commit fdca32d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can find the data collected for testing and mapping in this [Documentation](
> <span style="color:green">**NOTE !**</span> </br>
> 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>
> 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>
> The video of this test is [here](https://www.youtube.com/watch?v=ajgedIwwuaM). </br>
> The video of this test is [here](https://youtu.be/6On130bjQUY?si=vumtij7a66WBIV3z). </br>
> As seen in the video, when velocity is not given, localization in the tunnel deteriorates more quickly.
> 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.
Expand Down Expand Up @@ -182,7 +182,7 @@ ros2 bag play ~/autoware_ista_data/rosbag2_2024_09_12-14_59_58_0.db3
#### Test 1: Simple Test of Localization

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

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.
Expand Down

0 comments on commit fdca32d

Please sign in to comment.