https://github.com/universalrobots/urcap-samples
https://github.com/universalrobots/urcap-samples
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/universalrobots/urcap-samples
- Owner: UniversalRobots
- License: apache-2.0
- Created: 2021-03-10T09:49:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T13:07:35.000Z (about 1 year ago)
- Last Synced: 2024-11-29T13:27:25.363Z (about 1 year ago)
- Size: 11.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
URCap Samples
This repository contains samples for the SDK, URPlus Team and the UR Community.
Each sample is added as a submodule which means that the repository contains references to existing repository. Therefore, cloning the
repository requires the user to clone using the following command (git command):
git clone --recurse-submodules https://github.com/thphr/URCap-Samples.git
To contribute to this repository, the repository must be cloned using the above command. To add submodules (existing repository e.g URCap samples by other from the UR Community) following command can be used (remember to direct to the correct folder before adding):
git submodule add
Example:
git submodule add https://github.com/chaconinc/MainProject.git