The Gazebo simulation lets you interact with the Robot model inside of Gazebo without having the robot in real life.

Table of Contents

Requirements

You need to have Gazebo and ROS downloaded before executing any of the commands. Visit our ROS and Gazebo pages for information on how to install.

Please execute the following code blocks in a new Terminal window to simulate these products

sudo apt-get install ros-noetic-ros-control
sudo apt-get install ros-noetic-ros-controllers
sudo apt-get install ros-noetic-gazebo-ros
sudo apt-get install ros-noetic-gazebo-ros-control..
sudo apt-get install ros-noetic-rqt-robot-steering

keyboard controller

sudo apt-get install ros-noetic-teleop-twist-keyboard

Agile-X Workspace

In order to run the simulations, you will need the entire Agile-X workspace. Open up a terminal. Navigate to the place you would like to store your Agile-X simulation folder and execute the following commands in order.

  1. Create a new directory for your workspace
mkdir AgileX_ws