Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension of mission definition for (instantaneous) configuration changes #779

Open
ErwinMoerland opened this issue Jun 21, 2022 · 0 comments

Comments

@ErwinMoerland
Copy link

the <../missionDefinition> should be extended with instantaneous changes in payload and for in-air refuelling

The idea is to add nodes to the part within a definition, such that in-air refuelling and payload changes can be explicitly defined during a segment.

  • current implementation: as endCondition of a segment. This is not preferred (from a teleconference concerning connection of flight dynamics considerations within the Diabolo project):
<missionDefinitions>
  <segments>
    <segment>
      <endCondition>
          <releasedStores>
            <releasedStore>
              <uID>
              <quantity>
  • suggested implementation (to be worked out in more detail):
<missionDefinitions>
  <segments>
    <segment>
      <constraints>
        <constraint>
          <referenceEndCondition>
          <endConditionRatio>
          <inAirRefueling>
          <releaseStores>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant