What is the equivalent documentation for datatype transforms for tf2?
For tf
, there is https://docs.ros.org/api/tf/html/c++/... which provides a bunch of convenience functions for converting between messages and tf
classes.
What is the equivalent of this for tf2
?