项目作者: o5h

项目描述 :
SkyNet
高级语言: Java
项目地址: git://github.com/o5h/skynet.git
创建时间: 2019-07-24T21:18:55Z
项目社区:https://github.com/o5h/skynet

开源协议:MIT License

下载


SkyNet

Q&A

What is SkyNet?

Set of URCaps and examples for UR+ platform

Precondition

  • Become a UR+ Developer
  • Have URCaps SDK artifacts installed
    1. call mvn install:install-file -Dfile=artifacts/api/1.7.0/com.ur.urcap.api-1.7.0.jar -DgroupId=com.ur.urcap -DartifactId=api -Dversion=1.7.0 -Dpackaging=jar -q
    2. call mvn install:install-file -Dfile=artifacts/api/1.7.0/com.ur.urcap.api-1.7.0-javadoc.jar -DgroupId=com.ur.urcap -DartifactId=api -Dversion=1.7.0 -Dpackaging=jar -Dclassifier=javadoc -q
    3. call mvn install:install-file -Dfile=artifacts/api/1.7.0/com.ur.urcap.api-1.7.0-sources.jar -DgroupId=com.ur.urcap -DartifactId=api -Dversion=1.7.0 -Dpackaging=jar -Dclassifier=sources -q
  • For testing purposes you should have URCaps Starter Package with Universal Robots offline PolyScope simulator or real robot.
  • Java 1.6 or better
  • PuTTY (pscp)
  • URSim

Q/A

Setup ssh server

  1. sudo apt update
  2. sudo apt-get install openssh-server

Configure project

Rename .private.properties.example into .private.properties
username and password you can find on the official UR+ site