array() const | state_representation::JointState | |
clamp(double max_absolute_value, double noise_ratio=0.) | state_representation::JointVelocities | |
clamp(const Eigen::ArrayXd &max_absolute_value_array, const Eigen::ArrayXd &noise_ratio_array) | state_representation::JointVelocities | |
clamped(double max_absolute_value, double noise_ratio=0.) const | state_representation::JointVelocities | |
clamped(const Eigen::ArrayXd &max_absolute_value_array, const Eigen::ArrayXd &noise_ratio_array) const | state_representation::JointVelocities | |
copy() const | state_representation::JointVelocities | |
data() const override | state_representation::JointVelocities | virtual |
dist(const JointState &state, const JointStateVariable &state_variable_type=JointStateVariable::ALL) const | state_representation::JointState | |
get_acceleration(unsigned int joint_index) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
get_acceleration(const std::string &joint_name) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
get_accelerations() const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
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(unsigned int joint_index) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
get_position(const std::string &joint_name) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
get_positions() const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
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(unsigned int joint_index) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
get_torque(const std::string &joint_name) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
get_torques() const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
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 | |
JointVelocities() | state_representation::JointVelocities | explicit |
JointVelocities(const std::string &robot_name, unsigned int nb_joints=0) | state_representation::JointVelocities | explicit |
JointVelocities(const std::string &robot_name, const std::vector< std::string > &joint_names) | state_representation::JointVelocities | explicit |
JointVelocities(const std::string &robot_name, const Eigen::VectorXd &velocities) | state_representation::JointVelocities | explicit |
JointVelocities(const std::string &robot_name, const std::vector< std::string > &joint_names, const Eigen::VectorXd &velocities) | state_representation::JointVelocities | explicit |
JointVelocities(const JointVelocities &velocities) | state_representation::JointVelocities | |
JointVelocities(const JointState &state) | state_representation::JointVelocities | |
JointVelocities(const JointAccelerations &accelerations) | state_representation::JointVelocities | |
JointVelocities(const JointPositions &positions) | state_representation::JointVelocities | |
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::JointVelocities | |
operator*(const Eigen::ArrayXd &lambda) const | state_representation::JointVelocities | |
operator*(const Eigen::MatrixXd &lambda) const | state_representation::JointVelocities | |
operator*(const std::chrono::nanoseconds &dt) const | state_representation::JointVelocities | |
operator* | state_representation::JointVelocities | friend |
operator* | state_representation::JointVelocities | friend |
operator* | state_representation::JointVelocities | friend |
operator* | state_representation::JointVelocities | friend |
operator*=(double lambda) | state_representation::JointVelocities | |
operator*=(const Eigen::ArrayXd &lambda) | state_representation::JointVelocities | |
operator*=(const Eigen::MatrixXd &lambda) | state_representation::JointVelocities | |
operator+(const JointVelocities &velocities) const | state_representation::JointVelocities | |
state_representation::JointState::operator+(const JointState &state) const | state_representation::JointState | |
operator+=(const JointVelocities &velocities) | state_representation::JointVelocities | |
state_representation::JointState::operator+=(const JointState &state) | state_representation::JointState | |
operator-(const JointVelocities &velocities) const | state_representation::JointVelocities | |
state_representation::JointState::operator-(const JointState &state) const | state_representation::JointState | |
operator-=(const JointVelocities &velocities) | state_representation::JointVelocities | |
state_representation::JointState::operator-=(const JointState &state) | state_representation::JointState | |
operator/(double lambda) const | state_representation::JointVelocities | |
operator/(const std::chrono::nanoseconds &dt) const | state_representation::JointVelocities | |
operator/=(double lambda) | state_representation::JointVelocities | |
operator<< | state_representation::JointVelocities | friend |
operator=(const JointVelocities &velocities)=default | state_representation::JointVelocities | |
state_representation::JointState::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::JointVelocities | static |
Random(const std::string &robot_name, const std::vector< std::string > &joint_names) | state_representation::JointVelocities | static |
reset_timestamp() | state_representation::State | |
set_acceleration(double acceleration, unsigned int joint_index) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
set_acceleration(double acceleration, const std::string &joint_name) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
state_representation::JointState::set_acceleration(double acceleration, const std::string &joint_name) | state_representation::JointState | |
state_representation::JointState::set_acceleration(double acceleration, unsigned int joint_index) | state_representation::JointState | |
set_accelerations(const Eigen::VectorXd &accelerations)=delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
set_accelerations(const std::vector< double > &accelerations)=delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
set_data(const Eigen::VectorXd &data) override | state_representation::JointVelocities | virtual |
set_data(const std::vector< double > &data) override | state_representation::JointVelocities | 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, unsigned int joint_index) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
set_position(double position, const std::string &joint_name) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
state_representation::JointState::set_position(double position, const std::string &joint_name) | state_representation::JointState | |
state_representation::JointState::set_position(double position, unsigned int joint_index) | state_representation::JointState | |
set_positions(const Eigen::VectorXd &positions)=delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
set_positions(const std::vector< double > &positions)=delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
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, unsigned int joint_index) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
set_torque(double torque, const std::string &joint_name) const =delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
state_representation::JointState::set_torque(double torque, const std::string &joint_name) | state_representation::JointState | |
state_representation::JointState::set_torque(double torque, unsigned int joint_index) | state_representation::JointState | |
set_torques(const Eigen::VectorXd &torques)=delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
set_torques(const std::vector< double > &torques)=delete (defined in state_representation::JointVelocities) | state_representation::JointVelocities | |
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 | |
to_std_vector() const | state_representation::JointState | inline |
Zero(const std::string &robot_name, unsigned int nb_joints) | state_representation::JointVelocities | static |
Zero(const std::string &robot_name, const std::vector< std::string > &joint_names) | state_representation::JointVelocities | static |
~State()=default | state_representation::State | virtual |