OpenWalker Project
Documentation of the ROS Packages
|
The AngularAcceleration class. More...
#include <angular_acceleration.h>
Public Types | |
typedef _Scalar | Scalar |
typedef Eigen::Matrix< Scalar, 3, 1 > | Derived |
typedef AngularAccelerationRef< Derived > | Base |
Public Types inherited from ow_core::AngularAccelerationRef< Eigen::Matrix< _Scalar, 3, 1 > > | |
typedef Eigen::Matrix< _Scalar, 3, 1 > | Derived |
typedef Vector3Ref< Derived > | Base |
Public Types inherited from ow_core::Vector3Ref< Eigen::Matrix< _Scalar, 3, 1 > > | |
typedef Eigen::Matrix< _Scalar, 3, 1 > | Derived |
typedef VectorRef< Derived, 3 > | Base |
Public Types inherited from ow_core::VectorRef< Eigen::Matrix< _Scalar, 3, 1 >, 3 > | |
enum | |
typedef Eigen::Matrix< _Scalar, 3, 1 > | Derived |
typedef Eigen::Block< Derived, Rows, 1 > | Base |
Public Member Functions | |
AngularAcceleration () | |
Default Constructor. | |
AngularAcceleration (const Scalar &x, const Scalar &y, const Scalar &z) | |
Assignment from Scalar values. | |
template<typename OtherDerived > | |
AngularAcceleration (const Eigen::EigenBase< OtherDerived > &other) | |
Copy constructor. More... | |
Public Member Functions inherited from ow_core::AngularAccelerationRef< Eigen::Matrix< _Scalar, 3, 1 > > | |
AngularAccelerationRef (Derived &ref, int startRow=0, int startCol=0) | |
Default Constructor. More... | |
Public Member Functions inherited from ow_core::Vector3Ref< Eigen::Matrix< _Scalar, 3, 1 > > | |
Vector3Ref (Derived &ref, int startRow=0, int startCol=0) | |
Default Constructor. More... | |
void | operator= (const tf::Vector3 &x) |
Assignment of tf::Vector3. | |
void | operator= (const geometry_msgs::Vector3 &x) |
Assignment of geometry_msgs::Vector3. | |
void | operator= (const geometry_msgs::Point &x) |
Assignment of geometry_msgs::Point. | |
operator tf::Vector3 () const | |
Conversion to tf::Vector3. | |
operator geometry_msgs::Point () const | |
Conversion to geometry_msgs::Point. | |
operator geometry_msgs::Vector3 () const | |
Conversion to geometry_msgs::Point. | |
tf::Vector3 | toVectorTF () const |
Conversion to tf::Vector3. | |
geometry_msgs::Point | toPointMsg () const |
Conversion to geometry_msgs::Point. | |
geometry_msgs::Vector3 | toVector3Msg () const |
Conversion to geometry_msgs::Point. | |
Public Member Functions inherited from ow_core::VectorRef< Eigen::Matrix< _Scalar, 3, 1 >, 3 > | |
VectorRef (Derived &ref, int startRow=0, int startCol=0) | |
Default Constructor. More... | |
std::string | toString () const |
Conversion to std::string. | |
Protected Attributes | |
Derived | data_ |
The AngularAcceleration class.
The AngularAcceleration is of type Eigen::Vector3 and is represented by the math symbol .
|
inline |
Copy constructor.
This copy constructor not only works with Eigen matrices but also with their expressions.