Skip to content

robotlinker/robotlinker_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

robotlinker_core

  • travis: BuildStatus
  • snap: Snap Status

Prerequisite

UR Simulator

ur_modern_driver

  • publish robot rostopic
  • send actuation command to robot
  • run roslaunch ur_modern_driver ur10_bringup.launch robot_ip:=localhost

AWS-IOT python lib

  • git clone https://github.com/aws/aws-iot-device-sdk-python.git
  • cd aws-iot-device-sdk-python
  • sudo python setup.py install
  • install other python libs if necessary

aws_gateway

  • Gateway listens to robot's state
  • Gateway uploads robot's state to cloud
  • Cloud processes the data and return a command
  • Gateway receives command and send to robot to execute
  • run roslaunch aws_gateway aws_test.launch (instead of run bash start.sh)
  • change aws_test.launch if you have different certs, keys or aws accts
  • it has been tested under Ubuntu 14.04 with ROS Indigo