Skip to content

Commit

Permalink
[WIP] SOFTRESET ME
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Dec 24, 2024
1 parent c7b76ea commit 2189fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2021 IIT Istituto Italiano di Tecnologia
# Copyright (C) 2021 IIT Istituto Italiano di Tecnologia
# Author: Marco Randazzo marco.randazzo@iit.it
# CopyPolicy: Released under the terms of the GNU GPL v2.0.

Expand Down Expand Up @@ -75,7 +75,7 @@ message(STATUS "YARP is version: ${YARP_VERSION}")

yarp_configure_external_installation(${PROJECT_NAME} WITH_PLUGINS)

#### Find iCub
#### Find iCub
find_package(ICUB)

list(APPEND CMAKE_MODULE_PATH ${ICUB_MODULE_PATH})
Expand Down
1 change: 1 addition & 0 deletions src/freeFloorViewer/freeFloorThread.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <math.h>
#include <mutex>
#include <algorithm>
#include <opencv2/opencv.hpp>

#include "navigation_defines.h"

Expand Down

0 comments on commit 2189fa6

Please sign in to comment.