array() const | state_representation::JointState | |
clamp_state_variable(double max_absolute_value, const JointStateVariable &state_variable_type, double noise_ratio=0) | state_representation::JointState | |
clamp_state_variable(const Eigen::ArrayXd &max_absolute_value_array, const JointStateVariable &state_variable_type, const Eigen::ArrayXd &noise_ratio_array) | state_representation::JointState | |
copy() const | state_representation::JointState | |
data() const | state_representation::JointState | virtual |
dist(const JointState &state, const JointStateVariable &state_variable_type=JointStateVariable::ALL) const | state_representation::JointState | |
get_acceleration(const std::string &joint_name) const | state_representation::JointState | |
get_acceleration(unsigned int joint_index) const | state_representation::JointState | |
get_accelerations() const | state_representation::JointState | |
get_joint_index(const std::string &joint_name) const | state_representation::JointState | |
get_name() const | state_representation::State | |
get_names() const | state_representation::JointState | inline |
get_position(const std::string &joint_name) const | state_representation::JointState | |
get_position(unsigned int joint_index) const | state_representation::JointState | |
get_positions() const | state_representation::JointState | |
get_size() const | state_representation::JointState | inline |
get_state_variable(const JointStateVariable &state_variable_type) const | state_representation::JointState | inlineprotected |
get_timestamp() const | state_representation::State | |
get_torque(const std::string &joint_name) const | state_representation::JointState | |
get_torque(unsigned int joint_index) const | state_representation::JointState | |
get_torques() const | state_representation::JointState | |
get_type() const | state_representation::State | |
get_velocities() const | state_representation::JointState | |
get_velocity(const std::string &joint_name) const | state_representation::JointState | |
get_velocity(unsigned int joint_index) const | state_representation::JointState | |
initialize() | state_representation::JointState | virtual |
is_compatible(const State &state) const | state_representation::JointState | inlinevirtual |
is_deprecated(const std::chrono::duration< int64_t, DurationT > &time_delay) | state_representation::State | inline |
is_empty() const | state_representation::State | |
JointState() | state_representation::JointState | explicit |
JointState(const std::string &robot_name, unsigned int nb_joints=0) | state_representation::JointState | explicit |
JointState(const std::string &robot_name, const std::vector< std::string > &joint_names) | state_representation::JointState | explicit |
JointState(const JointState &state)=default | state_representation::JointState | |
multiply_state_variable(const Eigen::ArrayXd &lambda, const JointStateVariable &state_variable_type) | state_representation::JointState | protected |
multiply_state_variable(const Eigen::MatrixXd &lambda, const JointStateVariable &state_variable_type) | state_representation::JointState | protected |
operator bool() const noexcept | state_representation::State | explicit |
operator*(double lambda) const | state_representation::JointState | |
operator*(const Eigen::ArrayXd &lambda) const | state_representation::JointState | |
operator*(const Eigen::MatrixXd &lambda) const | state_representation::JointState | |
operator* | state_representation::JointState | friend |
operator* | state_representation::JointState | friend |
operator* | state_representation::JointState | friend |
operator*=(double lambda) | state_representation::JointState | |
operator*=(const Eigen::ArrayXd &lambda) | state_representation::JointState | |
operator*=(const Eigen::MatrixXd &lambda) | state_representation::JointState | |
operator+(const JointState &state) const | state_representation::JointState | |
operator+=(const JointState &state) | state_representation::JointState | |
operator-(const JointState &state) const | state_representation::JointState | |
operator-=(const JointState &state) | state_representation::JointState | |
operator/(double lambda) const | state_representation::JointState | |
operator/=(double lambda) | state_representation::JointState | |
operator<< | state_representation::JointState | friend |
operator=(const JointState &state) | state_representation::JointState | inline |
state_representation::State::operator=(const State &state) | state_representation::State | inline |
Random(const std::string &robot_name, unsigned int nb_joints) | state_representation::JointState | static |
Random(const std::string &robot_name, const std::vector< std::string > &joint_names) | state_representation::JointState | static |
reset_timestamp() | state_representation::State | |
set_acceleration(double acceleration, const std::string &joint_name) | state_representation::JointState | |
set_acceleration(double acceleration, unsigned int joint_index) | state_representation::JointState | |
set_accelerations(const Eigen::VectorXd &accelerations) | state_representation::JointState | |
set_accelerations(const std::vector< double > &accelerations) | state_representation::JointState | |
set_data(const Eigen::VectorXd &data) override | state_representation::JointState | virtual |
set_data(const std::vector< double > &data) override | state_representation::JointState | virtual |
state_representation::State::set_data(const Eigen::MatrixXd &data) | state_representation::State | virtual |
set_empty(bool empty=true) | state_representation::State | |
set_filled() | state_representation::State | |
set_name(const std::string &name) | state_representation::State | virtual |
set_names(unsigned int nb_joints) | state_representation::JointState | inline |
set_names(const std::vector< std::string > &names) | state_representation::JointState | inline |
set_position(double position, const std::string &joint_name) | state_representation::JointState | |
set_position(double position, unsigned int joint_index) | state_representation::JointState | |
set_positions(const Eigen::VectorXd &positions) | state_representation::JointState | |
set_positions(const std::vector< double > &positions) | state_representation::JointState | |
set_state_variable(const Eigen::VectorXd &new_value, const JointStateVariable &state_variable_type) | state_representation::JointState | inlineprotected |
set_timestamp(const std::chrono::time_point< std::chrono::steady_clock > &timepoint) | state_representation::State | |
set_torque(double torque, const std::string &joint_name) | state_representation::JointState | |
set_torque(double torque, unsigned int joint_index) | state_representation::JointState | |
set_torques(const Eigen::VectorXd &torques) | state_representation::JointState | |
set_torques(const std::vector< double > &torques) | state_representation::JointState | |
set_type(const StateType &type) | state_representation::State | protected |
set_velocities(const Eigen::VectorXd &velocities) | state_representation::JointState | |
set_velocities(const std::vector< double > &velocities) | state_representation::JointState | |
set_velocity(double velocity, const std::string &joint_name) | state_representation::JointState | |
set_velocity(double velocity, unsigned int joint_index) | state_representation::JointState | |
set_zero() | state_representation::JointState | |
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::JointState | friend |
to_std_vector() const | state_representation::JointState | inline |
Zero(const std::string &robot_name, unsigned int nb_joints) | state_representation::JointState | static |
Zero(const std::string &robot_name, const std::vector< std::string > &joint_names) | state_representation::JointState | static |
~State()=default | state_representation::State | virtual |