Specialized Template Function tf2::doTransform(const tf2::Stamped<btVector3>&, tf2::Stamped<btVector3>&, const geometry_msgs::msg::TransformStamped&)
Defined in File tf2_bullet.hpp
Function Documentation
-
template<>
inline void tf2::doTransform(const tf2::Stamped<btVector3> &t_in, tf2::Stamped<btVector3> &t_out, const geometry_msgs::msg::TransformStamped &transform) Apply a geometry_msgs TransformStamped to a Bullet-specific Vector3 type. This function is a specialization of the doTransform template defined in tf2/convert.h.
- Parameters:
t_in – The vector to transform, as a timestamped Bullet btVector3 data type.
t_out – The transformed vector, as a timestamped Bullet btVector3 data type.
transform – The timestamped transform to apply, as a TransformStamped message.