-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from robotology/fixidyntreedeprec
Remove iDynTree deprecation warnings
- Loading branch information
Showing
17 changed files
with
72 additions
and
95 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,6 @@ | |
# Authors: Silvio Traversaro <[email protected]> | ||
# CopyPolicy: Released under the terms of the GNU LGPL v2+ | ||
|
||
find_package(YARP REQUIRED) | ||
|
||
yarp_prepare_plugin(genericSensorClient CATEGORY device | ||
TYPE yarp::dev::GenericSensorClient | ||
INCLUDE "GenericSensorClient.h" | ||
|
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 |
---|---|---|
|
@@ -2,9 +2,6 @@ | |
# Authors: Silvio Traversaro <[email protected]> | ||
# CopyPolicy: Released under the terms of the GNU LGPL v2+ | ||
|
||
find_package(YARP REQUIRED) | ||
|
||
|
||
yarp_prepare_plugin(virtualAnalogClient CATEGORY device | ||
TYPE yarp::dev::VirtualAnalogClient | ||
INCLUDE "VirtualAnalogClient.h" | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,6 @@ | |
# Authors: Silvio Traversaro <[email protected]> | ||
# CopyPolicy: Released under the terms of the GNU LGPL v2+ | ||
|
||
find_package(YARP REQUIRED) | ||
|
||
yarp_prepare_plugin(virtualAnalogRemapper CATEGORY device | ||
TYPE yarp::dev::VirtualAnalogRemapper | ||
INCLUDE "VirtualAnalogRemapper.h" | ||
|
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 |
---|---|---|
|
@@ -2,10 +2,6 @@ | |
# Authors: Silvio Traversaro <[email protected]> | ||
# CopyPolicy: Released under the terms of the GNU LGPL v2+ | ||
|
||
find_package(YARP REQUIRED) | ||
# ICUB is required for skinDynLib | ||
find_package(ICUB REQUIRED) | ||
find_package(iDynTree REQUIRED) | ||
|
||
yarp_prepare_plugin(wholebodydynamics CATEGORY device | ||
TYPE yarp::dev::WholeBodyDynamicsDevice | ||
|
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.