Skip to content

Commit

Permalink
Merge branch 'master' into CI_Ubuntu22
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 authored Sep 4, 2023
2 parents c560982 + 7c711d7 commit 24c1460
Show file tree
Hide file tree
Showing 950 changed files with 54,203 additions and 49,097 deletions.
23 changes: 6 additions & 17 deletions .ci/initial-cache.gh.linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set(YARP_ENABLE_EXAMPLES_AS_TESTS ON CACHE BOOL "")
set(YARP_COMPILE_GUIS ON CACHE BOOL "")
set(YARP_COMPILE_yarpviz ON CACHE BOOL "")
set(YARP_COMPILE_libYARP_math ON CACHE BOOL "")
set(YARP_COMPILE_ALL_FAKE_DEVICES ON CACHE BOOL "")

set(ENABLE_yarpcar_shmem ON CACHE BOOL "")
set(ENABLE_yarpcar_human ON CACHE BOOL "")
Expand All @@ -31,12 +32,8 @@ set(ENABLE_yarppm_sound_compression_mp3 ON CACHE BOOL "")
set(ENABLE_yarpmod_AudioPlayerWrapper ON CACHE BOOL "")
set(ENABLE_yarpmod_AudioRecorderWrapper ON CACHE BOOL "")
set(ENABLE_yarpmod_depthCamera ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeDepthCamera ON CACHE BOOL "")
set(ENABLE_yarpmod_fakebot ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeMotionControl ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeAnalogSensor ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeBattery ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeIMU ON CACHE BOOL "")
set(ENABLE_yarpmod_frameGrabberCropper ON CACHE BOOL "")

set(ENABLE_yarpmod_SerialServoBoard ON CACHE BOOL "")
set(ENABLE_yarpmod_ffmpeg_grabber ON CACHE BOOL "")
set(ENABLE_yarpmod_ffmpeg_writer ON CACHE BOOL "")
Expand All @@ -46,9 +43,6 @@ set(ENABLE_yarpmod_portaudioPlayer OFF CACHE BOOL "")
set(ENABLE_yarpmod_portaudioRecorder ON CACHE BOOL "")
set(ENABLE_yarpmod_imuBosch_BNO055 ON CACHE BOOL "")
set(ENABLE_yarpmod_dynamixelAX12Ftdi ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeLaser ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeMicrophone ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeSpeaker ON CACHE BOOL "")
set(ENABLE_yarpmod_laserFromDepth ON CACHE BOOL "")
set(ENABLE_yarpmod_laserFromPointCloud ON CACHE BOOL "")
set(ENABLE_yarpmod_laserFromExternalPort ON CACHE BOOL "")
Expand All @@ -57,13 +51,12 @@ set(ENABLE_yarpmod_rpLidar ON CACHE BOOL "")
set(ENABLE_yarpmod_rpLidar2 ON CACHE BOOL "")
set(ENABLE_yarpmod_rpLidar3 ON CACHE BOOL "")
set(ENABLE_yarpmod_laserHokuyo ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeFrameGrabber ON CACHE BOOL "")
set(ENABLE_yarpmod_test_grabber ON CACHE BOOL "")
set(ENABLE_yarpmod_SDLJoypad ON CACHE BOOL "")
set(ENABLE_yarpmod_batteryClient ON CACHE BOOL "")
set(ENABLE_yarpmod_batteryWrapper ON CACHE BOOL "")
set(ENABLE_yarpmod_upowerBattery ON CACHE BOOL "")
set(ENABLE_yarpmod_Rangefinder2DWrapper ON CACHE BOOL "")
set(ENABLE_yarpmod_rangefinder2D_nws_yarp ON CACHE BOOL "")
set(ENABLE_yarpmod_multipleanalogsensorsserver ON CACHE BOOL "")
set(ENABLE_yarpmod_multipleanalogsensorsclient ON CACHE BOOL "")
set(ENABLE_yarpmod_multipleanalogsensorsremapper ON CACHE BOOL "")
Expand All @@ -83,14 +76,12 @@ set(ENABLE_yarpmod_navigation2DServer ON CACHE BOOL "")
set(ENABLE_yarpmod_Rangefinder2DClient ON CACHE BOOL "")
set(ENABLE_yarpmod_usbCamera ON CACHE BOOL "")
set(ENABLE_yarpmod_usbCameraRaw ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeLocalizer ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeNavigation ON CACHE BOOL "")
set(ENABLE_yarpmod_group ON CACHE BOOL "")
set(ENABLE_yarpmod_pipe ON CACHE BOOL "")
set(ENABLE_yarpmod_serial ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeMotor ON CACHE BOOL "")
set(ENABLE_yarpmod_test_motor ON CACHE BOOL "")
set(ENABLE_yarpmod_remote_grabber ON CACHE BOOL "")
set(ENABLE_yarpmod_frameGrabber_nwc_yarp ON CACHE BOOL "")
set(ENABLE_yarpmod_frameGrabber_nws_yarp ON CACHE BOOL "")
set(ENABLE_yarpmod_remote_controlboard ON CACHE BOOL "")
set(ENABLE_yarpmod_analogsensorclient ON CACHE BOOL "")
set(ENABLE_yarpmod_analogServer ON CACHE BOOL "")
Expand All @@ -103,7 +94,6 @@ set(ENABLE_yarpmod_controlboardremapper ON CACHE BOOL "")
set(ENABLE_yarpmod_remotecontrolboardremapper ON CACHE BOOL "")
set(ENABLE_yarpmod_robotDescriptionClient ON CACHE BOOL "")
set(ENABLE_yarpmod_robotDescriptionServer ON CACHE BOOL "")
set(ENABLE_yarpmod_grabberDual ON CACHE BOOL "")
set(ENABLE_yarpmod_JoypadControlClient ON CACHE BOOL "")
set(ENABLE_yarpmod_JoypadControlServer ON CACHE BOOL "")
set(ENABLE_yarpmod_portaudio OFF CACHE BOOL "")
Expand All @@ -112,6 +102,5 @@ set(ENABLE_yarpmod_grabber ON CACHE BOOL "")
set(ENABLE_yarpmod_test_segfault ON CACHE BOOL "")
set(ENABLE_yarpmod_test_nop ON CACHE BOOL "")
set(ENABLE_yarpcar_websocket ON CACHE BOOL "")
set(ENABLE_yarpmod_fakePositionSensor ON CACHE BOOL "")

include(${CMAKE_CURRENT_LIST_DIR}/bindings-cache.cmake)
8 changes: 2 additions & 6 deletions .ci/initial-cache.gh.macos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ set(YARP_ENABLE_EXAMPLES_AS_TESTS OFF CACHE BOOL "")
set(YARP_COMPILE_GUIS ON CACHE BOOL "")
set(YARP_COMPILE_yarpviz ON CACHE BOOL "")
set(YARP_COMPILE_libYARP_math ON CACHE BOOL "")
set(YARP_COMPILE_ALL_FAKE_DEVICES ON CACHE BOOL "")

# Avoid building Qt5 guis twice on macOS.
set(YARP_DISABLE_MACOS_BUNDLES ON CACHE BOOL "")

Expand All @@ -21,19 +23,13 @@ set(ENABLE_yarppm_depthimage_to_rgb ON CACHE BOOL "")
set(ENABLE_yarppm_segmentationimage_to_rgb ON CACHE BOOL "")
# set(ENABLE_yarpcar_mjpeg ON CACHE BOOL "")

set(ENABLE_yarpmod_fakebot ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeMotionControl ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeAnalogSensor ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeIMU ON CACHE BOOL "")
set(ENABLE_yarpmod_SerialServoBoard ON CACHE BOOL "")
set(ENABLE_yarpmod_serialport ON CACHE BOOL "")
set(ENABLE_yarpmod_imuBosch_BNO055 ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeLaser ON CACHE BOOL "")
set(ENABLE_yarpmod_rpLidar ON CACHE BOOL "")
set(ENABLE_yarpmod_laserHokuyo ON CACHE BOOL "")
set(ENABLE_yarpmod_controlboard_nws_yarp ON CACHE BOOL "")
set(ENABLE_yarpmod_controlboardremapper ON CACHE BOOL "")
set(ENABLE_yarpcar_websocket ON CACHE BOOL "")
set(ENABLE_yarpmod_fakePositionSensor ON CACHE BOOL "")

set(Qt5_DIR "/usr/local/opt/qt5/lib/cmake/Qt5")
7 changes: 1 addition & 6 deletions .ci/initial-cache.gh.windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,20 @@ set(YARP_DISABLE_FAILING_TESTS ON CACHE BOOL "")
set(YARP_ENABLE_EXAMPLES_AS_TESTS ON CACHE BOOL "")
set(YARP_COMPILE_GUIS ON CACHE BOOL "")
set(YARP_COMPILE_libYARP_math ON CACHE BOOL "")
set(YARP_COMPILE_ALL_FAKE_DEVICES ON CACHE BOOL "")

set(ENABLE_yarpcar_human ON CACHE BOOL "")
set(ENABLE_yarppm_depthimage_to_mono ON CACHE BOOL "")
set(ENABLE_yarppm_depthimage_to_rgb ON CACHE BOOL "")
set(ENABLE_yarppm_segmentationimage_to_rgb ON CACHE BOOL "")
# set(ENABLE_yarpcar_mjpeg ON CACHE BOOL "")

set(ENABLE_yarpmod_fakebot ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeMotionControl ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeAnalogSensor ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeIMU ON CACHE BOOL "")
set(ENABLE_yarpmod_SerialServoBoard ON CACHE BOOL "")
set(ENABLE_yarpmod_serialport ON CACHE BOOL "")
set(ENABLE_yarpmod_imuBosch_BNO055 ON CACHE BOOL "")
set(ENABLE_yarpmod_fakeLaser ON CACHE BOOL "")
set(ENABLE_yarpmod_rpLidar ON CACHE BOOL "")
set(ENABLE_yarpmod_laserHokuyo ON CACHE BOOL "")
set(ENABLE_yarpmod_controlboard_nws_yarp ON CACHE BOOL "")
set(ENABLE_yarpmod_controlboardremapper ON CACHE BOOL "")
set(ENABLE_yarpcar_websocket ON CACHE BOOL "")
set(ENABLE_yarpmod_fakePositionSensor ON CACHE BOOL "")

Loading

0 comments on commit 24c1460

Please sign in to comment.