Skip to content

Commit

Permalink
Merge pull request stereolabs#835 from stereolabs/add_plane_detection
Browse files Browse the repository at this point in the history
Add plane detection
  • Loading branch information
Myzhar authored Apr 26, 2022
2 parents b9b056b + 555c93f commit 8a1d4af
Show file tree
Hide file tree
Showing 6 changed files with 834 additions and 531 deletions.
6 changes: 6 additions & 0 deletions latest_changes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
LATEST CHANGES
==============

2022-04-26
----------
- Add Plane Detection. See [ZED Documentation](https://www.stereolabs.com/docs/ros/plane_detection/)

2022-03-30
----------
- Fix wrong TF broadcasting when calling the `set_pose`, `reset_tracking`, and `reset_odometry` services. Now the initial odometry is coherent with the new starting point.

2022-03-28
----------
- Add parameter `sensors/max_pub_rate` to set the maximum publishing frequency of sensors data
- Improve Sensors thread

Expand Down
2 changes: 2 additions & 0 deletions zed_nodelets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ catkin_package(
tf2_geometry_msgs
message_runtime
zed_interfaces
geometry_msgs
visualization_msgs
)

###############################################################################
Expand Down
2 changes: 2 additions & 0 deletions zed_nodelets/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<depend>dynamic_reconfigure</depend>
<depend>nodelet</depend>
<depend>diagnostic_updater</depend>
<depend>geometry_msgs</depend>
<depend>visualization_msgs</depend>

<build_depend>zed_interfaces</build_depend>

Expand Down
Loading

0 comments on commit 8a1d4af

Please sign in to comment.