Giter Club home page Giter Club logo

bis's Introduction

BIS

Document Version Tutorial

Introduction

BIS is an open source benchmark for safe control algorithms.

You can evaluate your algorithm on various robot models, including ball model, unicycle model, robot arm model, etc.

We also provide comparison with different algorithms. Currently implemented algorithms including Potential Field method, Safe Set algorithm, Sliding Model algorithm, Barrier Function algorithm, and Sublevel Safe Set algorithm.

Various metrics are provided. Numerical analysis like Safety-Efficiency trade-off curves and Speed profile.

passive_results

We also provide visual comparison tools.

visual_comparison

*We used a fancy model to draw paper graphs. But due to the complex appearance and large volume of the fancy model, it may cause precession problem in the actual test. So, by default, we only use simple models like cube and ball to describe the robot.

Document

Detailed documents of the code can be found at https://wei-tianhao.github.io/BIS/.

Install

To install this repository:

cd YOURPATH
git clone [email protected]:intelligent-control-lab/BIS.git
#create a virtual environment named psb_env, using the latest python3.6
conda create -n BIS python=3.6
#activate the virtual env
source activate BIS
#install requirement packages
pip install -r requirements.txt
#The next step is only required for MacOS:
#to use matplotlib.pyplot in a conda virtual environment, we need to install python as a framework
conda install python.app

Tutorial

To add new algorithm and new model, please refer to tutorial.ipynb

To get the results on our paper, please run

python leaderboard.py

To see a demo, please run

python test.py

Citation

Please cite these papers in your publications if it helps your research:

@article{wei2019safe,
  title={Safe Control Algorithms Using Energy Functions: A Unified Framework, Benchmark, and New Directions},
  author={Wei, Tianhao and Liu, Changliu},
  journal={arXiv preprint arXiv:1908.01883},
  year={2019}
}

@inproceedings{liu2014control,
  Author = {Liu, Changliu and Tomizuka, Masayoshi},
  Booktitle = {Proceedings of the ASME Dynamic Systems and Control Conference (DSCC)},
  Pages = {V003T42A003},
  Title = {Control in a safe set: Addressing safety in human robot interactions},
  Year = {2014},
  Publisher = {ASME}}

Links to these papers:

bis's People

Contributors

wei-tianhao 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.