8000 GitHub - doraut/trajopt: A toolbox for trajectory optimization of dynamical systems
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

doraut/trajopt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trajectory Optimization

A toolbox for trajectory optimization of dynamical systems

Installation

This toolbox uses pybind11 to compile C++ code and use it in python. The following setup has been test only while using Conda envs.

  • Install Pybind11:

    conda install pybind11
  • Compile OpenBLAS:

    USE_THREAD=0 C=gcc FC=gfortran NO_AFFINITY=1 NO_SHARED=1 COMMON_OPT=" -O2 -march=native "  make
    • Edit local CMakeLists.txt to reflect the path of OpenBLAS
  • Configure Armadillo:

    ./configure
    • Edit local CMakeLists.txt to reflect the path of Armadillo
  • Install Python Package:

    pip install -e .

About

A toolbox for trajectory optimization of dynamical systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
33CF

Languages

  • Python 79.6%
  • C++ 19.8%
  • CMake 0.6%
0