Beaglebone Blue UDP Servo Control
- C 84.6%
- Makefile 15.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| udp_servo_control.c | ||
| udp_servo_control.service | ||
Beaglebone Blue UDP Throttle/Rudder Servo Control
Receives UDP packets containing throttle and rudder demands, and sets servo outputs accordingly.
Apologies for code quality, it's been a while since I last wrote any C.
make does exactly what you expect. make install will put it in /usr/local/bin and create a systemd service for it to run in the background.
Based on the Servo example from the Beaglebone Robot Control Library.