Control Libraries 6.3.4
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Friends | List of all members
state_representation::CartesianWrench Class Reference

Class to define wrench in cartesian space as 3D force and torque vectors. More...

#include <CartesianWrench.hpp>

Inheritance diagram for state_representation::CartesianWrench:
state_representation::CartesianState state_representation::SpatialState state_representation::State

Public Member Functions

const Eigen::Vector3d & get_linear_velocity () const =delete
 
const Eigen::Vector3d & get_angular_velocity () const =delete
 
Eigen::Matrix< double, 6, 1 > get_twist () const =delete
 
const Eigen::Vector3d & get_position () const =delete
 
const Eigen::Quaterniond & get_orientation () const =delete
 
Eigen::Vector4d get_orientation_coefficients () const =delete
 
Eigen::Matrix< double, 7, 1 > get_pose () const =delete
 
Eigen::Matrix4d get_transformation_matrix () const =delete
 
const Eigen::Vector3d & get_linear_acceleration () const =delete
 
const Eigen::Vector3d & get_angular_acceleration () const =delete
 
Eigen::Matrix< double, 6, 1 > get_acceleration () const =delete
 
void set_position (const Eigen::Vector3d &position)=delete
 
void set_position (const std::vector< double > &position)=delete
 
void set_position (const double &x, const double &y, const double &z)=delete
 
void set_orientation (const Eigen::Quaterniond &orientation)=delete
 
void set_orientation (const Eigen::Vector4d &orientation)=delete
 
void set_orientation (const std::vector< double > &orientation)=delete
 
void set_orientation (const double &w, const double &x, const double &y, const double &z)=delete
 
void set_pose (const Eigen::Vector3d &position, const Eigen::Quaterniond &orientation)=delete
 
void set_pose (const Eigen::Matrix< double, 7, 1 > &pose)=delete
 
void set_pose (const std::vector< double > &pose)=delete
 
void set_linear_velocity (const Eigen::Vector3d &linear_velocity)=delete
 
void set_linear_velocity (const std::vector< double > &linear_velocity)=delete
 
void set_linear_velocity (const double &x, const double &y, const double &z)=delete
 
void set_angular_velocity (const Eigen::Vector3d &angular_velocity)=delete
 
void set_angular_velocity (const std::vector< double > &angular_velocity)=delete
 
void set_angular_velocity (const double &x, const double &y, const double &z)=delete
 
void set_twist (const Eigen::Matrix< double, 6, 1 > &twist)=delete
 
void set_twist (const std::vector< double > &twist)=delete
 
void set_linear_acceleration (const Eigen::Vector3d &linear_acceleration)=delete
 
void set_linear_acceleration (const std::vector< double > &linear_acceleration)=delete
 
void set_linear_acceleration (const double &x, const double &y, const double &z)=delete
 
void set_angular_acceleration (const Eigen::Vector3d &angular_acceleration)=delete
 
void set_angular_acceleration (const std::vector< double > &angular_acceleration)=delete
 
void set_angular_acceleration (const double &x, const double &y, const double &z)=delete
 
void set_acceleration (const Eigen::Matrix< double, 6, 1 > &acceleration)=delete
 
void set_acceleration (const std::vector< double > &acceleration)=delete
 
CartesianState operator*= (const CartesianState &state)=delete
 
CartesianState operator* (const CartesianState &state)=delete
 
 CartesianWrench ()
 Empty constructor. More...
 
 CartesianWrench (const std::string &name, const std::string &reference="world")
 Constructor with name and reference frame provided. More...
 
 CartesianWrench (const CartesianWrench &wrench)
 Copy constructor. More...
 
 CartesianWrench (const CartesianState &state)
 Copy constructor from a CartesianState. More...
 
 CartesianWrench (const std::string &name, const Eigen::Vector3d &force, const std::string &reference="world")
 Construct a CartesianWrench from a force given as a vector. More...
 
 CartesianWrench (const std::string &name, const Eigen::Vector3d &force, const Eigen::Vector3d &torque, const std::string &reference="world")
 Construct a CartesianWrench from a force and torque given as vectors. More...
 
 CartesianWrench (const std::string &name, const Eigen::Matrix< double, 6, 1 > &wrench, const std::string &reference="world")
 Construct a CartesianWrench from a single 6d wrench vector. More...
 
CartesianWrenchoperator= (const CartesianWrench &wrench)=default
 Copy assignment operator that have to be defined to the custom assignment operator. More...
 
CartesianWrenchoperator+= (const CartesianWrench &wrench)
 Overload the += operator. More...
 
CartesianWrench operator+ (const CartesianWrench &wrench) const
 Overload the + operator. More...
 
CartesianWrenchoperator-= (const CartesianWrench &wrench)
 Overload the -= operator. More...
 
CartesianWrench operator- (const CartesianWrench &wrench) const
 Overload the - operator. More...
 
CartesianWrenchoperator*= (double lambda)
 Overload the *= operator with a scalar. More...
 
CartesianWrench operator* (double lambda) const
 Overload the * operator with a scalar. More...
 
CartesianWrenchoperator/= (double lambda)
 Overload the /= operator with a scalar. More...
 
CartesianWrench operator/ (double lambda) const
 Overload the / operator with a scalar. More...
 
void clamp (double max_force, double max_torque, double force_noise_ratio=0, double torque_noise_ratio=0)
 Clamp inplace the magnitude of the wrench to the values in argument. More...
 
CartesianWrench clamped (double max_force, double max_torque, double force_noise_ratio=0, double torque_noise_ratio=0) const
 Return the clamped wrench. More...
 
CartesianWrench copy () const
 Return a copy of the CartesianWrench. More...
 
Eigen::VectorXd data () const override
 Returns the wrench data as an Eigen vector. More...
 
void set_data (const Eigen::VectorXd &data) override
 Set the wrench data from an Eigen vector. More...
 
void set_data (const std::vector< double > &data) override
 Set the wrench data from a std vector. More...
 
CartesianWrench inverse () const
 Compute the inverse of the current CartesianWrench. More...
 
std::vector< double > norms (const CartesianStateVariable &state_variable_type=CartesianStateVariable::WRENCH) const override
 Compute the norms of the state variable specified by the input type (default is full wrench) More...
 
CartesianWrench normalized (const CartesianStateVariable &state_variable_type=CartesianStateVariable::WRENCH) const
 Compute the normalized wrench at the state variable given in argument (default is full wrench) More...
 
- Public Member Functions inherited from state_representation::CartesianState
 CartesianState ()
 Empty constructor. More...
 
 CartesianState (const std::string &name, const std::string &reference="world")
 Constructor with name and reference frame provided. More...
 
 CartesianState (const CartesianState &state)=default
 Copy constructor of a CartesianState.
 
CartesianStateoperator= (const CartesianState &state)
 Copy assignment operator that have to be defined to the custom assignment operator. More...
 
const Eigen::Vector3d & get_position () const
 Getter of the position attribute. More...
 
const Eigen::Quaterniond & get_orientation () const
 Getter of the orientation attribute. More...
 
Eigen::Vector4d get_orientation_coefficients () const
 Getter of the orientation attribute as Vector4d of coefficients Beware, quaternion coefficients are returned using the (w, x, y, z) convention. More...
 
Eigen::Matrix< double, 7, 1 > get_pose () const
 Getter of a pose from position and orientation attributes. More...
 
Eigen::Matrix4d get_transformation_matrix () const
 Getter of a pose from position and orientation attributes. More...
 
const Eigen::Vector3d & get_linear_velocity () const
 Getter of the linear velocity attribute. More...
 
const Eigen::Vector3d & get_angular_velocity () const
 Getter of the angular velocity attribute. More...
 
Eigen::Matrix< double, 6, 1 > get_twist () const
 Getter of the 6d twist from linear and angular velocity attributes. More...
 
const Eigen::Vector3d & get_linear_acceleration () const
 Getter of the linear acceleration attribute. More...
 
const Eigen::Vector3d & get_angular_acceleration () const
 Getter of the angular acceleration attribute. More...
 
Eigen::Matrix< double, 6, 1 > get_acceleration () const
 Getter of the 6d acceleration from linear and angular acceleration attributes. More...
 
const Eigen::Vector3d & get_force () const
 Getter of the force attribute. More...
 
const Eigen::Vector3d & get_torque () const
 Getter of the torque attribute. More...
 
Eigen::Matrix< double, 6, 1 > get_wrench () const
 Getter of the 6d wrench from force and torque attributes. More...
 
void set_position (const Eigen::Vector3d &position)
 Setter of the position. More...
 
void set_position (const std::vector< double > &position)
 Setter of the position from a std vector. More...
 
void set_position (const double &x, const double &y, const double &z)
 Setter of the position from three scalar coordinates. More...
 
void set_orientation (const Eigen::Quaterniond &orientation)
 Setter of the orientation. More...
 
void set_orientation (const Eigen::Vector4d &orientation)
 Setter of the orientation from a 4d vector. More...
 
void set_orientation (const std::vector< double > &orientation)
 Setter of the orientation from a std vector. More...
 
void set_orientation (const double &w, const double &x, const double &y, const double &z)
 Setter of the orientation from four scalar coefficients (w, x, y, z) More...
 
void set_pose (const Eigen::Vector3d &position, const Eigen::Quaterniond &orientation)
 Setter of the pose from both position and orientation. More...
 
void set_pose (const Eigen::Matrix< double, 7, 1 > &pose)
 Setter of the pose from both position and orientation as Eigen 7d vector. More...
 
void set_pose (const std::vector< double > &pose)
 Setter of the pose from both position and orientation as std vector. More...
 
void set_linear_velocity (const Eigen::Vector3d &linear_velocity)
 Setter of the linear velocity attribute. More...
 
void set_linear_velocity (const std::vector< double > &linear_velocity)
 Setter of the linear velocity from a std vector. More...
 
void set_linear_velocity (const double &x, const double &y, const double &z)
 Setter of the linear velocity from three scalar coordinates. More...
 
void set_angular_velocity (const Eigen::Vector3d &angular_velocity)
 Setter of the angular velocity attribute. More...
 
void set_angular_velocity (const std::vector< double > &angular_velocity)
 Setter of the angular velocity from a std vector. More...
 
void set_angular_velocity (const double &x, const double &y, const double &z)
 Setter of the angular velocity from three scalar coordinates. More...
 
void set_twist (const Eigen::Matrix< double, 6, 1 > &twist)
 Setter of the linear and angular velocities from a 6d twist vector. More...
 
void set_twist (const std::vector< double > &twist)
 Setter of the linear and angular velocities from a std vector. More...
 
void set_linear_acceleration (const Eigen::Vector3d &linear_acceleration)
 Setter of the linear acceleration attribute. More...
 
void set_linear_acceleration (const std::vector< double > &linear_acceleration)
 Setter of the linear acceleration from a std vector. More...
 
void set_linear_acceleration (const double &x, const double &y, const double &z)
 Setter of the linear acceleration from three scalar coordinates. More...
 
void set_angular_acceleration (const Eigen::Vector3d &angular_acceleration)
 Setter of the angular velocity attribute. More...
 
void set_angular_acceleration (const std::vector< double > &angular_acceleration)
 Setter of the angular acceleration from a std vector. More...
 
void set_angular_acceleration (const double &x, const double &y, const double &z)
 Setter of the angular acceleration from three scalar coordinates. More...
 
void set_acceleration (const Eigen::Matrix< double, 6, 1 > &acceleration)
 Setter of the linear and angular acceleration from a 6d acceleration vector. More...
 
void set_acceleration (const std::vector< double > &acceleration)
 Setter of the linear and angular acceleration from a std vector. More...
 
void set_force (const Eigen::Vector3d &force)
 Setter of the force attribute. More...
 
void set_force (const std::vector< double > &force)
 Setter of the force from a std vector. More...
 
void set_force (const double &x, const double &y, const double &z)
 Setter of the force from three scalar coordinates. More...
 
void set_torque (const Eigen::Vector3d &torque)
 Setter of the torque attribute. More...
 
void set_torque (const std::vector< double > &torque)
 Setter of the torque from a std vector. More...
 
void set_torque (const double &x, const double &y, const double &z)
 Setter of the torque from three scalar coordinates. More...
 
void set_wrench (const Eigen::Matrix< double, 6, 1 > &wrench)
 Setter of the force and torque from a 6d wrench vector. More...
 
void set_wrench (const std::vector< double > &wrench)
 Setter of the force and torque from a std vector. More...
 
void initialize () override
 Initialize the CartesianState to a zero value. More...
 
void set_zero ()
 Set the State to a zero value. More...
 
void clamp_state_variable (double max_norm, const CartesianStateVariable &state_variable_type, double noise_ratio=0)
 Clamp inplace the norm of the a specific state variable. More...
 
CartesianState copy () const
 Return a copy of the CartesianState. More...
 
virtual Eigen::VectorXd data () const
 Return the data as the concatenation of all the state variables in a single vector. More...
 
Eigen::ArrayXd array () const
 Return the data vector as an Eigen Array. More...
 
virtual void set_data (const Eigen::VectorXd &data) override
 Set the data of the state from all the state variables in a single Eigen vector. More...
 
virtual void set_data (const std::vector< double > &data) override
 Set the data of the state from all the state variables in a single std vector. More...
 
CartesianStateoperator*= (const CartesianState &state)
 Overload the *= operator with another state by deriving the equations of motions. More...
 
CartesianState operator* (const CartesianState &state) const
 Overload the * operator with another state by deriving the equations of motions. More...
 
CartesianStateoperator*= (double lambda)
 Overload the *= operator with a scalar. More...
 
CartesianState operator* (double lambda) const
 Overload the * operator with a scalar. More...
 
CartesianStateoperator/= (double lambda)
 Overload the /= operator with a scalar. More...
 
CartesianState operator/ (double lambda) const
 Overload the / operator with a scalar. More...
 
CartesianStateoperator+= (const CartesianState &state)
 Overload the += operator. More...
 
CartesianState operator+ (const CartesianState &state) const
 Overload the + operator. More...
 
CartesianStateoperator-= (const CartesianState &state)
 Overload the -= operator. More...
 
CartesianState operator- (const CartesianState &state) const
 Overload the - operator. More...
 
CartesianState inverse () const
 Compute the inverse of the current CartesianState. More...
 
double dist (const CartesianState &state, const CartesianStateVariable &state_variable_type=CartesianStateVariable::ALL) const
 Compute the distance to another state as the sum of distances between each features. More...
 
virtual std::vector< double > norms (const CartesianStateVariable &state_variable_type=CartesianStateVariable::ALL) const
 Compute the norms of the state variable specified by the input type (default is full state) More...
 
void normalize (const CartesianStateVariable &state_variable_type=CartesianStateVariable::ALL)
 Normalize inplace the state at the state variable given in argument (default is full state) More...
 
CartesianState normalized (const CartesianStateVariable &state_variable_type=CartesianStateVariable::ALL) const
 Compute the normalized state at the state variable given in argument (default is full state) More...
 
std::vector< double > to_std_vector () const
 Return the state as a std vector. More...
 
- Public Member Functions inherited from state_representation::SpatialState
 SpatialState ()
 Empty constructor. More...
 
 SpatialState (const StateType &type)
 Empty constructor with a specific state type. More...
 
 SpatialState (const StateType &type, const std::string &name, const std::string &reference_frame="world", const bool &empty=true)
 Constructor with name and reference frame specification. More...
 
 SpatialState (const SpatialState &state)=default
 Copy constructor from another SpatialState.
 
SpatialStateoperator= (const SpatialState &state)
 Copy assignment operator that have to be defined to the custom assignment operator. More...
 
const std::string & get_reference_frame () const
 Getter of the reference frame as const reference. More...
 
virtual void set_reference_frame (const std::string &reference_frame)
 Setter of the reference frame. More...
 
virtual bool is_compatible (const State &state) const override
 Check if the state is compatible for operations with the state given as argument. More...
 
- Public Member Functions inherited from state_representation::State
 State ()
 Empty constructor. More...
 
 State (const StateType &type)
 Constructor only specifying the type of the state from the StateType enumeration. More...
 
 State (const StateType &type, const std::string &name, const bool &empty=true)
 Constructor with name specification. More...
 
 State (const State &state)
 Copy constructor from another State. More...
 
virtual ~State ()=default
 Virtual destructor.
 
Stateoperator= (const State &state)
 Copy assignment operator that have to be defined to the custom assignment operator. More...
 
const StateTypeget_type () const
 Getter of the type attribute. More...
 
bool is_empty () const
 Getter of the empty attribute. More...
 
void set_empty (bool empty=true)
 Setter of the empty attribute. More...
 
void set_filled ()
 Setter of the empty attribute to false and also reset the timestamp. More...
 
const std::chrono::time_point< std::chrono::steady_clock > & get_timestamp () const
 Getter of the timestamp attribute. More...
 
void set_timestamp (const std::chrono::time_point< std::chrono::steady_clock > &timepoint)
 Setter of the timestamp attribute. More...
 
void reset_timestamp ()
 Reset the timestamp attribute to now. More...
 
const std::string & get_name () const
 Getter of the name as const reference. More...
 
virtual void set_name (const std::string &name)
 Setter of the name. More...
 
template<typename DurationT >
bool is_deprecated (const std::chrono::duration< int64_t, DurationT > &time_delay)
 Check if the state is deprecated given a certain time delay. More...
 
virtual bool is_compatible (const State &state) const
 Check if the state is compatible for operations with the state given as argument. More...
 
virtual void initialize ()
 Initialize the State to a zero value. More...
 
virtual void set_data (const Eigen::VectorXd &data)
 Set the data of the state from a single Eigen vector. More...
 
virtual void set_data (const std::vector< double > &data)
 Set the data of the state from a single std vector. More...
 
virtual void set_data (const Eigen::MatrixXd &data)
 Set the data of the state from an Eigen matrix. More...
 
 operator bool () const noexcept
 Boolean operator for the truthiness of a state. More...
 

Static Public Member Functions

static CartesianWrench Zero (const std::string &name, const std::string &reference="world")
 Constructor for the zero wrench. More...
 
static CartesianWrench Random (const std::string &name, const std::string &reference="world")
 Constructor for a random wrench. More...
 
- Static Public Member Functions inherited from state_representation::CartesianState
static CartesianState Identity (const std::string &name, const std::string &reference="world")
 Constructor for the identity CartesianState (identity pose and 0 for the rest) More...
 
static CartesianState Random (const std::string &name, const std::string &reference="world")
 Constructor for a random state. More...
 

Friends

CartesianState operator*= (const CartesianState &state, const CartesianWrench &wrench)=delete
 
std::ostream & operator<< (std::ostream &os, const CartesianWrench &wrench)
 Overload the ostream operator for printing. More...
 
CartesianWrench operator* (const CartesianState &state, const CartesianWrench &wrench)
 Overload the * operator with a CartesianState. More...
 
CartesianWrench operator* (double lambda, const CartesianWrench &wrench)
 Overload the * operator with a scalar. More...
 

Additional Inherited Members

- Protected Member Functions inherited from state_representation::CartesianState
Eigen::VectorXd get_state_variable (const CartesianStateVariable &state_variable_type) const
 Getter of the variable value corresponding to the input. More...
 
void set_state_variable (const Eigen::VectorXd &new_value, const CartesianStateVariable &state_variable_type)
 Setter of the variable value corresponding to the input. More...
 
- Protected Member Functions inherited from state_representation::State
void set_type (const StateType &type)
 Override the state type. More...
 

Detailed Description

Class to define wrench in cartesian space as 3D force and torque vectors.

Definition at line 14 of file CartesianWrench.hpp.

Constructor & Destructor Documentation

◆ CartesianWrench() [1/7]

state_representation::CartesianWrench::CartesianWrench ( )
explicit

Empty constructor.

Definition at line 6 of file CartesianWrench.cpp.

◆ CartesianWrench() [2/7]

state_representation::CartesianWrench::CartesianWrench ( const std::string &  name,
const std::string &  reference = "world" 
)
explicit

Constructor with name and reference frame provided.

Parameters
namethe name of the state
referencethe name of the reference frame

Definition at line 10 of file CartesianWrench.cpp.

◆ CartesianWrench() [3/7]

state_representation::CartesianWrench::CartesianWrench ( const CartesianWrench wrench)

Copy constructor.

Definition at line 44 of file CartesianWrench.cpp.

◆ CartesianWrench() [4/7]

state_representation::CartesianWrench::CartesianWrench ( const CartesianState state)

Copy constructor from a CartesianState.

Definition at line 36 of file CartesianWrench.cpp.

◆ CartesianWrench() [5/7]

state_representation::CartesianWrench::CartesianWrench ( const std::string &  name,
const Eigen::Vector3d &  force,
const std::string &  reference = "world" 
)
explicit

Construct a CartesianWrench from a force given as a vector.

Definition at line 15 of file CartesianWrench.cpp.

◆ CartesianWrench() [6/7]

state_representation::CartesianWrench::CartesianWrench ( const std::string &  name,
const Eigen::Vector3d &  force,
const Eigen::Vector3d &  torque,
const std::string &  reference = "world" 
)
explicit

Construct a CartesianWrench from a force and torque given as vectors.

Definition at line 21 of file CartesianWrench.cpp.

◆ CartesianWrench() [7/7]

state_representation::CartesianWrench::CartesianWrench ( const std::string &  name,
const Eigen::Matrix< double, 6, 1 > &  wrench,
const std::string &  reference = "world" 
)
explicit

Construct a CartesianWrench from a single 6d wrench vector.

Definition at line 29 of file CartesianWrench.cpp.

Member Function Documentation

◆ clamp()

void state_representation::CartesianWrench::clamp ( double  max_force,
double  max_torque,
double  force_noise_ratio = 0,
double  torque_noise_ratio = 0 
)

Clamp inplace the magnitude of the wrench to the values in argument.

Parameters
max_forcethe maximum magnitude of the force
max_torquethe maximum magnitude of the torque
force_noise_ratioif provided, this value will be used to apply a deadzone under which the force will be set to 0
torque_noise_ratioif provided, this value will be used to apply a deadzone under which the torque will be set to 0

Definition at line 93 of file CartesianWrench.cpp.

◆ clamped()

CartesianWrench state_representation::CartesianWrench::clamped ( double  max_force,
double  max_torque,
double  force_noise_ratio = 0,
double  torque_noise_ratio = 0 
) const

Return the clamped wrench.

Parameters
max_forcethe maximum magnitude of the force
max_torquethe maximum magnitude of the torque
force_noise_ratioif provided, this value will be used to apply a deadzone under which the force will be set to 0
torque_noise_ratioif provided, this value will be used to apply a deadzone under which the torque will be set to 0
Returns
the clamped wrench

Definition at line 100 of file CartesianWrench.cpp.

◆ copy()

CartesianWrench state_representation::CartesianWrench::copy ( ) const

Return a copy of the CartesianWrench.

Returns
the copy

Definition at line 108 of file CartesianWrench.cpp.

◆ data()

Eigen::VectorXd state_representation::CartesianWrench::data ( ) const
overridevirtual

Returns the wrench data as an Eigen vector.

Returns
the wrench data vector

Reimplemented from state_representation::CartesianState.

Definition at line 113 of file CartesianWrench.cpp.

◆ inverse()

CartesianWrench state_representation::CartesianWrench::inverse ( ) const

Compute the inverse of the current CartesianWrench.

Returns
the inverse corresponding to b_S_f (assuming this is f_S_b)

Definition at line 129 of file CartesianWrench.cpp.

◆ normalized()

CartesianWrench state_representation::CartesianWrench::normalized ( const CartesianStateVariable &  state_variable_type = CartesianStateVariable::WRENCH) const
inline

Compute the normalized wrench at the state variable given in argument (default is full wrench)

Parameters
state_variable_typethe type of state variable to compute the norms on
Returns
the normalized wrench

Definition at line 281 of file CartesianWrench.hpp.

◆ norms()

std::vector< double > state_representation::CartesianWrench::norms ( const CartesianStateVariable &  state_variable_type = CartesianStateVariable::WRENCH) const
inlineoverridevirtual

Compute the norms of the state variable specified by the input type (default is full wrench)

Parameters
state_variable_typethe type of state variable to compute the norms on
Returns
the norms of the state variables as a vector

Reimplemented from state_representation::CartesianState.

Definition at line 277 of file CartesianWrench.hpp.

◆ operator*()

CartesianWrench state_representation::CartesianWrench::operator* ( double  lambda) const

Overload the * operator with a scalar.

Parameters
lambdathe scalar to multiply with
Returns
the CartesianWrench multiplied by lambda

Definition at line 80 of file CartesianWrench.cpp.

◆ operator*=()

CartesianWrench & state_representation::CartesianWrench::operator*= ( double  lambda)

Overload the *= operator with a scalar.

Parameters
lambdathe scalar to multiply with
Returns
the CartesianWrench multiplied by lambda

Definition at line 75 of file CartesianWrench.cpp.

◆ operator+()

CartesianWrench state_representation::CartesianWrench::operator+ ( const CartesianWrench wrench) const

Overload the + operator.

Parameters
wrenchCartesianWrench to add
Returns
the current CartesianWrench added the CartesianWrench given in argument

Definition at line 62 of file CartesianWrench.cpp.

◆ operator+=()

CartesianWrench & state_representation::CartesianWrench::operator+= ( const CartesianWrench wrench)

Overload the += operator.

Parameters
wrenchCartesianWrench to add
Returns
the current CartesianWrench added the CartesianWrench given in argument

Definition at line 57 of file CartesianWrench.cpp.

◆ operator-()

CartesianWrench state_representation::CartesianWrench::operator- ( const CartesianWrench wrench) const

Overload the - operator.

Parameters
wrenchCartesianWrench to subtract
Returns
the current CartesianWrench minus the CartesianWrench given in argument

Definition at line 71 of file CartesianWrench.cpp.

◆ operator-=()

CartesianWrench & state_representation::CartesianWrench::operator-= ( const CartesianWrench wrench)

Overload the -= operator.

Parameters
wrenchCartesianWrench to subtract
Returns
the current CartesianWrench minus the CartesianWrench given in argument

Definition at line 66 of file CartesianWrench.cpp.

◆ operator/()

CartesianWrench state_representation::CartesianWrench::operator/ ( double  lambda) const

Overload the / operator with a scalar.

Parameters
lambdathe scalar to divide with
Returns
the CartesianWrench divided by lambda

Definition at line 89 of file CartesianWrench.cpp.

◆ operator/=()

CartesianWrench & state_representation::CartesianWrench::operator/= ( double  lambda)

Overload the /= operator with a scalar.

Parameters
lambdathe scalar to divide with
Returns
the CartesianWrench divided by lambda

Definition at line 84 of file CartesianWrench.cpp.

◆ operator=()

CartesianWrench & state_representation::CartesianWrench::operator= ( const CartesianWrench wrench)
default

Copy assignment operator that have to be defined to the custom assignment operator.

Parameters
wrenchthe wrench with value to assign
Returns
reference to the current wrench with new values

◆ Random()

CartesianWrench state_representation::CartesianWrench::Random ( const std::string &  name,
const std::string &  reference = "world" 
)
static

Constructor for a random wrench.

Parameters
namethe name of the state
referencethe name of the reference frame
Returns
CartesianWrench random wrench

Definition at line 51 of file CartesianWrench.cpp.

◆ set_data() [1/2]

void state_representation::CartesianWrench::set_data ( const Eigen::VectorXd &  data)
overridevirtual

Set the wrench data from an Eigen vector.

Parameters
thewrench data vector

Reimplemented from state_representation::CartesianState.

Definition at line 117 of file CartesianWrench.cpp.

◆ set_data() [2/2]

void state_representation::CartesianWrench::set_data ( const std::vector< double > &  data)
overridevirtual

Set the wrench data from a std vector.

Parameters
thewrench data vector

Reimplemented from state_representation::CartesianState.

Definition at line 125 of file CartesianWrench.cpp.

◆ Zero()

CartesianWrench state_representation::CartesianWrench::Zero ( const std::string &  name,
const std::string &  reference = "world" 
)
static

Constructor for the zero wrench.

Parameters
namethe name of the state
referencethe name of the reference frame
Returns
CartesianWrench with zero values

Definition at line 47 of file CartesianWrench.cpp.

Friends And Related Function Documentation

◆ operator* [1/2]

CartesianWrench operator* ( const CartesianState state,
const CartesianWrench wrench 
)
friend

Overload the * operator with a CartesianState.

Parameters
statethe state to multiply with
Returns
the CartesianWrench provided multiplied by the state

Definition at line 149 of file CartesianWrench.cpp.

◆ operator* [2/2]

CartesianWrench operator* ( double  lambda,
const CartesianWrench wrench 
)
friend

Overload the * operator with a scalar.

Parameters
lambdathe scalar to multiply with
Returns
the CartesianWrench provided multiplied by lambda

Definition at line 153 of file CartesianWrench.cpp.

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const CartesianWrench wrench 
)
friend

Overload the ostream operator for printing.

Parameters
osthe ostream to append the string representing the CartesianWrench to
CartesianWrenchthe CartesianWrench to print
Returns
the appended ostream

Definition at line 133 of file CartesianWrench.cpp.


The documentation for this class was generated from the following files: