Skip to content

Commit

Permalink
Removed old TODO that was completed
Browse files Browse the repository at this point in the history
  • Loading branch information
SyllogismRXS committed Apr 9, 2024
1 parent e750256 commit eee498d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gz_ros2_control/src/gz_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class ForceTorqueData
std::array<double, 6> ft_sensor_data_;

/// \brief callback to get the Force Torque topic values
void OnForceTorque(const GZ_MSGS_NAMESPACE Wrench & _msg); // TODO
void OnForceTorque(const GZ_MSGS_NAMESPACE Wrench & _msg);
};

void ForceTorqueData::OnForceTorque(const GZ_MSGS_NAMESPACE Wrench & _msg)
Expand Down

0 comments on commit eee498d

Please sign in to comment.