Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated headers #885

Merged
merged 9 commits into from
Jul 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add the visualization of labels in the visualizer (https://github.com/robotology/idyntree/pull/879)

### Removed
- Remove headers `iDynTree/Core/AngularForceVector3.h`, `iDynTree/Core/AngularMotionVector3.h`, `include/iDynTree/Core/ForceVector3.h`, `iDynTree/Core/LinearForceVector3.h`, `include/iDynTree/Core/LinearMotionVector3.h`, `include/iDynTree/Core/MotionVector3.h`. They were deprecated in iDynTree 2.0 (https://github.com/robotology/idyntree/pull/708, https://github.com/robotology/idyntree/pull/885).

## [Unreleased]

### Added
Expand Down
9 changes: 1 addition & 8 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,7 @@ set(IDYNTREE_CORE_EXP_HEADERS include/iDynTree/Core/Axis.h
include/iDynTree/Core/CubicSpline.h
include/iDynTree/Core/Span.h
include/iDynTree/Core/SO3Utils.h
include/iDynTree/Core/MatrixView.h
# Deprecated headers
include/iDynTree/Core/AngularForceVector3.h
include/iDynTree/Core/AngularMotionVector3.h
include/iDynTree/Core/ForceVector3.h
include/iDynTree/Core/LinearForceVector3.h
include/iDynTree/Core/LinearMotionVector3.h
include/iDynTree/Core/MotionVector3.h)
include/iDynTree/Core/MatrixView.h)


set(IDYNTREE_CORE_EXP_SOURCES src/Axis.cpp
Expand Down
18 changes: 0 additions & 18 deletions src/core/include/iDynTree/Core/AngularForceVector3.h

This file was deleted.

18 changes: 0 additions & 18 deletions src/core/include/iDynTree/Core/AngularMotionVector3.h

This file was deleted.

18 changes: 0 additions & 18 deletions src/core/include/iDynTree/Core/ForceVector3.h

This file was deleted.

18 changes: 0 additions & 18 deletions src/core/include/iDynTree/Core/LinearForceVector3.h

This file was deleted.

18 changes: 0 additions & 18 deletions src/core/include/iDynTree/Core/LinearMotionVector3.h

This file was deleted.

18 changes: 0 additions & 18 deletions src/core/include/iDynTree/Core/MotionVector3.h

This file was deleted.