# openrave-installation **Repository Path**: wb197/openrave-installation ## Basic Information - **Project Name**: openrave-installation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-09 - **Last Updated**: 2023-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # openrave-installation Bash scripts to install OpenRAVE from source. Supported distros: * Ubuntu 14.04 * Ubuntu 16.04 * Ubuntu 18.04 * Ubuntu 20.04 ## Travis - Continuous Integration [![Build Status](https://travis-ci.org/crigroup/openrave-installation.svg?branch=master)](https://travis-ci.org/crigroup/openrave-installation) ## Installation Run the scripts in the following order: ```bash ./install-dependencies.sh ./install-osg.sh ./install-fcl.sh ./install-openrave.sh ```