This is the repo for our Manipulator code (Hence Mansplain, Manipulate, Malewife).
sudo apt install python3-build./rebuild.shRebuild needs to be performed whenever a change is made to the MotorInterfaces
from motor_interfaces.dynamixel import Dynamixel
from motor_interfaces.dynamixel_variables import *
bus = '/dev/ttyACM0'
motor = Dynamixel(1, bus, baudrate=1000000)