Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python code for 7bot arm control

=========

This code base uses python3, and the pySerial package to send commands to 7bot.

Follow the instructions here to install the softwareSystem.

Use the following command to figure out the Serial port and change the port_name in config.py: python3 -m serial.tools.list_ports

On my computer, it is /dev/cu.usbmodem1411.

simple test:

>> from arm import Arm;
>> arm = Arm();
>> angles = {1:95,2:65}
>> arm.setAngle(angles)
>> arm.setForceStatus(0)

Reference:

https://github.com/7Bot/7Bot-Processing-Examples/blob/master/Arm7Bot_Com_Test/Arm7Bot_Com_Test.pde

About

python controller code for the 7bot arm

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages