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

[hironx_tutorial]change depth_registration value from false to true to fix the gap between XYZ and color #619

Merged
merged 2 commits into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@ head_camera:
- 'image_transport/theora'
compressedDepth:
png_level: 5
hw_registered:
image_rect:
disable_pub_plugins:
- 'image_transport/compressed'
- 'image_transport/theora'
compressedDepth:
png_level: 5
image_rect_raw:
disable_pub_plugins:
- 'image_transport/compressed'
- 'image_transport/theora'
compressedDepth:
png_level: 5
ir:
image:
disable_pub_plugins:
Expand Down
1 change: 1 addition & 0 deletions hironx_tutorial/launch/hironxjsk_real.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- Start Camera -->
<include file="$(find openni2_launch)/launch/openni2.launch">
<arg name="camera" value="head_camera" />
<arg name="depth_registration" value="true" />
<arg name="publish_tf" value="false" />
</include>
<!-- Set image_transport_plugins parameters (png_level and disable_pub_plugins) -->
Expand Down
Loading