Giter Site home page Giter Site logo

hsrb_wrs_gazebo_launch's Introduction

hsrb_wrs_gazebo_launch

This package is for launching WRS simulator with TMC proprietary softwares, like navigation and perception and etc. To use this, you need to install tmc packages by following HSR manual in HSR.io.

But, there is no guarantee that this simulator totally complies with WRS rule book.

how to use

$ mkdir -p catkin_ws/src
$ cd catkin_ws/src
$ git clone https://git.hsr.io/wrs2020/hsrb_wrs_gazebo_launch.git
$ git clone https://git.hsr.io/wrs2020/tmc_wrs_gazebo_world.git
$ git clone https://git.hsr.io/public_sim/tmc_gazebo_task_evaluators.git
$ cd ..
$ catkin_make
$ source devel/setup.bash
$ rosrun tmc_gazebo_task_evaluators setup_score_widget
$ roslaunch hsrb_wrs_gazebo_launch wrs_practice0_tmc.launch

Gazebo simulator with WRS2020 world will appear.

wrs_world

task variations

Simulator with reduced number of object will be launched by using "wrs_practice0_easy_tmc.launch" launchfile and can be used for early development:

$ roslaunch hsrb_wrs_gazebo_launch wrs_practice0_easy_tmc.launch

Each simulator has different numbered launchfiles (wrs_practice0_easy_tmc.launch, wrs_practice1_easy_tmc.launch, wrs_practice2_easy_tmc.launch and wrs_practice0_tmc.launch, wrs_practice1_tmc.launch, wrs_practice2_tmc.launch) which allocates objects to slightly different positions.

You can use these variations to evaluate robustness of your algorithm.

launch arguments

You can optionally set following arguments when you launch the simulator:

  • seed
  • fast_physics
  • highrtf

"seed" is used to set random number seed to determine object placement. You can use this argument to test your algorithm with more variations.

If you set "fast_physics" to "true", the simulator will launch in fast physics mode. Please note that in fast physics mode, we can enjoy faster simulation, on the other hand preciseness of the simulation will be reduced.

If "highrtf" is set to "true", the simulator will run in faster-than-realtime mode.

Each arguments can be used in combination as the follows:

$ roslaunch hsrb_wrs_gazebo_launch wrs_practice0_easy_tmc.launch seed:=10 fast_physics:=true highrtf:=true

LICENSE

This software is released under the BSD 3-Clause Clear License, see LICENSE.txt.

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.