Skip to content

Deborah-Digges/build-my-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-my-world

Introduction to Gazebo project

Instructions to build the plugin

cd /home/workspace/myrobot
mkdir build
cd build/
cmake ../
make # You might get errors if your system is not up to date!
 export GAZEBO_PLUGIN_PATH=${GAZEBO_PLUGIN_PATH}:/home/workspace/myrobot/build

Make the models loadable in Gazebo

export GAZEBO_MODEL_PATH=${GAZEBO_MODEL_PATH}:/home/workspace/myrobot/model

Open the world

gazebo myrobot/world/myworld.world

About

Introduction to Gazebo project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published