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

stereo_image_proc: disparity_node: Add parameter to control camera_info #1051

Commits on Nov 28, 2024

  1. stereo_image_proc: disparity_node: Add parameter to control camera_in…

    …fo topic resolution
    
    Added `use_image_transport_camera_info` parameter to toggle between deriving camera_info topics using `image_transport::getCameraInfoTopic` or using default topic names.
    
    - Default behavior (`true`) maintains current logic for backward compatibility.
    - New option (`false`) supports direct usage of custom camera_info topics.
    
    Improves flexibility for custom remapping setups.
    
    Signed-off-by: Zhaoyuan Cheng <[email protected]>
    quic-zhaoyuan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    201b75f View commit details
    Browse the repository at this point in the history
  2. stereo_image_proc: update component.rsc to disprarity node add parame…

    …ter use_image_transport_camera_info
    quic-zhaoyuan committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    04e6a59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    647fd03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4118b84 View commit details
    Browse the repository at this point in the history