ocra-recipes
Doxygen documentation for the ocra-recipes repository
|
Define the Generalized Hierarchical Controller based on Jacobian transpose (GHCJT) in quasi-static case. More...
#include <string>
#include <vector>
#include <iostream>
#include "ocra/control/Controller.h"
#include "ocra/control/Model.h"
#include "ocra/optim/OneLevelSolver.h"
#include "gocra/Tasks/GHCJTTask.h"
Go to the source code of this file.
Classes | |
class | gocra::GHCJTController |
gOcra Controller based on LQP solver for the ocra framework. More... | |
Namespaces | |
gocra | |
Define the Generalized Hierarchical Controller based on Jacobian transpose (GHCJT) in quasi-static case.
The GHCJT controller is based on the generalized projector explained in the paper available here: http://link.springer.com/article/10.1007/s10514-015-9436-1 .
Definition in file GHCJTController.h.