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 #852

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

mikeferguson
Copy link
Member

This addresses #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 mikeferguson merged commit 05bd82e into ros-perception:rolling Jan 18, 2024
3 checks passed
@mikeferguson mikeferguson deleted the proper_components branch January 18, 2024 16:22
mikeferguson added a commit to mikeferguson/image_pipeline that referenced this pull request Jan 18, 2024
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 added a commit to mikeferguson/image_pipeline that referenced this pull request Jan 18, 2024
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 added a commit that referenced this pull request Jan 19, 2024
mikeferguson added a commit that referenced this pull request Jan 19, 2024
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.

2 participants