February 2018
Beginner
580 pages
13h 20m
English
Installing OpenRave on the latest Ubuntu is a tedious task. We will install OpenRave from the source itself, using the following procedure:
$ git clone --branch latest_stable https://github.com/rdiankov/openrave.git
Install boost, Python development packages, and NumPy:
$ sudo apt-get install libboost-python-dev$ python python-dev python-numpy ipython python-pip
$ sudo apt-get install python-scipy$ pip install -v sympy==0.7.1 ...