Skip to content

Commit

Permalink
Removed tester module from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Oct 1, 2024
1 parent c1cac3b commit 6050ffc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ add_subdirectory(depth2kin)
add_subdirectory(fingertipsPortScope)
add_subdirectory(oculus)
add_subdirectory(wholeBodyPlayer)
add_subdirectory(motorTemperaturePublisher)
add_subdirectory(fakeRawDataPublisherTester)
add_subdirectory(motorTemperaturePublisher)
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,6 @@ class yarp::dev::embObjMotionControl: public DeviceDriver,
bool helper_getSpdPidsRaw(Pid *pid);

bool checkCalib14RotationParam(int32_t calib_param4);

//bool helper_initializeRawValuesVectorsMap();

public:

Expand Down
1 change: 0 additions & 1 deletion src/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ add_subdirectory(imageCropper)
add_subdirectory(embObjProtoTools/boardTransceiver)
add_subdirectory(wholeBodyPlayer)
add_subdirectory(motorTemperaturePublisher)
add_subdirectory(fakeRawDataPublisherTester)

add_subdirectory(canLoader)
add_subdirectory(ethLoader)
Expand Down

0 comments on commit 6050ffc

Please sign in to comment.