fix: fix road barrier conversion issue
Bug description: when handling road barrier, if the @s + @length value of the road barrier exceeds the length of the corresponding road, the map test will collapse due to invalid end point of the road barrier.
To fix it:
- Add check condition for road barrier points conversion
- Add corresponding test case for updated code
- update README for known constrains