Robotics Arm Drawing Bot
- combined_sync.py - main code to control the arm with syncwrite
- combined_write.py - main code to control the arm without syncwrite, but with variable speed
- draw.py - Image processing for the drawing from user
- ik.py - Inverse Kinematics for the robot arm
- play_sound.py - play a sound to notify the drawing has been done
- skip.py - Reduce the output point from draw.py
- reference.py - reference code from Senior
'python combined_write.py'
'python combined_write.py --user_input'
- image from judges
- fix the pen
- colour paper to decorate the base
- Test the workspace and minimum wait time between points with power suppy
- Further reduce the points, push the limit
- Estimate the time taken for 100 points
- Presentation & Report