Skip to content

Commit

Permalink
Merge pull request #224 from robotology/traversaro-patch-10
Browse files Browse the repository at this point in the history
Add missing override to getSixAxisForceTorqueSensorMeasure
  • Loading branch information
xela-95 authored Dec 7, 2024
2 parents 11b970d + ee8e94a commit 5fc64d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/forcetorque/ForceTorqueDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class yarp::dev::gzyarp::ForceTorqueDriver : public yarp::dev::DeviceDriver,
}
virtual bool getSixAxisForceTorqueSensorMeasure(size_t sens_index,
yarp::sig::Vector& out,
double& timestamp) const
double& timestamp) const override
{
if (sens_index >= 1)
{
Expand Down

0 comments on commit 5fc64d6

Please sign in to comment.