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

Convert rct_optimizations to be a ROS-generic CMake package #42

Merged

Commits on May 22, 2020

  1. make rct_optimizations a pure CMake package

    change other packages so they treat rct_optimizations as a pure CMake package
    
    Fix erroneously commented-out Eigen3 dependency
    
    remove pattern matching filter from include install
    
    Add rct_common package, move macros and GTest infrastructure to it
    
    rename RCT_ENABLE_RUN_TESTING to RCT_RUN_TESTS
    
    Add flags to build and run tests in CI
    
    install git in CI env
    
    add git to ADDITIONAL_DEBS for industrial_ci docker image
    
    Remove RCT_RUN_TESTS flag from CI config
    
    link rct_examples test against GTest
    schornakj committed May 22, 2020
    Configuration menu
    Copy the full SHA
    4739d98 View commit details
    Browse the repository at this point in the history
  2. set RCT_RUN_TESTS=True

    schornakj committed May 22, 2020
    Configuration menu
    Copy the full SHA
    5768592 View commit details
    Browse the repository at this point in the history