Skip to content

vrx_classic_build_test_tutorial

M1chaelM edited this page May 5, 2023 · 1 revision

Build and Run the VRX Simulation Platform

This tutorial assumes you have already followed either the Host-based Install Tutorial or the Docker Install Tutorial.

Step 1: Build

First, source the ROS setup.bash file:

$ source /opt/ros/noetic/setup.bash

Use catkin_make to build the software:

$ cd ~/vrx_ws
$ catkin_make

Step 2: Run

Source the newly created VRX setup.bash file:

$ source  ~/vrx_ws/devel/setup.bash

Launch the VRX simulation with a simple world:

$ roslaunch vrx_gazebo vrx.launch
  • If everything is working properly, Gazebo should launch Sydney Regatta world with a simple environment.
  • If you encounter errors, try the Troubleshooting Setup and Install page.
Clone this wiki locally