All Projects → onlytailei → Gym_ped_sim

onlytailei / Gym_ped_sim

Licence: bsd-2-clause
A ros gazebo plugin for pedestrians (Raw depth social compliant navigation through GAIL) ICRA 2018

Labels

Projects that are alternatives of or similar to Gym ped sim

Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
Stars: ✭ 414 (+459.46%)
Mutual labels:  actors
Riker
Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
Stars: ✭ 745 (+906.76%)
Mutual labels:  actors
Tarant
Reactive, actor based framework that can be used in client and server side.
Stars: ✭ 33 (-55.41%)
Mutual labels:  actors
Actors.unity
🚀Actors is a framework empowering developers to make better games faster on Unity.
Stars: ✭ 437 (+490.54%)
Mutual labels:  actors
Comedy
Node.js actor framework.
Stars: ✭ 474 (+540.54%)
Mutual labels:  actors
Nact
nact ⇒ node.js + actors ⇒ your services have never been so µ
Stars: ✭ 848 (+1045.95%)
Mutual labels:  actors
Protoactor Go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 3,934 (+5216.22%)
Mutual labels:  actors
Ractor
Redis based distributed actors + Dead simple API for distributed POCOs persistence
Stars: ✭ 56 (-24.32%)
Mutual labels:  actors
Akka Essentials
Java/Scala Examples from the book - Akka Essentials
Stars: ✭ 700 (+845.95%)
Mutual labels:  actors
Pulsar
Fibers, Channels and Actors for Clojure
Stars: ✭ 885 (+1095.95%)
Mutual labels:  actors
Akkadotnet Code Samples
Akka.NET professional reference code samples
Stars: ✭ 451 (+509.46%)
Mutual labels:  actors
Hopac
http://hopac.github.io/Hopac/Hopac.html
Stars: ✭ 461 (+522.97%)
Mutual labels:  actors
Mruby Actor
A actor library for distributed mruby
Stars: ✭ 11 (-85.14%)
Mutual labels:  actors
Orleankka
Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka/
Stars: ✭ 429 (+479.73%)
Mutual labels:  actors
Actor4j Core
Actor4j is an actor-oriented Java framework. Useful for building lightweighted microservices (these are the actors themselves or groups of them). Enhanced performance of message passing.
Stars: ✭ 48 (-35.14%)
Mutual labels:  actors
Anahita
Anahita is a platform and framework for developing open science and knowledge sharing applications on a social networking foundation.
Stars: ✭ 369 (+398.65%)
Mutual labels:  actors
Imdbpy
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies
Stars: ✭ 792 (+970.27%)
Mutual labels:  actors
Erlangen
Distributed, asychronous message passing system for Clozure Common Lisp
Stars: ✭ 57 (-22.97%)
Mutual labels:  actors
Protoactor Dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 1,070 (+1345.95%)
Mutual labels:  actors
Akka Bootcamp
Self-paced training course to learn Akka.NET fundamentals from scratch
Stars: ✭ 880 (+1089.19%)
Mutual labels:  actors

A ros gazebo plugin for pedestrians

This is a ros pkg for gazebo actor plugin.

Dependencies

  • Ubuntu 16.04
  • ROS-kinetic
  • Gazebo 8 (with actor suport)
  • python-lxml
  • turtlebot3
  • turtlebot3_msgs
  • turtlebot3_simulations

Build

  1. Add the repositories of Gazebo 8 and ROS kinetic

  2. Install Gazebo 8, Ros kinetic in buntu 16.04 and other dependencies.

sudo apt-get install ros-kinetic-desktop-full
sudo apt-get install ros-kinetic-gazebo8-ros-pkgs
  1. Build packages
cd /path/to/workspace/src
git clone [email protected]:onlytailei/gym_ped_sim.git
catkin build

rviz gazebo

Example

roslaunch turtlebot3_social default.launch

Node Details

  • actor_plugin
     Build based on a Gazebo official example. This node broadcasts the tf of every actor. Social force model is applied in every actor to interactive with each other.

  • actor_services
    The python files help to create several gazebo sdf files quickly. There is a rviz file for visualization.

  • turtlebo3_social
    In our socially compliant pedestrian simulator, we collect data by mounting a depth sensor onto one of the pedestrians, to the height matching that of real-world setups. Then, the social force model, as described in the paper, is used to label each incoming depth image with their corresponding social force.

  • data_collection
     To save the related dataset.

Dataset

The collected pedestrian navigation dataset contains:

  • depth image
  • RGB image
  • target
  • social force classification
  • social force
  • sum force

Interactive interface

Please reference gym_style_gazebo


This is the reference implementation of the plugins and for the paper Socially-compliant Navigation through Raw Depth Inputs with Generative Adversarial Imitation Learning. If it helps your research, please cite:

@inproceedings{tai2018social,
    author={L. Tai and J. Zhang and M. Liu and W. Burgard},
    booktitle={2018 IEEE International Conference on Robotics and Automation (ICRA)}, 
    title={Socially Compliant Navigation Through Raw Depth Inputs with Generative Adversarial Imitation Learning}, 
    year={2018}, 
    pages={1111-1117}, 
    doi={10.1109/ICRA.2018.8460968}, 
    ISSN={2577-087X}, 
    month={May},
}

References

srl-freiburg/pedsim_ros
social force model

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].