Coder Social home page Coder Social logo

planning_worlds_gazebo's Introduction

Worlds for Gazebo

Gazebo worlds used in the papers:

FASTER: Fast and Safe Trajectory Planner for Flights in Unknown Environments (IROS 2019) (pdf, video)

@inproceedings{tordesillas2019faster,
  title={{FASTER}: Fast and Safe Trajectory Planner for Flights in Unknown Environments},
  author={Tordesillas, Jesus and Lopez, Brett T and How, Jonathan P},
  booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  year={2019},
  organization={IEEE}
}

Real-Time Planning with Multi-Fidelity Models for Agile Flights in Unknown Environments (ICRA 2019) (pdf, video)

@inproceedings{tordesillas2019real,
  title={Real-Time Planning with Multi-Fidelity Models for Agile Flights in Unknown Environments},
  author={Tordesillas, Jesus and Lopez, Brett T and Carter, John and Ware, John and How, Jonathan P},
  booktitle={2019 IEEE International Conference on Robotics and Automation (ICRA)},
  year={2019},
  organization={IEEE}
}

The three worlds available in this repo are these ones:

Office (.world + .bag) Bugtrap (.world + .bag) Forest (x10) (.world + .cpp)

Instructions:

Create a workspace (if you do not have one yet), clone this repository and compile it:

mkdir ws && cd ws && mkdir src && cd src
git clone https://github.com/jtorde/planning_worlds_gazebo.git
cd ..
catkin build
source devel/setup.bash 

To launch a world in Gazebo:

roslaunch planning_worlds_gazebo start_world.launch

(the world name is specified can be modified in the launch file or in the command line)

To generate your own random forest:

In one terminal:

roslaunch gazebo_ros empty_world.launch

And in other one:

rosrun planning_worlds_gazebo create_random_forest

The cylinders will start to polulate the world with the density specified in create_random_forest.cpp.

License and Credits

BSD 3-Clause, see License file attached

Some parts of the code of create_random_forest.cpp has been take from here.

The file gazebo_cube_spawner.h is from here

The office world is the willow_garage.world provided by Gazebo

planning_worlds_gazebo's People

Contributors

jtorde avatar

Watchers

James Cloos 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.