https://github.com/pedropcamellon/submarine-pid
A quick experiment with MatterJS to visualize a submarine being controller by a PID controller
https://github.com/pedropcamellon/submarine-pid
controller
Last synced: 2 months ago
JSON representation
A quick experiment with MatterJS to visualize a submarine being controller by a PID controller
- Host: GitHub
- URL: https://github.com/pedropcamellon/submarine-pid
- Owner: pedropcamellon
- Created: 2022-10-11T19:34:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T17:47:02.000Z (over 2 years ago)
- Last Synced: 2025-01-30T11:15:29.595Z (4 months ago)
- Topics: controller
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/Pcamellon/submarine-PID
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Submarine position controlled by a PID
A quick experiment with MatterJS to visualize a submarine being controller by a PID controller.Thanks to [surma.dev | pid-controller](https://github.com/surma/surma.dev/tree/master/static/lab/pid-controller)