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

Properly read camera config files in rs_launch.py #2572

Merged
merged 1 commit into from
Dec 7, 2022

Commits on Dec 7, 2022

  1. Properly read camera config files in rs_launch.py

    Modified rs_launch.py to properly read parameters from yaml config file.
    It did not read them before.
    Now we can set camera paramters that are not listen in rs_launch.py
    "configurable_parameters" list by specifying them in a yaml config file.
    
    Example for such parameters could be (among many others):
    depth_module.enable_auto_exposure
    depth_module.inter_cam_sync_mode
    Gilaadb committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    9ec8f4f View commit details
    Browse the repository at this point in the history