carma-platform icon indicating copy to clipboard operation
carma-platform copied to clipboard

Platooning Plugin generate general lane change maneuver

Open saina-ramyar opened this issue 2 years ago • 1 comments

Types of Issue

  • [ ] Anomaly report (something appears to not work correctly)
  • [x] Enhancement request (describe the enhancement being requested)
  • [ ] Other (please ensure the description clarifies why the issue doesn’t fall into either of the above categories)

Descriptive summary

The IHP platooning plugin generates a lane change if a solo vehicle needs to join a platoon in the adjacent lane. Currently, an assumption is that the target lanelet is an adjacent lane with left or right relation. This is not always the case, and the capability needs to be generalized to include other types of lane changes and relations.

Carma version where this issue was discovered

Expected behavior

The IHP generated lane change should not be limited to adjacent left or right lanelets.

Actual behavior

The IHP generated lane change is currently limited to adjacent left or right lanelets.

Steps to reproduce the actual behavior

  1. Do this
  2. Then do this...

Related work

saina-ramyar avatar Jul 29 '22 16:07 saina-ramyar

Above linked commit contains code which needs to be updated when resolving this issue

msmcconnell avatar Jul 29 '22 17:07 msmcconnell

Resolved by above PRs

msmcconnell avatar Sep 20 '22 13:09 msmcconnell