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

[Pod] Integrate propulsion system with FSM #100

Open
Tracked by #76
taesungh opened this issue May 31, 2024 · 0 comments
Open
Tracked by #76

[Pod] Integrate propulsion system with FSM #100

taesungh opened this issue May 31, 2024 · 0 comments
Assignees

Comments

@taesungh
Copy link
Member

taesungh commented May 31, 2024

Following from #35, to move the pod, we'll need to send the current velocity of the pod and throttle to the inverter board.

  • Add an instance of InverterBoard to StateMachine
  • During running_periodic, send the velocity of the pod from the wheel encoder to InverterBoard::send_control
  • When entering any of Stopped, Halted, or Faulted, send a control of (0, 0)
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

2 participants