16.5.0
Description
Abstract
- Introduce special parameter
RoutingAction__use_lane_ids_for_routingto switch calling appropriate ADAPI. - Rename
AcquirePositionAction.allow_goal_modificationintoRoutingAction__allow_goal_modificationto show supporting it inAssignRouteAction - Arrange
requestAssignRouteandrequestAcquirePositionoverloads inEgoEntity - Add new
planoverloads and mark old one as deprecated to support dual ADAPI, inFieldOperatorApplication
Details
Changes in functions of EgoEntity and FieldOperatorApplication.
References
tier4/sim_evaluation_tools#525
Destructive Changes
Old type of FieldOperatorApplication::plan is now deprecated and will be deleted in the future
Known Limitations
EgoEntity::requestReplanRoute does not support RoutingAction__use_lane_ids_for_routing for now. (But it does not break legacy behavior.)
We should consider about manual-override simulation behavior when we modify this function.
So, I did not modify it because I think it is beyond scope of this pull-request.
