Skip to content

Commit

Permalink
update readme - lazy pub/sub is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson authored Aug 10, 2024
1 parent 3927ec0 commit 0e439b6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,11 @@ ros2 launch openni2_camera camera_with_cloud.launch.py
* The nodelet has been refactored into an rclcpp component called
"openni2_wrapper::OpenNI2Driver". See the launch folder for an example
of how to start this.
* Since most components in image_proc/depth_image_proc lack lazy pub/sub,
the advanced processing graphs in rgbd_launch and openni2_launch are not
currently feasible. It is recommended to create a launch file with the
specific pipeline you want. See the launch folder for an example.
* rgbd_launch and openni2_launch have not yet been ported (although it
is now possible since lazy pub/sub is implemented). It is recommended
to create a launch file with the specific pipeline you want.
See the launch folder for an example.

## Known Issues

* There are currently no subscriber connect/disconnect callbacks in ROS2.
This package implements a lazy publisher by running a 1Hz update loop
and seeing if there are new subscribers.
* Using "use_device_time" is currently broken.

0 comments on commit 0e439b6

Please sign in to comment.