Skip to content

An example Merlin mission model

License

Notifications You must be signed in to change notification settings

NASA-AMMOS/aerie-lander

Repository files navigation

test

Aerie Lander

A mission model of a lander type mission developed for the Merlin activity planning simulation environment.

Contributing

Please read the CONTRIBUTING.md guidelines for branch naming and pull request conventions.

Building

To build aerielander against a local Aerie development repository the following Gradle assemble task must be invoked with GITHUB_ACTOR and GITHUB_TOKEN environment variables set:

GITHUB_ACTOR=<GH_ACTOR> \
GITHUB_TOKEN=<GH_TOKEN> \
gradle assemble \
    -PuseLocalAerie=true \
    -PlocalAeriePath=<PATH_TO_AERIE>
  • <GH_ACTOR>: GitHub username.
  • <GH_TOKEN>: GitHub token generated from https://github.com/settings/tokens ("Settings" > "Developer settings" > "Personal access tokens").
  • <PATH_TO_AERIE>: path to local Aerie repository.

About

An example Merlin mission model

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages