Skip to content

Commit

Permalink
Remove getForceTorqueAsync() that was declared but not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Feb 26, 2024
1 parent 0d0ecc1 commit 434b208
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ class VISP_EXPORT vpForceTorqueAtiSensor : public vpComedi
*/
std::string getCalibrationFile() const { return m_calibfile; }
vpColVector getForceTorque() const;
vpColVector getForceTorqueAsync() const;
std::string getForceUnits() const;
std::string getTorqueUnits() const;

Expand Down

0 comments on commit 434b208

Please sign in to comment.