CentroEPiaggio / aslr_to

Implementation of DDP based optimal control for soft actuated robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASR_TO (Trajectory Optimsation For Articulated Soft Robots)

A prototype code in python for optimal control problem of soft actuated robots.

Building from source

The code completely written in Python, however, we still need to compile it (using cmake) to be able to install, run examples and unittest. The compilation is as simple as:

mkdir build & cd build
cmake ../
make
sudo make install

You can run examples, unit-tests and benchmarks from your build dir:

cd build
make test

About

Implementation of DDP based optimal control for soft actuated robot


Languages

Language:HTML 27.0%Language:CMake 20.7%Language:JavaScript 14.1%Language:Python 11.8%Language:Makefile 10.1%Language:C++ 6.3%Language:C 5.4%Language:CSS 4.1%Language:Tcl 0.6%