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

Add quick:=true option for sim.launch #148

Merged
merged 10 commits into from
Feb 22, 2024
Merged

Conversation

trey0
Copy link
Contributor

@trey0 trey0 commented Feb 20, 2024

  • sim.launch: Add quick:=true argument, switching to short versions of longer actions.
  • command_astrobee: Add final auto-move after stereo and pano actions to canonicalize attitude and get nav features.
  • command_astrobee: Add auto-move to berth approach point prior to docking to avoid failures.

Note: This PR branch has been rebased on top of Marina's PR, so her diffs unfortunately appear here as well... sorry if you are seeing those changes twice. Please submit any relevant comments on her PR.

marinagmoreira and others added 7 commits February 17, 2024 00:09
…f longer actions.

- command_astrobee: Add final auto-move after stereo and pano actions to canonicalize attitude and get nav features.
- command_astrobee: Add auto-move to berth approach point prior to docking to avoid failures


@dataclass
class SurveyManagerExecutor:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may seem a bit weird to create this class with one method. My thought was it would be nice to eventually migrate all the action handlers to be methods here... that strikes me as cleaner than inlining their definitions in the conditional branches below as it's done now. But for the time being, to keep this diff reasonably small for review, I just migrated the move() method because it is now getting reused in a few places.

@trey0 trey0 requested a review from kbrowne15 February 21, 2024 00:15
@bcoltin
Copy link
Member

bcoltin commented Feb 21, 2024

Looks good to me, but want Marina to take a look first. Btw, in the future, if there is just a small bug like fixing the exit codes, it's probably easiest if you just push the change to Marina's PR directly (and then make adding quick and such a separate one)

@marinagmoreira marinagmoreira merged commit d0cc317 into nasa:develop Feb 22, 2024
4 checks passed
marinagmoreira added a commit that referenced this pull request Feb 22, 2024
@marinagmoreira marinagmoreira linked an issue Feb 28, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Survey manager faster sim testing
3 participants