A React web/desktop application to control a custom-built 6-axis robotic arm.
Demo available at: https://calvang.github.io/Robotic_Arm_Control_App/
This application provides two methods of controlling the robotic arm: manual control and automatic. The manual control mode allows the user to navigate the arm using keyboard bindings while the automatic mode uses inverse kinematics to move the end effector of the arm to a specific point.
This project is a submodule for the larger [Personal Robotic Arm] project.
To build it alone, you must clone this repository and initialize submodules:
git submodule update --remote --recursiveYou can also use the above command to update all submodules to the most recent commits. To update a single specific submodule:
cd kinematics_engine/kinematics
git fetch
git merge origin/master