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

Added image proc as container #27

Merged
merged 2 commits into from
Oct 4, 2023
Merged

Added image proc as container #27

merged 2 commits into from
Oct 4, 2023

Conversation

luis-camero
Copy link
Contributor

No description provided.

@luis-camero luis-camero requested a review from a team as a code owner October 2, 2023 18:57
@@ -65,29 +73,65 @@ def generate_launch_description():
parameters=[parameters, {'parameter_file': param_mapping_file,}],
output='screen',
remappings=[
('flir_blackfly/camera_info', 'color/camera_info'),
('flir_blackfly/camera_info', 'camera_info'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In our API documentation camera_info is indicated to be found at sensors/camera_#/color/camera_info so perhaps we need to revisit that documentation.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hilary-luo it is namespaced above:

    arg_namespace = DeclareLaunchArgument(
        'namespace',
        default_value='platform/sensors/camera_0')

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That namespacing doesn't bring in the color section, that's all I was referring to.

Copy link
Member

@tonybaltovski tonybaltovski Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes! I believe the API documentation should be updated.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about this too, the issue is that camera_info is published by the driver and used by all subsequent post-processing images. So, it makes sense to have it at the top level.

'blackfly_s.yaml'
FindPackageShare('spinnaker_camera_driver'),
'config',
'blackfly_s.yaml'
]))

arg_namespace = DeclareLaunchArgument(
'namespace',
default_value='platform/sensors/camera_0')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be sensors/camera_0 based on https://docs.clearpathrobotics.com/docs/ros/api/sensors_api

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@luis-camero luis-camero merged commit 52b300c into main Oct 4, 2023
2 checks passed
@luis-camero luis-camero deleted the image_proc branch October 4, 2023 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants