Coder Social home page Coder Social logo

gazebo_world's Introduction

gazebo_world

This is a project I made for my Robotics Software Engineer Nanodegree from Udacity. It involves creating and visualizing a gazebo world with a personalized message displayed on the terminal. Gazebo is a simulator tool widely used in the robotics community.

Quickstart

Requirement

Please install ROS Kinetic (choose your platform. I have used Ubuntu which is ROS supported)

Building the project

Clone the project using git clone https://github.com/sarkrishnan/gazebo_world.git command

Navigate into the project folder cd gazebo_world

Create a build directory mkdir build and navigate into it cd build

Use command cmake ../ and then make to create the welcome_message gazebo plugin

Use command export GAZEBO_PLUGIN_PATH=${GAZEBO_PLUGIN_PATH}:{path to the build folder} to make the welcome_message gazebo plugin we created in the previous step visible to gazebo. Example code: export GAZEBO_PLUGIN_PATH=${GAZEBO_PLUGIN_PATH}:/home/workspace/myrobot/build

Viewing the created Gazebo world

Navigate into the world folder cd ../world (Here I have assumed that we are still in the build folder)

Run the command gazebo Project1_world. It should open up the gazebo world and also display 'Welcome to Aravinda's world' in the terminal. The gazebo world will have couple of collapsed humanoid robots and a building structure with some tables.

You have viewed the created Gazebo world successfully!

Suggestions

If you would like to change the welcome message, please navigate into script folder and make changes in the welcome_message.cpp

You can also create your own building and robot models and save them in the appropriate folder within model folder and also save the world from gazebo

gazebo_world's People

Contributors

sarkrishnan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.