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

Start button #13

Open
shardros opened this issue Jul 28, 2022 · 0 comments
Open

Start button #13

shardros opened this issue Jul 28, 2022 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@shardros
Copy link
Member

shardros commented Jul 28, 2022

When robot.Robot() is caleld the user code waits for the start signal to be sent. We need to send the start signal in the transition to running state function.

DONE IS:

  1. An interupt based method allows for the start button to move the robot into a RUNNING state
  2. Shepherd-2 still runs on x86 just without this functionality enabled
  3. When moving into RUNNING state the block at robot.Robot is unblocked.

Notes:
Shepherd-1 implementation: https://github.com/systemetric/shepherd/blob/28473503130cddd2c40702240f3deaad3a21e52b/shepherd/__init__.py#L101

Remember to add pull ups

@shardros shardros added the good first issue Good for newcomers label Jul 28, 2022
@shardros shardros added this to the Shepherd-1 Feature parity milestone Jul 28, 2022
@shardros shardros self-assigned this Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant