Skip to content

vrx_create_workspace

M1chaelM edited this page May 5, 2023 · 5 revisions

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
Clone this wiki locally