Life Cycle
- tf2_ros::TransformListener starts its own subscription
/tf
,/tf_static
:node_->create_subscription<tf2_msgs::msg::TFMessage>( … )
- stores that subscription in the same callback group / executor your node is using, and
/tf
, /tf_static
:
node_->create_subscription<tf2_msgs::msg::TFMessage>( … )