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

4 states #18

Open
shardros opened this issue Aug 16, 2022 · 1 comment
Open

4 states #18

shardros opened this issue Aug 16, 2022 · 1 comment

Comments

@shardros
Copy link
Member

Currently shepherd has the states:

  • READY
  • RUNNING
  • STOPPED

Really there is a period of time between when the usercode is started and when it is ready to run, this is the "INIT" state. For now READY has been renamed to INIT but a new READY state needs to be re-introduced. In this state code has reached the break point in robot.Robot() but has not yet been sent the start signal.

Hopefully this does not block #3

@shardros
Copy link
Member Author

This would allow us to kill or say something about the usercode if it doesn't reach ready within a timeout

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