Skip to content

DevilFishRobotics/gazebo_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Contains models and world file to run the simulation in gazebo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published