Skip to content

Commit

Permalink
Merge pull request ami-iit#106 from prashanthr05/feature/YarpSensorBr…
Browse files Browse the repository at this point in the history
…idge

YarpSensorBridge Implementation
  • Loading branch information
GiulioRomualdi committed Sep 18, 2020
2 parents e12307d + 29fe5b5 commit c055c48
Show file tree
Hide file tree
Showing 6 changed files with 2,611 additions and 41 deletions.
7 changes: 4 additions & 3 deletions src/RobotInterface/YarpImplementation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ if(FRAMEWORK_COMPILE_YarpImplementation)

add_bipedal_locomotion_library(
NAME RobotInterfaceYarpImplementation
SOURCES src/YarpRobotControl.cpp
PUBLIC_HEADERS include/BipedalLocomotion/RobotInterface/YarpRobotControl.h
PUBLIC_LINK_LIBRARIES BipedalLocomotion::RobotInterface YARP::YARP_dev
SOURCES src/YarpRobotControl.cpp src/YarpSensorBridge.cpp
PUBLIC_HEADERS include/BipedalLocomotion/RobotInterface/YarpRobotControl.h include/BipedalLocomotion/RobotInterface/YarpSensorBridge.h
PRIVATE_HEADERS include/BipedalLocomotion/RobotInterface/YarpSensorBridgeImpl.h
PUBLIC_LINK_LIBRARIES BipedalLocomotion::RobotInterface BipedalLocomotion::System YARP::YARP_dev YARP::YARP_os YARP::YARP_sig
INSTALLATION_FOLDER RobotInterface)

endif()
Loading

0 comments on commit c055c48

Please sign in to comment.