1#ifndef ROBOTOC_STATE_EQUATION_DATA_HPP_
2#define ROBOTOC_STATE_EQUATION_DATA_HPP_
69 bool has_floating_base_;
Dynamics and kinematics model of robots. Wraps pinocchio::Model and pinocchio::Data....
Definition: robot.hpp:32
A class that computes the inverse of the Jacobian of SE(3).
Definition: se3_jacobian_inverse.hpp:13
Data for the state equations.
Definition: state_equation_data.hpp:16
StateEquationData(StateEquationData &&) noexcept=default
Default move constructor.
Eigen::MatrixXd Fqq_tmp
Definition: state_equation_data.hpp:60
Eigen::MatrixXd Fqq_prev
Definition: state_equation_data.hpp:54
StateEquationData()
Default constructor.
StateEquationData & operator=(const StateEquationData &)=default
Default copy assign operator.
Eigen::MatrixXd Fqq_prev_inv
Definition: state_equation_data.hpp:58
StateEquationData(const StateEquationData &)=default
Default copy constructor.
Eigen::MatrixXd Fqq_inv
Definition: state_equation_data.hpp:56
~StateEquationData()=default
Destructor.
bool hasFloatingBase() const
Definition: state_equation_data.hpp:66
StateEquationData(const Robot &robot)
Constructs a state equation.
SE3JacobianInverse se3_jac_inverse
Definition: state_equation_data.hpp:64
Eigen::VectorXd Fq_tmp
Definition: state_equation_data.hpp:62
Definition: constraint_component_base.hpp:17