col(unsigned int index) const | state_representation::Jacobian | inline |
cols() const | state_representation::Jacobian | inline |
copy() const | state_representation::Jacobian | |
data() const | state_representation::Jacobian | inline |
get_frame() const | state_representation::Jacobian | inline |
get_joint_names() const | state_representation::Jacobian | inline |
get_name() const | state_representation::State | |
get_reference_frame() const | state_representation::Jacobian | inline |
get_timestamp() const | state_representation::State | |
get_type() const | state_representation::State | |
initialize() override | state_representation::Jacobian | virtual |
inverse() const | state_representation::Jacobian | |
is_compatible(const State &state) const override | state_representation::Jacobian | virtual |
is_deprecated(const std::chrono::duration< int64_t, DurationT > &time_delay) | state_representation::State | inline |
is_empty() const | state_representation::State | |
Jacobian() | state_representation::Jacobian | |
Jacobian(const std::string &robot_name, unsigned int nb_joints, const std::string &frame, const std::string &reference_frame="world") | state_representation::Jacobian | |
Jacobian(const std::string &robot_name, const std::vector< std::string > &joint_names, const std::string &frame, const std::string &reference_frame="world") | state_representation::Jacobian | |
Jacobian(const std::string &robot_name, const std::string &frame, const Eigen::MatrixXd &data, const std::string &reference_frame="world") | state_representation::Jacobian | |
Jacobian(const std::string &robot_name, const std::vector< std::string > &joint_names, const std::string &frame, const Eigen::MatrixXd &data, const std::string &reference_frame="world") | state_representation::Jacobian | |
Jacobian(const Jacobian &jacobian) | state_representation::Jacobian | |
operator bool() const noexcept | state_representation::State | explicit |
operator()(unsigned int row, unsigned int col) | state_representation::Jacobian | inline |
operator()(unsigned int row, unsigned int col) const | state_representation::Jacobian | inline |
operator*(const Eigen::MatrixXd &matrix) const | state_representation::Jacobian | |
operator*(const Jacobian &jacobian) const | state_representation::Jacobian | |
operator*(const JointVelocities &dq) const | state_representation::Jacobian | |
operator*(const CartesianTwist &twist) const | state_representation::Jacobian | |
operator*(const CartesianWrench &wrench) const | state_representation::Jacobian | |
operator* | state_representation::Jacobian | friend |
operator* | state_representation::Jacobian | friend |
operator<< | state_representation::Jacobian | friend |
operator=(const Jacobian &jacobian) | state_representation::Jacobian | inline |
state_representation::State::operator=(const State &state) | state_representation::State | inline |
pseudoinverse() const | state_representation::Jacobian | |
Random(const std::string &robot_name, unsigned int nb_joints, const std::string &frame, const std::string &reference_frame="world") | state_representation::Jacobian | static |
Random(const std::string &robot_name, const std::vector< std::string > &joint_names, const std::string &frame, const std::string &reference_frame="world") | state_representation::Jacobian | static |
reset_timestamp() | state_representation::State | |
row(unsigned int index) const | state_representation::Jacobian | inline |
rows() const | state_representation::Jacobian | inline |
set_data(const Eigen::MatrixXd &data) override | state_representation::Jacobian | inlinevirtual |
state_representation::State::set_data(const Eigen::VectorXd &data) | state_representation::State | virtual |
state_representation::State::set_data(const std::vector< double > &data) | state_representation::State | virtual |
set_empty(bool empty=true) | state_representation::State | |
set_filled() | state_representation::State | |
set_joint_names(unsigned int nb_joints) | state_representation::Jacobian | inline |
set_joint_names(const std::vector< std::string > &joint_names) | state_representation::Jacobian | inline |
set_name(const std::string &name) | state_representation::State | virtual |
set_reference_frame(const CartesianPose &reference_frame) | state_representation::Jacobian | |
set_timestamp(const std::chrono::time_point< std::chrono::steady_clock > &timepoint) | state_representation::State | |
set_type(const StateType &type) | state_representation::State | protected |
solve(const Eigen::MatrixXd &matrix) const | state_representation::Jacobian | |
solve(const CartesianTwist &twist) const | state_representation::Jacobian | |
State() | state_representation::State | explicit |
State(const StateType &type) | state_representation::State | explicit |
State(const StateType &type, const std::string &name, const bool &empty=true) | state_representation::State | explicit |
State(const State &state) | state_representation::State | |
swap | state_representation::Jacobian | friend |
transpose() const | state_representation::Jacobian | |
~State()=default | state_representation::State | virtual |