Skip to content

Command - Basic Shooting #15

Description

@JakobSchoeberle

Basic Shooting (Stationary)

The objective is to shoot only after the flywheel has reached the required speed. The system commands the flywheel motor to spin up and continuously checks whether it has reached its target RPM. Once the flywheel is at speed, the indexer motor is activated to feed a game piece into the shooter.

Flowchart

flowchart TD;
 A(Start Command) --> B;
 B[Command Flywheel Motor] --> C[Is the Flywheel up to speed?];
  C-->|No|B;
  C-->|Yes|D;
 D[Command Indexer Motor];
Loading

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions