-
Notifications
You must be signed in to change notification settings - Fork 22
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
Conversation
…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: |
There was a problem hiding this comment.
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.
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) |
This reverts commit d0cc317.
sim.launch
: Addquick:=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.