Skip to content
Subin Yang edited this page Jul 2, 2019 · 21 revisions

ROS for kairproject setup

Environment

  • ubuntu 16.04 xenial
  • python2.7
  • ROS kinetic

ROS uses python2.7, but python2 is supported until 1.Jan.2020. ROS2 is released and uses python3, but not stable yet. We will refactor code using ROS2 and python3 when our task is finished.

Installation

  • sudo apt-get update
  • sudo apt-get upgrade
  • sudo apt-get install git wget
  • sudo apt-get install vim
    # or your favortie editor.

KAIR

RL Algorithms

Simulator

OpenManipulator

  • Setup
  • Default Controller
  • Demo Controller

Sim2Real

  • Domain Randomization

Misc

Clone this wiki locally