758 add guard rails and barriers as lane boundaries to osi#792
758 add guard rails and barriers as lane boundaries to osi#792ClemensLinnhoff wants to merge 9 commits into
Conversation
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@persival.de>
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@persival.de>
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@persival.de>
…rriers-not-correctly-represented-in-osi
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@persival.de>
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@persival.de>
|
I pushed a rebased (on dev) variant of this branch: https://github.com/esmini/esmini/tree/feature/pr792 For future reference, please target dev branch. And avoid merging dev branch. Either just hand over that check to us, or do a rebase on your own (instead of merge). In the end the PR is rebased on dev anyway. |
Can that branch be merged? |
|
At first glance it seems like a good solution. Hadn't found time to investigate further yet, including synching with internal stakeholders. |
Guard rails are currently added to OSI as stationary objects. The problem is, that this way, they cannot have a height profile, so the guard rails will not follow the elevation of the road. A better way is to implement guard rails in OSI as lane boundaries.
There are some open points, that should be discussed:
Fixes #758