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: 2 months ago
JSON representation
Plugins to extend CartesIO 2.0 to acceleration level control
- Host: GitHub
- URL: https://github.com/advrhumanoids/cartesio_acceleration_support
- Owner: ADVRHumanoids
- Created: 2020-03-24T13:51:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T15:52:30.000Z (over 1 year ago)
- Last Synced: 2025-09-09T00:26:50.015Z (9 months ago)
- Language: C++
- Size: 91.8 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
...
...
```