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 11:05:08 -04:00
firmware/armCtl only read command if port is ready 2019-07-30 10:16:07 -04:00
.gitignore initial commit 2019-07-29 23:43:48 -04:00
ArmControl.g4 lower case commands 2019-07-30 10:26:05 -04:00
ArmControlLexer.py lower case commands 2019-07-30 10:26:05 -04:00
ArmControlListener.py scripting language 2019-07-29 23:45:16 -04:00
ArmControlParser.py lower case commands 2019-07-30 10:26:05 -04:00
armCtl.py command shell 2019-07-30 00:13:27 -04:00
ArmCtlListener.py set coordinate values from ValueContext 2019-07-30 10:40:20 -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 get list of values from preset string 2019-07-30 11:05:08 -04:00

armCtl

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