Code Monkey home page Code Monkey logo

simulations's Introduction

Gazebo

Gazebo simulations and other things

Table Of Contents

Project 1

For using the Plugin, we need to build the package.

  • For building the package, go to first_project folder.

    cd Simulations/first_project

  • Then create a folder named build there.

    mkdir build

  • Then inside build folder, build the package as done below

    cd build/
    cmake ../
    make
    
  • After that we need to set the path for the plugin to work

    export GAZEBO_PLUGIN_PATH=${GAZEBO_PLUGIN_PATH}:/home/workspace/Simulations/first_project/build

Then launching the World in gazebo.

  • Go to world folder and then

    gazebo submit_world6

Project 2

There are 2 packages :

  • my_robot - Launching the world and the URDF model
  • ball_chaser - Launching 2 nodes for following the white ball
  1. First source the packages in the terminal

    cd workspace

    source devel/setup.bash

  2. Then launch the my_world.launch launch file

    roslaunch my_robot my_world.launch

  3. Then launch the ball_chaser.launch launch file

    roslaunch ball_chaser ball_chaser.launch

  4. Now set the rviz configuration so that you can see camera images, robotmodel and lasercscan

  5. Now move the white ball in the gazebo so as to make the robot model follow the white ball

simulations's People

Contributors

manjotsuri-20 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.