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

allow use as component or node #858

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

mikeferguson
Copy link
Member

Backport #852 to Iron

This addresses
ros-perception#823:

 * depth_image_proc was never implemented properly this way
 * image_proc might have once worked this way, but it appears upstream
has changed over time and it was no longer doing the job.
 * stereo_image_proc is actually implemented correctly - I just added a
comment

With this PR:

```
$ ros2 pkg executables image_proc
image_proc crop_decimate_node
image_proc crop_non_zero_node
image_proc debayer_node
image_proc image_proc
image_proc rectify_node
image_proc resize_node
```
```
$ ros2 pkg executables depth_image_proc
depth_image_proc convert_metric_node
depth_image_proc crop_foremost_node
depth_image_proc disparity_node
depth_image_proc point_cloud_xyz_node
depth_image_proc point_cloud_xyz_radial_node
depth_image_proc point_cloud_xyzi_node
depth_image_proc point_cloud_xyzi_radial_node
depth_image_proc point_cloud_xyzrgb_node
depth_image_proc point_cloud_xyzrgb_radial_node
depth_image_proc register_node
```
@mikeferguson
Copy link
Member Author

@ros-pull-request-builder retest this please

@mikeferguson mikeferguson merged commit 675ea0b into ros-perception:iron Jan 19, 2024
4 checks passed
@mikeferguson mikeferguson deleted the iron_852 branch January 19, 2024 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant