vrx_create_workspace - osrf/vrx GitHub Wiki

Create your Workspace and Get the Source Code

Set up your workspace in the home directory of your host:

mkdir -p ~/vrx_ws/src
cd ~/vrx_ws/src

Clone the vrx source repository:

git clone https://github.com/osrf/vrx -b gazebo_classic

Next: Build the VRX Simulation Platform