GithubHelp home page GithubHelp logo

yurirocha15 / gazebo_domain_randomization Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neka-nat/gazebo_domain_randomization

0.0 1.0 0.0 13.28 MB

Domain randomization for gazebo simulator

License: BSD 3-Clause "New" or "Revised" License

CMake 1.98% C++ 80.56% Python 16.53% Shell 0.93%

gazebo_domain_randomization's Introduction

Gazebo Domain Randomization

Build Status

https://arxiv.org/abs/1703.06907

Double pendulum demo

result

Shadow hand demo

sr_hand

Run

roslaunch gazebo_domain_randomizer demo.launch

If you want to randomize with external trigger, execute with the following option.

roslaunch gazebo_domain_randomizer demo.launch event_mode:='trigger'

And please execute the following command on another console.

rostopic pub /randomizers/randomizer/trigger std_msgs/Empty "{}"  -r 1.0

Settings

To use the randamizers, you need to make the following two settings.

  1. For physics parameters randomization, set physics_plugin (WorldPlugin) in the world file.
<sdf version="1.6">
  <world name="default">
    <include>
      <uri>model://sun</uri>
    </include>
    <include>
      <uri>model://ground_plane</uri>
    </include>
    ...
    <plugin name="physics_plugin" filename="libgazebo_physics_plugin.so"/>
  </world>
</sdf>
  1. For visual randomization, you need to load scene_plugin (SystemPlugin) for gzclient. Therefore, please use the gzclient script in gazebo_domain_randomizer package. It configures to load the system plugin in the script.
<launch>
  ...
  <include file="$(find gazebo_ros)/launch/empty_world.launch">
    <arg name="gui" value="false" />
  </include>
  <node name="gazebo_gui" pkg="gazebo_domain_randomizer" type="gzclient" respawn="false" output="screen" />
  ...
</launch>

Randomizers

Node name Randomized parameter
light_randomizer - light color
- attenuation
shape_randomizer - shape(sphere, box, cylinder)
- shape color
- position(x, y, z)
sky_randomizer - time of day
physics properties randomizer - gravity(x, y, z)
link_properties_randomizer - link mass
joint_properties_randomizer - joint damping
link_visual_properties_randomizer - link color
surface_params_randomizer - link mu1, mu2, mu_torsion
- link poisson ratio

gazebo_domain_randomization's People

Contributors

neka-nat avatar yurirocha15 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.