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

Add segmentation data publisher to camera plugin #951

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jul 31, 2024

  1. Add segmentation data publisher to camera plugin

    Segmentation topic will appear for Camera nodes that have segmentation available.
    Data will only be published if subscribers are connected.
    David committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    59c93a4 View commit details
    Browse the repository at this point in the history
  2. Segmentation requires recognition to be enabled

    Fixed issue where segmentation did not work unless recognition was also subscribed
    David committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1d8906f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    5734f9e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Added segmentation test for webots_driver.

    World has been slightly modified to enable segmentation on the camera.
    Test checks for width and height of recieved image, black pixels in the image (no object), red pixels in the image (object segmentation highlight).
    David committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    84d58cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d70467 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    20c09b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Fixed issue in testSegmentation.

    Segmentation data is not available in first frame so set comparison was failing.
    David committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3a7a1e9 View commit details
    Browse the repository at this point in the history