An open API service indexing awesome lists of open source software.

https://github.com/advrhumanoids/cartesio_acceleration_support

Plugins to extend CartesIO 2.0 to acceleration level control
https://github.com/advrhumanoids/cartesio_acceleration_support

Last synced: 4 months ago
JSON representation

Plugins to extend CartesIO 2.0 to acceleration level control

Awesome Lists containing this project

README

        

# cartesio_acceleration_support
Plugins to extend CartesIO 2.0 to acceleration level control

## Contents
OpenSot task and constraint adapters for CartesIO 2.0, including
- Cartesian task
- Interaction task
- Postural task
- Joint limits and Velocity limits

## How to use
Once compiled and installed, set the `lib_name` field of all tasks/constraint to the installed
library name, i.e.

```yaml
Mytask:
lib_name: libcartesio_acceleration_support.so
...
...
```