This file includes common transform functionality for autoware_auto_geometry_msgs and autoware_auto_perception_msgs.
More...
|
template<> |
void | tf2::doTransform (const geometry_msgs::msg::Point32 &t_in, geometry_msgs::msg::Point32 &t_out, const geometry_msgs::msg::TransformStamped &transform) |
| Apply a geometry_msgs TransformStamped to a geometry_msgs Point32 type. This function is a specialization of the doTransform template defined in tf2/convert.h. More...
|
|
void | tf2::doTransform (const Clusters &t_in, Clusters &t_out, const geometry_msgs::msg::TransformStamped &transform) |
| Apply a geometry_msgs TransformStamped to a Clusters type. This function is a specialization of the doTransform template defined in tf2/convert.h. More...
|
|
template<> |
void | tf2::doTransform (const geometry_msgs::msg::Polygon &t_in, geometry_msgs::msg::Polygon &t_out, const geometry_msgs::msg::TransformStamped &transform) |
| Apply a geometry_msgs TransformStamped to a geometry_msgs Polygon type. This function is a specialization of the doTransform template defined in tf2/convert.h. More...
|
|
template<> |
void | tf2::doTransform (const autoware_auto_geometry_msgs::msg::Quaternion32 &t_in, autoware_auto_geometry_msgs::msg::Quaternion32 &t_out, const geometry_msgs::msg::TransformStamped &transform) |
| Apply a geometry_msgs TransformStamped to an autoware_auto_geometry_msgs Quaternion32 type. This function is a specialization of the doTransform template defined in tf2/convert.h. More...
|
|
template<> |
void | tf2::doTransform (const BoundingBox &t_in, BoundingBox &t_out, const geometry_msgs::msg::TransformStamped &transform) |
| Apply a geometry_msgs TransformStamped to an autoware_auto_perception_msgs BoundingBox type. This function is a specialization of the doTransform template defined in tf2/convert.h. More...
|
|
template<> |
tf2::TimePoint | tf2::getTimestamp (const BoundingBoxArray &t) |
| Extract a timestamp from the header of a BoundingBoxArray message. This function is a specialization of the getTimestamp template defined in tf2/convert.h. More...
|
|
template<> |
std::string | tf2::getFrameId (const BoundingBoxArray &t) |
| Extract a frame ID from the header of a BoundingBoxArray message. This function is a specialization of the getFrameId template defined in tf2/convert.h. More...
|
|
template<> |
void | tf2::doTransform (const BoundingBoxArray &t_in, BoundingBoxArray &t_out, const geometry_msgs::msg::TransformStamped &transform) |
| Apply a geometry_msgs TransformStamped to an autoware_auto_perception_msgs BoundingBoxArray type. This function is a specialization of the doTransform template defined in tf2/convert.h. More...
|
|
This file includes common transform functionality for autoware_auto_geometry_msgs and autoware_auto_perception_msgs.