Skip to content

Commit

Permalink
remove default destructor
Browse files Browse the repository at this point in the history
Signed-off-by: a-maumau <[email protected]>
  • Loading branch information
a-maumau committed Jun 6, 2024
1 parent 3aedda7 commit fb9a206
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fb9a206

Please sign in to comment.