-
Notifications
You must be signed in to change notification settings - Fork 36
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 return home #725
base: main
Are you sure you want to change the base?
Add return home #725
Conversation
b9421a3
to
0733412
Compare
To be combined with: equinor/isar-robot#206 |
a9519c1
to
f3ff12c
Compare
To be combined with: equinor/flotilla#2041 |
f3ff12c
to
069c598
Compare
from isar.state_machine.state_machine import StateMachine | ||
|
||
|
||
class AwaitNextMission(State): |
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.
Why do we need both this state and Idle?
from isar.state_machine.state_machine import StateMachine | ||
|
||
|
||
class Docked(State): |
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.
If we have a docked state that implies that the robot is not docked in Idle. Should we rename Idle to reflect this?
069c598
to
d76fc7d
Compare
ed385f0
to
12033bd
Compare
Ready for review checklist: