Changelog for package fetch_depth_layer
0.8.3 (2021-03-06)
- Initial noetic release
- Updates maintainers
- Contributors: Alex Moriarty, Russell Toris
0.8.2 (2019-08-06)
0.8.1 (2019-04-04)
- sync cmake_minimum_required: 2.8.12
- [fetch_depth_layer][OpenCV-4] operator= compile error (#108)
- This fixes no match for ‘operator=’ error with OpenCV4 and how the cv::Ptr was being set.
Fixed by setting the normals_estimator_ pointer similarly to how the plane_estimator_ pointer is being set.
This closes #82
- [upstream change] pluginlib includes: h -> hpp (#106)
- pluginlib provided a script for this change, and it's been backported
to Indigo, Kinetic- but not Jade.
- Contributors: Alexander Moriarty
0.8.0 (2019-02-13)
- [package.xml] REP-140 package format 2 (#104)
closes #83
- [Docs] Add URL tags to package for wiki.ros.org (#90)
The <url> tag is required to automatically fill in at least some info
on the wiki pages. The extra tags will create links to our docs.
- Merge pull request #81 from moriarty/tf2-nav-melodic-devel
[fetch_depth_layer][tf2] fixes for upstream navigation
Changes for compatibility with ros-planning/navigation#755
- [fetch_depth_layer][tf2] ros-planning/navigation#755
Don't merge this until ros-planning/navigation#755
Updates fetch_depth_layer for tf2 changes coming upstream.
- Merge pull request #80 from moriarty/opencv3-runtime-symbols-not-found
[Depth Layer] Fixes OpenCV3 symbol lookup error
Originally we depended on opencv_candidate which found the OpenCV libs for us.
- Merge pull request #78 from fetchrobotics/build-on-melodic
fetch_depth_layer is now full OpenCV3 support
- Contributors: Alex Moriarty, Alexander Moriarty, Russell Toris
0.7.14 (2018-07-10)
- updates ownership
- Contributors: Russell Toris
0.7.13 (2017-11-02)
0.7.12 (2017-08-02)
0.7.11 (2017-07-31)
- scoped 'isnan' with 'std'
Fixes compilation errors while compiling with c++11 flags
- Contributors: Priyam Parashar
0.7.10 (2016-10-27)
- updates to handle OpenCV3 changes
- Contributors: Michael Ferguson
0.7.9 (2016-07-26)
0.7.8 (2016-07-18)
0.7.7 (2016-06-20)
0.7.6 (2016-05-26)
- Allow FetchDepthLayer to send empty clouds
This keeps the "current"-ness of observationbuffers up-to-date even when
sensors return zero points due to being in a large open area.
- Contributors: Aaron Hoy
0.7.5 (2016-05-08)
- Fixed activate and deactivate to avoid errors
- Parameterizing inputs for ObservationBuffer to match parent layers.
- Contributors: Aaron Hoy, Alex Henning, Michael Ferguson
0.7.4 (2016-03-16)
- activate/deactivate for fetch depth layer
- Added transform filtering to depth layer depth data callback
- Contributors: Levon Avagyan
0.7.3 (2016-03-05)
0.7.2 (2016-02-24)
- Add option to clear with NANs
- Add ROS param clear_with_skipped_rays to re-enable clearing with edge rays
- Add ROS param to control size of skip region on edges
- Change min_clearing_height to -infinity
- Change max_clearing_height to +infinity
- Contributors: Aaron Hoy, Michael Ferguson
0.7.1 (2016-01-20)
- add parameters for topic names
- add support for static camera based on tf transform
- Improved local costmap clearing by considering all points for clearance.
- re-license fetch_depth_layer as BSD
- Contributors: Marek Fiser, Michael Ferguson
0.7.0 (2015-09-29)
0.6.2 (2015-07-30)
0.6.1 (2015-07-03)
0.6.0 (2015-06-23)
0.5.14 (2015-06-19)
0.5.13 (2015-06-13)
0.5.12 (2015-06-12)
0.5.11 (2015-06-10)
0.5.10 (2015-06-07)
0.5.9 (2015-06-07)
0.5.8 (2015-06-07)
0.5.7 (2015-06-05)
0.5.6 (2015-06-04)
0.5.5 (2015-06-03)
- release fetch_depth_layer
- Contributors: Michael Ferguson