Skip to content

Commit

Permalink
Merge pull request #576 from ami-iit/enableyarpdevbydefault
Browse files Browse the repository at this point in the history
AddBipedalLocomotionYARPDevice: Enable YARP devices by deafult
  • Loading branch information
GiulioRomualdi authored Nov 24, 2022
2 parents a8b192c + bc1954b commit 27dd504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project are documented in this file.
- Log the status of the system in `YarpRobotLoggerDevice` (https://github.com/ami-iit/bipedal-locomotion-framework/pull/571)

### Changed
- YARP devices are now enabled by default if YARP is found (https://github.com/ami-iit/bipedal-locomotion-framework/pull/576).

### Fix

Expand Down
4 changes: 3 additions & 1 deletion cmake/AddBipedalLocomotionYARPDevice.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ function(add_bipedal_yarp_device)

yarp_prepare_plugin(${name} CATEGORY device
TYPE ${type}
INCLUDE ${public_headers})
INCLUDE ${public_headers}
OPTION ENABLE_${name}
DEFAULT ON)

if(NOT SKIP_${name})

Expand Down

0 comments on commit 27dd504

Please sign in to comment.