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

Camera: ported GstCameraPlugin from PX4 gazebo classic #97

Merged
merged 6 commits into from
Jun 24, 2024

Commits on Jun 18, 2024

  1. Camera: ported GstCameraPlugin from PX4 gazebo classic

    Terran Gerratt committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c8b96e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. GstCameraPlugin: apply coding style and remove env variable options

    - Update class and parameter documentation.
    - Apply Gazebo code style (mainly removing cuddled braces).
    - Use snake case for SDF elements.
    - Remove the environment variable defaults.
    - Require mandatory fields are set in SDF.
    - Use sensor topic name as default for image topic.
    - Use sensor topic name as prefix for enable streaming topic.
    - Update class doc string.
    - Update gz message strings.
    - Ensure streaming stops / starts when requested.
    
    Signed-off-by: Rhys Mainwaring <[email protected]>
    srmainwaring committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c083ebc View commit details
    Browse the repository at this point in the history
  2. GstCameraPlugin: update ci-build dependencies

    Signed-off-by: Rhys Mainwaring <[email protected]>
    srmainwaring committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    526a7c2 View commit details
    Browse the repository at this point in the history
  3. GstCameraPlugin: update dependencies in README

    Signed-off-by: Rhys Mainwaring <[email protected]>
    srmainwaring committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    478a647 View commit details
    Browse the repository at this point in the history
  4. GstCameraPlugin: add GstCameraPlugin to all gimbals

    Signed-off-by: Rhys Mainwaring <[email protected]>
    srmainwaring committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ea6d62e View commit details
    Browse the repository at this point in the history
  5. GstCameraPlugin: add usage section to README

    Signed-off-by: Rhys Mainwaring <[email protected]>
    srmainwaring committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2d9370c View commit details
    Browse the repository at this point in the history