robotoc
robotoc - efficient ROBOT Optimal Control solvers
|
#include "Eigen/Core"
#include "robotoc/robot/robot.hpp"
#include "robotoc/robot/se3_jacobian_inverse.hpp"
#include "robotoc/core/split_solution.hpp"
#include "robotoc/core/split_direction.hpp"
#include "robotoc/core/split_kkt_residual.hpp"
#include "robotoc/core/split_kkt_matrix.hpp"
#include "robotoc/dynamics/state_equation_data.hpp"
#include "robotoc/dynamics/state_equation.hpp"
Go to the source code of this file.
Namespaces | |
namespace | robotoc |
Functions | |
void | robotoc::linearizeTerminalStateEquation (const Robot &robot, const Eigen::VectorXd &q_prev, const SplitSolution &s, StateEquationData &data, SplitKKTMatrix &kkt_matrix, SplitKKTResidual &kkt_residual) |
Linearizes the state equation at the teminal stage. More... | |
void | robotoc::correctLinearizeTerminalStateEquation (StateEquationData &data, SplitKKTMatrix &kkt_matrix) |
Corrects the linearized state equation using the Jacobian of the Lie group. More... | |