eager-dev / eagerx_dcsc_setups

The eagerx_dcsc_setups contains implementations of the DCSC setups in EAGERx.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eagerx_dcsc_setups package

license codestyle Continuous Integration

This repository/package contains objects that are implementations of the DCSC setups (in-house built setups at the DCSC department at TU Delft)). EAGERx (Engine Agnostic Graph Environments for Robotics) enables users to easily define new tasks, switch from one sensor to another, and switch from simulation to reality with a single line of code by being invariant to the physics engine. The core repository is available here. Full documentation and tutorials (including package creation and contributing) are available here.

You can install the package using pip:

pip3 install eagerx-dcsc-setups

If you are using EAGERx for your scientific publications, please cite:

@article{eagerx,
    author  = {van der Heijden, Bas and Luijkx, Jelle, and Ferranti, Laura and Kober, Jens and Babuska, Robert},
    title = {EAGERx: Engine Agnostic Graph Environments for Robotics},
    year = {2022},
    publisher = {GitHub},
    journal = {GitHub repository},
    howpublished = {\url{https://github.com/eager-dev/eagerx}}
}

EAGERx is funded by the OpenDR Horizon 2020 project.

About

The eagerx_dcsc_setups contains implementations of the DCSC setups in EAGERx.

License:Apache License 2.0


Languages

Language:Python 98.0%Language:Makefile 1.6%Language:Shell 0.4%