From fb9a206cd6f033663036f8e9b0df6d210e639de6 Mon Sep 17 00:00:00 2001 From: a-maumau Date: Thu, 6 Jun 2024 16:35:49 +0900 Subject: [PATCH] remove default destructor Signed-off-by: a-maumau --- localization/pose2twist/include/pose2twist/pose2twist_core.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/localization/pose2twist/include/pose2twist/pose2twist_core.hpp b/localization/pose2twist/include/pose2twist/pose2twist_core.hpp index 01cd3e75376ff..274fec47b3c32 100644 --- a/localization/pose2twist/include/pose2twist/pose2twist_core.hpp +++ b/localization/pose2twist/include/pose2twist/pose2twist_core.hpp @@ -25,7 +25,6 @@ class Pose2Twist : public rclcpp::Node { public: explicit Pose2Twist(const rclcpp::NodeOptions & options); - ~Pose2Twist() override = default; private: void callback_pose(geometry_msgs::msg::PoseStamped::SharedPtr pose_msg_ptr);