Skip to content

Commit

Permalink
Update depth_image_proc::RegisterNode documentation (#957)
Browse files Browse the repository at this point in the history
Adding missing parameters from register node of depth_image_proc
package.
Related to Issue #956
  • Loading branch information
Alessio-Parmeggiani committed Mar 1, 2024
1 parent 862c844 commit b883943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions depth_image_proc/doc/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ Parameters
^^^^^^^^^^
* **depth_image_transport** (string, default: raw): Image transport to use
for depth subscriber.
* **use_rgb_timestamp** (bool, default: false) : use timestamp of rgb image instead of depth image for the registered image.
* **fill_upsampling_holes** (bool, default: false) : when RGB is higher res, interpolate by rasterizing depth triangles onto the registered image.
* **queue_size** (int, default: 5): Size of message queue for synchronizing
subscribed topics.

Expand Down

0 comments on commit b883943

Please sign in to comment.