Skip to content

woshialex/py7bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages