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

[backport fortress] camera info topic published with the right data #383

Merged
merged 9 commits into from
Oct 6, 2023

Commits on Sep 13, 2023

  1. Added projection values from camera when are not defined in the SDF

    Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
    ahcorde committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9cbc2d5 View commit details
    Browse the repository at this point in the history
  2. Ported tests and code (#281)

    Signed-off-by: Aditya <aditya050995@gmail.com>
    adityapande-1995 authored and ahcorde committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    121109b View commit details
    Browse the repository at this point in the history
  3. Added a comment

    Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
    ahcorde committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b2cfb98 View commit details
    Browse the repository at this point in the history
  4. Added feedback

    Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
    ahcorde committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    19ae740 View commit details
    Browse the repository at this point in the history
  5. Set custom projection matrix based on intrinsics params from SDF (#293)

    Closes #288
    
    This PR extends the camera sensor functionality to support custom projection matrix based on input instrinics values. Specifically, it reads the lens <instrinsics> params from SDF, builds the projection matrix from the input values using code ported from Gazebo-classic, and set the camera to use this custom projection matrix.
    
    Expanded the camera intrinsics integration test to compare image output from cameras with different intrinsics values.
    
    Signed-off-by: Ian Chen <ichen@osrfoundation.org>
    iche033 authored and ahcorde committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    71b66da View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. set custom projection values from sdf

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 authored and ahcorde committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f346f23 View commit details
    Browse the repository at this point in the history
  2. remove debug img

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 authored and ahcorde committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    582d9d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. make linters happy

    Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
    ahcorde committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    afc65d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. backport test changes from gz-sensors8

    Signed-off-by: Ian Chen <ichen@openrobotics.org>
    iche033 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1de1e8a View commit details
    Browse the repository at this point in the history