From c6966a1dcb227073eda693972bc0bf42ed29ef6f Mon Sep 17 00:00:00 2001 From: Rhys Mainwaring Date: Mon, 29 Jan 2024 13:34:38 +0000 Subject: [PATCH] AP_DDS: remove unused TFMessage variable Signed-off-by: Rhys Mainwaring --- libraries/AP_DDS/AP_DDS_Client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_DDS/AP_DDS_Client.h b/libraries/AP_DDS/AP_DDS_Client.h index 3751a697e8..18dcadfc9f 100644 --- a/libraries/AP_DDS/AP_DDS_Client.h +++ b/libraries/AP_DDS/AP_DDS_Client.h @@ -71,7 +71,6 @@ private: static ardupilot_msgs_msg_GlobalPosition rx_global_position_control_topic; // outgoing transforms tf2_msgs_msg_TFMessage tx_static_transforms_topic; - tf2_msgs_msg_TFMessage tx_dynamic_transforms_topic; // incoming transforms static tf2_msgs_msg_TFMessage rx_dynamic_transforms_topic;