|
void | doTransform (const T &data_in, T &data_out, const geometry_msgs::msg::TransformStamped &transform) |
|
tf2::TimePoint | getTimestamp (const T &t) |
|
std::string | getFrameId (const T &t) |
|
tf2::TimePoint | getTimestamp (const tf2::Stamped< P > &t) |
|
std::string | getFrameId (const tf2::Stamped< P > &t) |
|
B | toMsg (const A &a) |
|
void | fromMsg (const A &, B &b) |
|
void | convert (const A &a, B &b) |
|
void | convert (const A &a1, A &a2) |
|
TF2SIMD_FORCE_INLINE Vector3 | operator* (const Matrix3x3 &m, const Vector3 &v) |
|
TF2SIMD_FORCE_INLINE Vector3 | operator* (const Vector3 &v, const Matrix3x3 &m) |
|
TF2SIMD_FORCE_INLINE Matrix3x3 | operator* (const Matrix3x3 &m1, const Matrix3x3 &m2) |
|
TF2SIMD_FORCE_INLINE bool | operator== (const Matrix3x3 &m1, const Matrix3x3 &m2) |
|
| ATTRIBUTE_ALIGNED16 (class) QuadWord |
|
TF2SIMD_FORCE_INLINE Quaternion | operator- (const Quaternion &q) |
|
TF2SIMD_FORCE_INLINE Quaternion | operator* (const Quaternion &q1, const Quaternion &q2) |
|
TF2SIMD_FORCE_INLINE Quaternion | operator* (const Quaternion &q, const Vector3 &w) |
|
TF2SIMD_FORCE_INLINE Quaternion | operator* (const Vector3 &w, const Quaternion &q) |
|
TF2SIMD_FORCE_INLINE tf2Scalar | dot (const Quaternion &q1, const Quaternion &q2) |
|
TF2SIMD_FORCE_INLINE tf2Scalar | length (const Quaternion &q) |
|
TF2SIMD_FORCE_INLINE tf2Scalar | angle (const Quaternion &q1, const Quaternion &q2) |
|
TF2SIMD_FORCE_INLINE tf2Scalar | angleShortestPath (const Quaternion &q1, const Quaternion &q2) |
|
TF2SIMD_FORCE_INLINE Quaternion | inverse (const Quaternion &q) |
|
TF2SIMD_FORCE_INLINE Quaternion | slerp (const Quaternion &q1, const Quaternion &q2, const tf2Scalar &t) |
|
TF2SIMD_FORCE_INLINE Vector3 | quatRotate (const Quaternion &rotation, const Vector3 &v) |
|
TF2SIMD_FORCE_INLINE Quaternion | shortestArcQuat (const Vector3 &v0, const Vector3 &v1) |
|
TF2SIMD_FORCE_INLINE Quaternion | shortestArcQuatNormalize2 (Vector3 &v0, Vector3 &v1) |
|
TF2SIMD_FORCE_INLINE bool | operator== (const Transform &t1, const Transform &t2) |
|
TF2SIMD_FORCE_INLINE Vector3 | operator+ (const Vector3 &v1, const Vector3 &v2) |
|
TF2SIMD_FORCE_INLINE Vector3 | operator* (const Vector3 &v1, const Vector3 &v2) |
|
TF2SIMD_FORCE_INLINE Vector3 | operator- (const Vector3 &v1, const Vector3 &v2) |
|
TF2SIMD_FORCE_INLINE Vector3 | operator- (const Vector3 &v) |
|
TF2SIMD_FORCE_INLINE Vector3 | operator* (const Vector3 &v, const tf2Scalar &s) |
|
TF2SIMD_FORCE_INLINE Vector3 | operator* (const tf2Scalar &s, const Vector3 &v) |
|
TF2SIMD_FORCE_INLINE Vector3 | operator/ (const Vector3 &v, const tf2Scalar &s) |
|
TF2SIMD_FORCE_INLINE Vector3 | operator/ (const Vector3 &v1, const Vector3 &v2) |
|
TF2SIMD_FORCE_INLINE tf2Scalar | tf2Dot (const Vector3 &v1, const Vector3 &v2) |
|
TF2SIMD_FORCE_INLINE tf2Scalar | tf2Distance2 (const Vector3 &v1, const Vector3 &v2) |
|
TF2SIMD_FORCE_INLINE tf2Scalar | tf2Distance (const Vector3 &v1, const Vector3 &v2) |
|
TF2SIMD_FORCE_INLINE tf2Scalar | tf2Angle (const Vector3 &v1, const Vector3 &v2) |
|
TF2SIMD_FORCE_INLINE Vector3 | tf2Cross (const Vector3 &v1, const Vector3 &v2) |
|
TF2SIMD_FORCE_INLINE tf2Scalar | tf2Triple (const Vector3 &v1, const Vector3 &v2, const Vector3 &v3) |
|
TF2SIMD_FORCE_INLINE Vector3 | lerp (const Vector3 &v1, const Vector3 &v2, const tf2Scalar &t) |
|
TF2SIMD_FORCE_INLINE void | tf2SwapScalarEndian (const tf2Scalar &sourceVal, tf2Scalar &destVal) |
|
TF2SIMD_FORCE_INLINE void | tf2SwapVector3Endian (const Vector3 &sourceVec, Vector3 &destVec) |
|
TF2SIMD_FORCE_INLINE void | tf2UnSwapVector3Endian (Vector3 &vector) |
|
TF2SIMD_FORCE_INLINE void | tf2PlaneSpace1 (const Vector3 &n, Vector3 &p, Vector3 &q) |
|
TimePoint | get_now () |
|
Duration | durationFromSec (double t_sec) |
|
TimePoint | timeFromSec (double t_sec) |
|
double | durationToSec (const tf2::Duration &input) |
|
double | timeToSec (const TimePoint &timepoint) |
|
std::string | displayTimePoint (const TimePoint &stamp) |
|
bool | operator== (const Stamped< T > &a, const Stamped< T > &b) |
|
void | getEulerYPR (const A &a, double &yaw, double &pitch, double &roll) |
|
double | getYaw (const A &a) |
|
A | getTransformIdentity () |
|
KDL::Frame | gmTransformToKDL (const geometry_msgs::msg::TransformStamped &t) |
| Convert a TransformStamped message to a KDL frame. More...
|
|
template<> |
tf2::TimePoint | getTimestamp (const geometry_msgs::msg::Vector3Stamped &t) |
| Extract a timestamp from the header of a Vector message. This function is a specialization of the getTimestamp template defined in tf2/convert.h. More...
|
|
template<> |
std::string | getFrameId (const geometry_msgs::msg::Vector3Stamped &t) |
| Extract a frame ID from the header of a Vector message. This function is a specialization of the getFrameId template defined in tf2/convert.h. More...
|
|
template<> |
void | doTransform (const geometry_msgs::msg::Vector3Stamped &t_in, geometry_msgs::msg::Vector3Stamped &t_out, const geometry_msgs::msg::TransformStamped &transform) |
| Apply a geometry_msgs TransformStamped to an geometry_msgs Vector type. This function is a specialization of the doTransform template defined in tf2/convert.h. More...
|
|
geometry_msgs::msg::Vector3Stamped | toMsg (const geometry_msgs::msg::Vector3Stamped &in) |
| Trivial "conversion" function for Vector3 message type. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
void | fromMsg (const geometry_msgs::msg::Vector3Stamped &msg, geometry_msgs::msg::Vector3Stamped &out) |
| Trivial "conversion" function for Vector3 message type. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
template<> |
tf2::TimePoint | getTimestamp (const geometry_msgs::msg::PointStamped &t) |
| Extract a timestamp from the header of a Point message. This function is a specialization of the getTimestamp template defined in tf2/convert.h. More...
|
|
template<> |
std::string | getFrameId (const geometry_msgs::msg::PointStamped &t) |
| Extract a frame ID from the header of a Point message. This function is a specialization of the getFrameId template defined in tf2/convert.h. More...
|
|
template<> |
void | doTransform (const geometry_msgs::msg::PointStamped &t_in, geometry_msgs::msg::PointStamped &t_out, const geometry_msgs::msg::TransformStamped &transform) |
| Apply a geometry_msgs TransformStamped to an geometry_msgs Point type. This function is a specialization of the doTransform template defined in tf2/convert.h. More...
|
|
geometry_msgs::msg::PointStamped | toMsg (const geometry_msgs::msg::PointStamped &in) |
| Trivial "conversion" function for Point message type. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
void | fromMsg (const geometry_msgs::msg::PointStamped &msg, geometry_msgs::msg::PointStamped &out) |
| Trivial "conversion" function for Point message type. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
template<> |
tf2::TimePoint | getTimestamp (const geometry_msgs::msg::PoseStamped &t) |
| Extract a timestamp from the header of a Pose message. This function is a specialization of the getTimestamp template defined in tf2/convert.h. More...
|
|
template<> |
std::string | getFrameId (const geometry_msgs::msg::PoseStamped &t) |
| Extract a frame ID from the header of a Pose message. This function is a specialization of the getFrameId template defined in tf2/convert.h. More...
|
|
template<> |
void | doTransform (const geometry_msgs::msg::PoseStamped &t_in, geometry_msgs::msg::PoseStamped &t_out, const geometry_msgs::msg::TransformStamped &transform) |
| Apply a geometry_msgs TransformStamped to an geometry_msgs Pose type. This function is a specialization of the doTransform template defined in tf2/convert.h. More...
|
|
geometry_msgs::msg::PoseStamped | toMsg (const geometry_msgs::msg::PoseStamped &in) |
| Trivial "conversion" function for Pose message type. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
void | fromMsg (const geometry_msgs::msg::PoseStamped &msg, geometry_msgs::msg::PoseStamped &out) |
| Trivial "conversion" function for Pose message type. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
geometry_msgs::msg::Quaternion | toMsg (const tf2::Quaternion &in) |
| Convert a tf2 Quaternion type to its equivalent geometry_msgs representation. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
void | fromMsg (const geometry_msgs::msg::Quaternion &in, tf2::Quaternion &out) |
| Convert a Quaternion message to its equivalent tf2 representation. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
template<> |
tf2::TimePoint | getTimestamp (const geometry_msgs::msg::QuaternionStamped &t) |
| Extract a timestamp from the header of a Quaternion message. This function is a specialization of the getTimestamp template defined in tf2/convert.h. More...
|
|
template<> |
std::string | getFrameId (const geometry_msgs::msg::QuaternionStamped &t) |
| Extract a frame ID from the header of a Quaternion message. This function is a specialization of the getFrameId template defined in tf2/convert.h. More...
|
|
template<> |
void | doTransform (const geometry_msgs::msg::QuaternionStamped &t_in, geometry_msgs::msg::QuaternionStamped &t_out, const geometry_msgs::msg::TransformStamped &transform) |
| Apply a geometry_msgs TransformStamped to an geometry_msgs Quaternion type. This function is a specialization of the doTransform template defined in tf2/convert.h. More...
|
|
geometry_msgs::msg::QuaternionStamped | toMsg (const geometry_msgs::msg::QuaternionStamped &in) |
| Trivial "conversion" function for Quaternion message type. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
void | fromMsg (const geometry_msgs::msg::QuaternionStamped &msg, geometry_msgs::msg::QuaternionStamped &out) |
| Trivial "conversion" function for Quaternion message type. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
geometry_msgs::msg::QuaternionStamped | toMsg (const tf2::Stamped< tf2::Quaternion > &in) |
| Convert as stamped tf2 Quaternion type to its equivalent geometry_msgs representation. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
void | fromMsg (const geometry_msgs::msg::QuaternionStamped &in, tf2::Stamped< tf2::Quaternion > &out) |
| Convert a QuaternionStamped message to its equivalent tf2 representation. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
geometry_msgs::msg::Transform | toMsg (const tf2::Transform &in) |
| Convert a tf2 Transform type to its equivalent geometry_msgs representation. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
void | fromMsg (const geometry_msgs::msg::Transform &in, tf2::Transform &out) |
| Convert a Transform message to its equivalent tf2 representation. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
template<> |
tf2::TimePoint | getTimestamp (const geometry_msgs::msg::TransformStamped &t) |
| Extract a timestamp from the header of a Transform message. This function is a specialization of the getTimestamp template defined in tf2/convert.h. More...
|
|
template<> |
std::string | getFrameId (const geometry_msgs::msg::TransformStamped &t) |
| Extract a frame ID from the header of a Transform message. This function is a specialization of the getFrameId template defined in tf2/convert.h. More...
|
|
template<> |
void | doTransform (const geometry_msgs::msg::TransformStamped &t_in, geometry_msgs::msg::TransformStamped &t_out, const geometry_msgs::msg::TransformStamped &transform) |
| Apply a geometry_msgs TransformStamped to an geometry_msgs Transform type. This function is a specialization of the doTransform template defined in tf2/convert.h. More...
|
|
geometry_msgs::msg::TransformStamped | toMsg (const geometry_msgs::msg::TransformStamped &in) |
| Trivial "conversion" function for Transform message type. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
void | fromMsg (const geometry_msgs::msg::TransformStamped &msg, geometry_msgs::msg::TransformStamped &out) |
| Convert a TransformStamped message to its equivalent tf2 representation. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
void | fromMsg (const geometry_msgs::msg::TransformStamped &in, tf2::Stamped< tf2::Transform > &out) |
| Convert a TransformStamped message to its equivalent tf2 representation. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
geometry_msgs::msg::TransformStamped | toMsg (const tf2::Stamped< tf2::Transform > &in) |
| Convert as stamped tf2 Transform type to its equivalent geometry_msgs representation. This function is a specialization of the toMsg template defined in tf2/convert.h. More...
|
|
void | toMsg (const tf2::Transform &in, geometry_msgs::msg::Pose &out) |
| Convert a tf2 Transform type to an equivalent geometry_msgs Pose message. More...
|
|
void | fromMsg (const geometry_msgs::msg::Pose &in, tf2::Transform &out) |
| Convert a geometry_msgs Pose message to an equivalent tf2 Transform type. More...
|
|