AMSP-04 / NETN-ETR

NATO Education and Training Network (NETN) Entity Tasking and Reporting (ETR) Module
Other
2 stars 0 forks source link

Extra optional parameter for Dismount #64

Closed hendersonhc closed 7 months ago

hendersonhc commented 8 months ago

Add an optional dismount location (WorldLocationStruct). The attached entity is dismount at the given position. First the attached entity dismount at the same location as the entity to which it is attached and then moves to the location given in this parameter.

lofstrandbjorn commented 8 months ago

This could also be accomplished with a combined Dismout followed by a MoveToLocation task. A MoveToLocation task on a mounted entity could also always perform a dismount before moving. Similar semantics for mounting? Let's have a discussion by telecon on this issue.

lofstrandbjorn commented 8 months ago

Consider name change. Attach/Detach. Do dismount (detach) implicitly if Move task is accepted. Change mount/dismount to attach/detach everywhere.

lofstrandbjorn commented 7 months ago

Updated.