CCGSRobotics / RoboHUD

The RoboHUD GUI stack developed by CCGS Robotics
https://robohud.readthedocs.io
MIT License
10 stars 4 forks source link

Remote dynamixel wizard #45

Closed Finchiedev closed 5 years ago

Finchiedev commented 5 years ago

The changes introduced in this pull request create an interface for the user to modify and read data from the control table of a single servo on the robot. main.js has undergone a much-needed overhaul, implementing a Dynamixel class that stores the control table in a similar fashion to the server, focusing a much more modular design.

This pull request directly focuses on addressing #44