Giter Site home page Giter Site logo

bmmliu / python-ervo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from denkiwakame/python-ervo

0.0 0.0 0.0 249 KB

Reactive crowd simulator used in the IROS 2020 paper: "L2B: Learning to Balance the Safety-Efficiency Trade-off in Interactive Crowd-aware Robot Navigation"

Home Page: https://denkiwakame.github.io/l2b/

License: Apache License 2.0

C++ 81.50% Python 16.15% CMake 2.34%

python-ervo's Introduction

Python-ERVO

demodemo2

Dependencies

  • CMake 3.1+
  • Cython 0.21.1+

Setup

$ pip install -r requirements.txt
$ python setup.py build      # build
$ python setup.py install    # build & install

Usage

  • For more details, see example_ervo.py
# original RVO
sim_rvo = rvo2.PyRVOSimulator(time_step, *params, radius, max_speed)
sim_rvo.doStep()

# extended ERVO
sim_ervo = rvo2.PyERVOSimulator(time_step, *params, radius, max_speed)
sim_ervo.doStep((beep_agent.px, beep_agent.py), beep_radius)

Citation

If you find the simulator useful for your research, please consider citing:

@inproceedings{nishimura2020l2b,
  title={L2B: Learning to Balance the Safety-Efficiency Trade-off in Interactive Crowd-aware Robot Navigation},
  author={Nishimura, Mai and Yonetani, Ryo},
  journal={IEEE/RSJ International Conference on Intelligent Robots and Systems},
  year={2020},
  publisher={IEEE}
}

@incollection{van2011reciprocal,
  title={Reciprocal n-body collision avoidance},
  author={Van Den Berg, Jur and Guy, Stephen J and Lin, Ming and Manocha, Dinesh},
  booktitle={Robotics research},
  pages={3--19},
  year={2011},
  publisher={Springer}
}

python-ervo's People

Contributors

sybrenstuvel avatar denkiwakame avatar snape avatar brean avatar danieldugas 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.