/GantryBot

Gantry Bot is a dual axis, dual servomotor driven machine automating data collection w/ MuMos. It uses an arduino for servomotor locomotion and a Pi for higher level tasks and camera control / image processing.

Primary LanguagePython

GantryBot

Description

Gantry Bot is a dual axis, dual servomotor driven machine automating data collection w/ MuMos. It uses an arduino for servomotor locomotion and a Pi for higher level tasks and camera control / image processing.

See changelog for more info

Currently requires an instance of Arduino IDE

Prerequisites

Python 3.x

Arduino 1.5.6 or compatible (for ClearCore wrapper)

Refer to ARDUINO(1) Manual Page

Arduino IDE 1.8.13 or compatible

ClearCore Board Manager URL for Arduino IDE

ClearCore wrapper library

Installation

#Clone the repo w/ 
$ git clone https://github.com/CandidDisk/GantryBot.git GantryBot
#Install required python libraries w/
$ pip install -r requirements.txt

#To be updated once installation is standardized
  • also stick to camel case for now plz