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 jointsensors and doublelaser plugins #574

Merged
merged 2 commits into from
Sep 1, 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo
- Fixed the getRgbIntrinsicParam method in the depthCamera plugin when the distortion is not set (https://github.com/robotology/gazebo-yarp-plugins/pull/558).
- The property returned by `getRgbIntrinsicParam()`, now contains `rectificationMatrix` instead of `rectificationMatrix` (https://github.com/robotology/gazebo-yarp-plugins/pull/558, see also https://github.com/robotology/yarp/pull/2593).

### Removed
- The `gazebo_yarp_jointsensors` and the `gazebo_yarp_doublelaser` have been removed (https://github.com/robotology/gazebo-yarp-plugins/pull/574).

## [3.6.2] - 2021-08-27

Expand Down
8 changes: 0 additions & 8 deletions plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ add_subdirectory(forcetorque)
add_subdirectory(imu)
add_subdirectory(inertialmtb)
add_subdirectory(inertialmtbPart)

# This plugin will be removed soon ( https://github.com/robotology/gazebo-yarp-plugins/issues/213 )
# for the time being do not update it for compliance with Gazebo 9
if (GAZEBO_VERSION VERSION_LESS 9.0)
add_subdirectory(jointsensors)
endif()

add_subdirectory(showmodelcom)
add_subdirectory(multicamera)
add_subdirectory(maissensor)
Expand All @@ -32,7 +25,6 @@ endif()
add_subdirectory(worldinterface)
add_subdirectory(linkattacher)
add_subdirectory(lasersensor)
add_subdirectory(doublelaser)
add_subdirectory(depthCamera)


Expand Down
28 changes: 0 additions & 28 deletions plugins/doublelaser/CMakeLists.txt

This file was deleted.

70 changes: 0 additions & 70 deletions plugins/doublelaser/include/gazebo/DoubleLaser.hh

This file was deleted.

14 changes: 0 additions & 14 deletions plugins/doublelaser/include/gazebo/DoubleLaserLog.h

This file was deleted.

Loading