Specialized Template Function tf2::getTimestamp(const geometry_msgs::msg::PointStamped&)

Function Documentation

template<>
inline tf2::TimePoint tf2::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.

PointStamped

Parameters:

t – PointStamped message to extract the timestamp from.

Returns:

The timestamp of the message.