Control Libraries 6.3.4
Loading...
Searching...
No Matches
state_representation::JointAccelerations Member List

This is the complete list of members for state_representation::JointAccelerations, including all inherited members.

array() conststate_representation::JointState
clamp(double max_absolute_value, double noise_ratio=0.)state_representation::JointAccelerations
clamp(const Eigen::ArrayXd &max_absolute_value_array, const Eigen::ArrayXd &noise_ratio_array)state_representation::JointAccelerations
clamped(double max_absolute_value, double noise_ratio=0.) conststate_representation::JointAccelerations
clamped(const Eigen::ArrayXd &max_absolute_value_array, const Eigen::ArrayXd &noise_ratio_array) conststate_representation::JointAccelerations
copy() conststate_representation::JointAccelerations
data() const overridestate_representation::JointAccelerationsvirtual
dist(const JointState &state, const JointStateVariable &state_variable_type=JointStateVariable::ALL) conststate_representation::JointState
get_acceleration(const std::string &joint_name) conststate_representation::JointState
get_acceleration(unsigned int joint_index) conststate_representation::JointState
get_accelerations() conststate_representation::JointState
get_joint_index(const std::string &joint_name) conststate_representation::JointState
get_name() conststate_representation::State
get_names() conststate_representation::JointStateinline
get_position(unsigned int joint_index) const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
get_position(const std::string &joint_name) const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
get_positions() const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
get_size() conststate_representation::JointStateinline
get_state_variable(const JointStateVariable &state_variable_type) conststate_representation::JointStateinlineprotected
get_timestamp() conststate_representation::State
get_torque(unsigned int joint_index) const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
get_torque(const std::string &joint_name) const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
get_torques() const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
get_type() conststate_representation::State
get_velocities() const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
get_velocity(unsigned int joint_index) const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
get_velocity(const std::string &joint_name) const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
initialize()state_representation::JointStatevirtual
is_compatible(const State &state) conststate_representation::JointStateinlinevirtual
is_deprecated(const std::chrono::duration< int64_t, DurationT > &time_delay)state_representation::Stateinline
is_empty() conststate_representation::State
JointAccelerations()state_representation::JointAccelerationsexplicit
JointAccelerations(const std::string &robot_name, unsigned int nb_joints=0)state_representation::JointAccelerationsexplicit
JointAccelerations(const std::string &robot_name, const std::vector< std::string > &joint_names)state_representation::JointAccelerationsexplicit
JointAccelerations(const std::string &robot_name, const Eigen::VectorXd &accelerations)state_representation::JointAccelerationsexplicit
JointAccelerations(const std::string &robot_name, const std::vector< std::string > &joint_names, const Eigen::VectorXd &accelerations)state_representation::JointAccelerationsexplicit
JointAccelerations(const JointAccelerations &accelerations)state_representation::JointAccelerations
JointAccelerations(const JointState &state)state_representation::JointAccelerations
JointAccelerations(const JointVelocities &velocities)state_representation::JointAccelerations
JointState()state_representation::JointStateexplicit
JointState(const std::string &robot_name, unsigned int nb_joints=0)state_representation::JointStateexplicit
JointState(const std::string &robot_name, const std::vector< std::string > &joint_names)state_representation::JointStateexplicit
JointState(const JointState &state)=defaultstate_representation::JointState
multiply_state_variable(const Eigen::ArrayXd &lambda, const JointStateVariable &state_variable_type)state_representation::JointStateprotected
multiply_state_variable(const Eigen::MatrixXd &lambda, const JointStateVariable &state_variable_type)state_representation::JointStateprotected
operator bool() const noexceptstate_representation::Stateexplicit
operator*(double lambda) conststate_representation::JointAccelerations
operator*(const Eigen::ArrayXd &lambda) conststate_representation::JointAccelerations
operator*(const Eigen::MatrixXd &lambda) conststate_representation::JointAccelerations
operator*(const std::chrono::nanoseconds &dt) conststate_representation::JointAccelerations
operator*state_representation::JointAccelerationsfriend
operator*state_representation::JointAccelerationsfriend
operator*state_representation::JointAccelerationsfriend
operator*state_representation::JointAccelerationsfriend
operator*=(double lambda)state_representation::JointAccelerations
operator*=(const Eigen::ArrayXd &lambda)state_representation::JointAccelerations
operator*=(const Eigen::MatrixXd &lambda)state_representation::JointAccelerations
operator+(const JointAccelerations &accelerations) conststate_representation::JointAccelerations
state_representation::JointState::operator+(const JointState &state) conststate_representation::JointState
operator+=(const JointAccelerations &accelerations)state_representation::JointAccelerations
state_representation::JointState::operator+=(const JointState &state)state_representation::JointState
operator-(const JointAccelerations &accelerations) conststate_representation::JointAccelerations
state_representation::JointState::operator-(const JointState &state) conststate_representation::JointState
operator-=(const JointAccelerations &accelerations)state_representation::JointAccelerations
state_representation::JointState::operator-=(const JointState &state)state_representation::JointState
operator/(double lambda) conststate_representation::JointAccelerations
operator/=(double lambda)state_representation::JointAccelerations
operator<<state_representation::JointAccelerationsfriend
operator=(const JointAccelerations &accelerations)=defaultstate_representation::JointAccelerations
state_representation::JointState::operator=(const JointState &state)state_representation::JointStateinline
state_representation::State::operator=(const State &state)state_representation::Stateinline
Random(const std::string &robot_name, unsigned int nb_joints)state_representation::JointAccelerationsstatic
Random(const std::string &robot_name, const std::vector< std::string > &joint_names)state_representation::JointAccelerationsstatic
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) overridestate_representation::JointAccelerationsvirtual
set_data(const std::vector< double > &data) overridestate_representation::JointAccelerationsvirtual
state_representation::State::set_data(const Eigen::MatrixXd &data)state_representation::Statevirtual
set_empty(bool empty=true)state_representation::State
set_filled()state_representation::State
set_name(const std::string &name)state_representation::Statevirtual
set_names(unsigned int nb_joints)state_representation::JointStateinline
set_names(const std::vector< std::string > &names)state_representation::JointStateinline
set_position(double position, unsigned int joint_index) const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
set_position(double position, const std::string &joint_name) const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
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::JointAccelerations)state_representation::JointAccelerations
set_positions(const std::vector< double > &positions)=delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
set_state_variable(const Eigen::VectorXd &new_value, const JointStateVariable &state_variable_type)state_representation::JointStateinlineprotected
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::JointAccelerations)state_representation::JointAccelerations
set_torque(double torque, const std::string &joint_name) const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
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::JointAccelerations)state_representation::JointAccelerations
set_torques(const std::vector< double > &torques)=delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
set_type(const StateType &type)state_representation::Stateprotected
set_velocities(const Eigen::VectorXd &accelerations)=delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
set_velocities(const std::vector< double > &accelerations)=delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
set_velocity(double velocity, unsigned int joint_index) const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
set_velocity(double velocity, const std::string &joint_name) const =delete (defined in state_representation::JointAccelerations)state_representation::JointAccelerations
state_representation::JointState::set_velocity(double velocity, const std::string &joint_name)state_representation::JointState
state_representation::JointState::set_velocity(double velocity, unsigned int joint_index)state_representation::JointState
set_zero()state_representation::JointState
State()state_representation::Stateexplicit
State(const StateType &type)state_representation::Stateexplicit
State(const StateType &type, const std::string &name, const bool &empty=true)state_representation::Stateexplicit
State(const State &state)state_representation::State
to_std_vector() conststate_representation::JointStateinline
Zero(const std::string &robot_name, unsigned int nb_joints)state_representation::JointAccelerationsstatic
Zero(const std::string &robot_name, const std::vector< std::string > &joint_names)state_representation::JointAccelerationsstatic
~State()=defaultstate_representation::Statevirtual