Skip to content

Commit

Permalink
Merge pull request #118 from robotology/fix_yarp_deprecations
Browse files Browse the repository at this point in the history
Using IPreciselyTimed instead of PreciselyTimed.
  • Loading branch information
S-Dafarra authored Dec 2, 2022
2 parents b38652f + 938308a commit c07d797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/HapticGlove_module/include/RobotInterface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <yarp/dev/IVelocityControl.h>

#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/PreciselyTimed.h>
#include <yarp/dev/IPreciselyTimed.h>
#include <yarp/os/Bottle.h>
#include <yarp/sig/Vector.h>

Expand Down
2 changes: 1 addition & 1 deletion modules/Oculus_module/include/RobotControlHelper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <yarp/dev/IPositionDirect.h>
#include <yarp/dev/IVelocityControl.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/PreciselyTimed.h>
#include <yarp/dev/IPreciselyTimed.h>
#include <yarp/os/Bottle.h>
#include <yarp/sig/Vector.h>

Expand Down

0 comments on commit c07d797

Please sign in to comment.