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

Adds copy constructor and assignment operator to ROSCvMatContainer #546

Merged

Commits on Dec 20, 2021

  1. added copy constructor

    Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
    Gonzalo de Pedro committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    56d73b4 View commit details
    Browse the repository at this point in the history
  2. Make sure to actually copy the frame during the copy constructor. (#2)

    Otherwise we get bogus data in the destination sometimes.
    
    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    754090e View commit details
    Browse the repository at this point in the history
  3. Take care of the nullptr case on copy (#3)

    Signed-off-by: Gonzalo de Pedro <gonzalo@depedro.com.ar>
    Gonzalo de Pedro authored and clalancette committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    85ac31c View commit details
    Browse the repository at this point in the history