Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Dec 7, 2023
1 parent 468dfbd commit a62aa78
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions example/tutorial/fakebot/FakeBot.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ class yarp::dev::FakeBot : public DeviceDriver,
public IVelocityControl,
public IAmplifierControl,
public IEncoders,
public IFrameGrabberImage,
public DeviceResponder
public IFrameGrabberImage
{
private:
int njoints;
Expand Down
1 change: 0 additions & 1 deletion src/devices/fake/fakeMotionControl/fakeMotionControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ struct ImpedanceParameters
*/
class FakeMotionControl :
public yarp::dev::DeviceDriver,
// public yarp::dev::DeviceResponder,
public yarp::os::PeriodicThread,
public yarp::dev::IPidControlRaw,
public yarp::dev::IControlCalibrationRaw,
Expand Down
1 change: 0 additions & 1 deletion src/devices/fake/fakebot/FakeBot.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class FakeBot :
public yarp::dev::IFrameGrabberImage,
public yarp::dev::IControlCalibration,
public yarp::dev::IControlLimits,
public yarp::dev::DeviceResponder,
public yarp::os::Thread
{
private:
Expand Down

0 comments on commit a62aa78

Please sign in to comment.