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

add depth_image_publisher package #2762

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

knorth55
Copy link
Member

this PR add depth_image_publisher package.
depth_image_publisher is a package to publish depth image stored in png + 16UC1 format.
you can try the node with following launch

<launch>
  <node name="depth_image_publisher" pkg="depth_image_publisher" type="depth_image_publisher"
        args="$(find depth_image_publisher)/sample/sample_16uc1.png">
    <param name="encoding" value="16UC1" />
  </node>
</launch>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants