Skip to content

Commit

Permalink
Restore explicit headers, fix broken inclusion
Browse files Browse the repository at this point in the history
Partially reverts 4850a2d.
  • Loading branch information
PeterBowman committed Apr 7, 2019
1 parent b1dc5a1 commit a023145
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions tests/testCuiAbsolute/testCuiAbsolute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
#include <sstream>
#include <map>

#include <yarp/os/all.h>
#include <yarp/dev/all.h>
#include <yarp/os/Property.h>
#include <yarp/os/Time.h>

#include "ColorDebug.h"
#include <yarp/dev/PolyDriver.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/IControlLimits2.h>
#include <yarp/dev/CanBusInterface.h>

#include <ColorDebug.h>

#include "ICanBusSharer.h"
#include "ICuiAbsolute.h"
Expand Down Expand Up @@ -180,7 +185,7 @@ TEST_F( CuiAbsoluteTest, CuiAbsoluteSendingMessageInPullMode )
while( ! iEncodersTimedRaw->getEncoderRaw(0,&value) ){
CD_ERROR("Wrong value of Cui \n");
}
CD_DEBUG("Reading in pull mode from CuiAbsolute %d (Value: %f)\n", canId, value);
CD_DEBUG("Reading in pull mode from CuiAbsolute %d (Value: %f)\n", canId, value);
}
}

Expand Down

0 comments on commit a023145

Please sign in to comment.