This is my project submission for Project1: Build My World of Udacity Nanodegree - Robotics Software Engineer.
- Build a single floor wall structure using the Building Editor tool in Gazebo. Apply at least one feature, one color, and optionally one texture to your structure. Make sure there's enough space between the walls for a robot to navigate.
- Model any object of your choice using the Model Editor tool in Gazebo. Your model links should be connected with joints.
- Import your structure and two instances of your model inside an empty Gazebo World.
- Import at least one model from the Gazebo online library and implement it in your existing Gazebo world.
- Write a C++ World Plugin to interact with your world. Your code should display “Welcome to ’s World!” message as soon as you launch the Gazebo world file.
- Git clone this project
cd
into this project directory and build:mkdir build cd build cmake .. make
- Append the path of the build folder above to $GAZEBO_PLUGIN_PATH
export GAZEBO_PLUGIN_PATH=${GAZEBO_PLUGIN_PATH}:/home/workspace/RoboND-Project1/build
cd
into the world folder and run gazebo using the restaurant.worldcd /home/workspace/RoboND-Project1/world gazebo restaurant.world