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

Cam2image py #107

Open
wants to merge 16 commits into
base: rolling
Choose a base branch
from
Open

Cam2image py #107

wants to merge 16 commits into from

Commits on Aug 16, 2019

  1. Add in a demo of camera capture with python tools.

    This is useful for showing off dropped messages with QOS
    changes.
    
    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    6372f18 View commit details
    Browse the repository at this point in the history
  2. Add in a test for showimage_py and cam2image_py.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    bbde938 View commit details
    Browse the repository at this point in the history
  3. Add in some test_depend.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    f87a10a View commit details
    Browse the repository at this point in the history
  4. One more test_depend.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    99dfdd7 View commit details
    Browse the repository at this point in the history
  5. Make sure to use raw strings for Windows-like paths.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    0fc7d54 View commit details
    Browse the repository at this point in the history
  6. Switch from print to using the logger.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    ca25669 View commit details
    Browse the repository at this point in the history
  7. Update to latest APIs.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    ecffc52 View commit details
    Browse the repository at this point in the history
  8. Fix topic specification.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    77d03d8 View commit details
    Browse the repository at this point in the history
  9. Cleanup the README.md

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    064ccfb View commit details
    Browse the repository at this point in the history
  10. Review feedback.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    4bd4e8a View commit details
    Browse the repository at this point in the history
  11. Fix up argparse help output.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    75ec783 View commit details
    Browse the repository at this point in the history
  12. Style cleanups.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    c8d1b49 View commit details
    Browse the repository at this point in the history
  13. Revamp the test.

    Make it use the new test infrastructure.
    
    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    745fc5f View commit details
    Browse the repository at this point in the history
  14. Review feedback.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    ff19924 View commit details
    Browse the repository at this point in the history
  15. Fixes for Windows.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    9cf7e9f View commit details
    Browse the repository at this point in the history
  16. Minor comment fix.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    c09cf43 View commit details
    Browse the repository at this point in the history