-
Notifications
You must be signed in to change notification settings - Fork 67
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 #1104 from robotology/fix132
Shorten header structure and merge Model and Sensors libraries
- Loading branch information
Showing
472 changed files
with
19,303 additions
and
18,031 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
- The license of the library is changed to `BSD-3-Clause` (https://github.com/robotology/idyntree/pull/1089). | ||
- The `iDynTree::ModelExporterOptions` class was changed to be defined as a struct (https://github.com/robotology/idyntree/pull/1088). | ||
- The header structure has been shortened, from `<iDynTree/@component@/@[email protected]>` to `<iDynTree/@[email protected]>` (https://github.com/robotology/idyntree/pull/1104). | ||
- `iDynTree::idyntree-sensors` library has been merged in `iDynTree::idyntree-model` (https://github.com/robotology/idyntree/pull/1104). | ||
|
||
### Deprecated | ||
|
||
- Linking `iDynTree::idyntree-sensors` is deprecated, you can just link `iDynTree::idyntree-model` instead, or just search and replace `iDynTree::idyntree-sensors` with an empty string if you are already linking `iDynTree::idyntree-model` (https://github.com/robotology/idyntree/pull/1104). | ||
- Including `<iDynTree/Core/@[email protected]>`, `<iDynTree/Model/@[email protected]>`, `<iDynTree/Sensors/@[email protected]>`, `<iDynTree/ModelIO/@[email protected]>`, `<iDynTree/Estimation/@[email protected]>`, `<iDynTree/yarp/@[email protected]>` is deprecated, just include `<iDynTree/@[email protected]>` . To perform this migration, just search and replace `<iDynTree/Core/` with `<iDynTree/`, `<iDynTree/Model/` with `<iDynTree/`, `<iDynTree/Sensors/` with `<iDynTree/`, `<iDynTree/ModelIO/` with `<iDynTree/`, `<iDynTree/Estimation/` with `<iDynTree/`, `<iDynTree/yarp/` with `<iDynTree/` (https://github.com/robotology/idyntree/pull/1104). | ||
|
||
|
||
## [9.1.0] - 2023-05-25 | ||
|
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.