vrx_classic_build_test_tutorial - osrf/vrx GitHub Wiki

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.
⚠️ **GitHub.com Fallback** ⚠️