Skip to content

CentroEPiaggio/aslr_to

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 26.9%
  • CMake 20.7%
  • JavaScript 14.1%
  • Python 11.8%
  • Makefile 10.1%
  • C++ 6.3%
  • Other 10.1%