git clone https://github.com/DylanBedetti/UR5.git
- Create a branch for your name
git branch <name>
- Swap to new branch
git checkout <name>
- first,
git pull origin master
, then write your code git add *
git commit -m "<your message>"
git push
orgit push --set-upstream origin <name>
git checkout master
git merge <branch>
- neatly compile everything for week 10 assessment
- figure out good way of streaming video from UR5
- figure out how to compute world coordinates from camera coordinates
https://drive.google.com/drive/folders/1QQdr_Qnj1SAvO2nBpvGLtHtD3QO1ej2B?usp=sharing
- http://www.zacobria.com/universal-robots-knowledge-base-tech-support-forum-hints-tips/
- https://github.com/SintefManufacturing/python-urx
- https://robodk.com/doc/en/PythonAPI/intro.html
- https://pypi.org/project/robodk/
- https://robodk.com/doc/en/RoboDK-API.html#PythonAPI
- https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_calib3d/py_calibration/py_calibration.html