Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 847 Bytes

File metadata and controls

32 lines (29 loc) · 847 Bytes

gazebo_simulator

gazebo image

Step 1

Install gazebo classic

curl -sSL http://get.gazebosim.org | sh`

Step 2

Clone repository using git

cd ~/Documents
git clone https://github.com/DevilFishRobotics/gazebo_simulator.git

Step 3

Open the .bashrc file.

sudo nano ~/.bashrc

Add the gazebo_models folder to your .bashrc file.

#custom gazebo models for gazebo to access
export GAZEBO_MODEL_PATH=~/Documents/gazebo_simulator/gazebo_models

SAVE FILE & RESTART OS

Step 4

Run the program with debugging info

gazebo -u Documents/gazebo_simulator/NURC_v0.world --verbose