A suite of software useful in experimenting with small robotic arms. Use as a teaching framework with a low barrier to entry for robotics and programming.
Go to file
2019-07-30 10:13:11 -04:00
firmware/armCtl slow down the serial port 2019-07-30 10:12:26 -04:00
.gitignore initial commit 2019-07-29 23:43:48 -04:00
ArmControl.g4 scripting language 2019-07-29 23:45:16 -04:00
ArmControlLexer.py scripting language 2019-07-29 23:45:16 -04:00
ArmControlListener.py scripting language 2019-07-29 23:45:16 -04:00
ArmControlParser.py scripting language 2019-07-29 23:45:16 -04:00
armCtl.py command shell 2019-07-30 00:13:27 -04:00
ArmCtlListener.py implement scripting language 2019-07-30 00:13:00 -04:00
LICENSE.md initial commit 2019-07-29 23:43:48 -04:00
README.md initial commit 2019-07-29 23:43:48 -04:00
robot.cfg slow down the serial port 2019-07-30 10:12:26 -04:00
robot.py buffer serial reads 2019-07-30 10:13:11 -04:00

armCtl

  • Arduino firmware
  • firmware/armCtl/armCtl.ino
  • Python3 host-side interface
  • armCtl.py
  • Antlr4 scripting language
  • maybe. maybe not.