Giter Club home page Giter Club logo

dca's Introduction

DCA - Differentiable Collision Avoidance

We implement differentiable collision avoidance using multiple shape primitives.

Primitives

The library supports the following primitives with the mentioned states and parameters:

  • Sphere, where the state is the center of the sphere.
  • Capsule, where the state is the two ends of the capsule, stacked.
  • Rectangle, where the state is the center of mass and the orientation (expressed in exponential coordinates).
  • Box, where the state is the center of mass and the orientation (expressed in exponential coordinates).

Furthermore, the size of the parameters is:

  • 0 for a sphere
  • 1 for a capsule
  • 2 for a rectangle
  • 3 for a box

Example

We refer the reader to the example.

API

The API can be found inside the API header. Generally speaking, one passes two primitives and gets back either the distance or the first or second derivative. If the states of the two primitives do not change, one can also pass the computed parameterization (t) using the specialized functions. The parameterization can also be computed with a single API call and the two given primitives.

Documentation

The documentation can be downloaded here.

dca's People

Contributors

maede97 avatar simipro avatar simonz92 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.