Skip to content

Commit

Permalink
Remove default dtor from force_torque_sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Dec 13, 2024
1 parent 581ac20 commit 03ee6c2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ class ForceTorqueSensor : public SemanticComponentInterface<geometry_msgs::msg::
check_and_add_interface(interface_torque_z, 5);
}

virtual ~ForceTorqueSensor() = default;

/// Return forces.
/**
* Return forces of a FTS.
Expand Down

0 comments on commit 03ee6c2

Please sign in to comment.