/RCA5-PRO

Primary LanguageC++

Robotic Systems 5th Semester Project (RB-RCA5)

Gazebo Environment for RB-RCA5


  • Starting Gazebo Simulator

  1. Navigate into the local clone.

Run the following command

  1. bash gazebo_server.sh smallworld.world

Open a new terminal (CTRL + ALT + T)

  1. Navigate into the local clone.

Run the following command

  1. bash gazebo_client.sh smallworld.world

  • Compiling the C++ code

  1. Navigate into the local clone

  2. Navigate into the folder: robot_control

Run the following command

  1. qtcreator robot_control.pro

Compile the project

  1. Go into sources -> main.cpp

  2. Press: CTRL + R