-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename device to EmulatedControlboard
- Loading branch information
1 parent
2701245
commit daf0bc5
Showing
17 changed files
with
169 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Copyright: (C) 2017 Universidad Carlos III de Madrid | ||
# Author: Juan G. Victores & Raul de Santos Rico | ||
|
||
yarp_prepare_plugin(EmulatedControlboard | ||
CATEGORY device | ||
TYPE roboticslab::EmulatedControlboard | ||
INCLUDE EmulatedControlboard.hpp | ||
DEFAULT ON | ||
EXTRA_CONFIG WRAPPER=controlboardwrapper2) | ||
|
||
if(NOT SKIP_EmulatedControlboard) | ||
|
||
if(NOT YARP_VERSION VERSION_GREATER_EQUAL 3.4) | ||
set(CMAKE_INCLUDE_CURRENT_DIR TRUE) # yarp plugin builder needs this | ||
endif() | ||
|
||
yarp_add_plugin(EmulatedControlboard EmulatedControlboard.hpp | ||
EmulatedControlboard.cpp | ||
DeviceDriverImpl.cpp | ||
IControlLimitsImpl.cpp | ||
IControlModeImpl.cpp | ||
IEncodersImpl.cpp | ||
IEncodersTimedImpl.cpp | ||
IPositionControlImpl.cpp | ||
IPositionDirectImpl.cpp | ||
IRemoteVariablesImpl.cpp | ||
ITorqueControlImpl.cpp | ||
IVelocityControlImpl.cpp | ||
PeriodicThreadImpl.cpp | ||
SharedArea.cpp) | ||
|
||
target_link_libraries(EmulatedControlboard YARP::YARP_OS | ||
YARP::YARP_dev | ||
ROBOTICSLAB::ColorDebug) | ||
|
||
yarp_install(TARGETS EmulatedControlboard | ||
LIBRARY DESTINATION ${ROBOTICSLAB-YARP-DEVICES_DYNAMIC_PLUGINS_INSTALL_DIR} | ||
ARCHIVE DESTINATION ${ROBOTICSLAB-YARP-DEVICES_STATIC_PLUGINS_INSTALL_DIR} | ||
YARP_INI DESTINATION ${ROBOTICSLAB-YARP-DEVICES_PLUGIN_MANIFESTS_INSTALL_DIR}) | ||
|
||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.