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

ROS: build as ament package if ROS available #53

Merged
merged 3 commits into from
Apr 17, 2023

Commits on Apr 14, 2023

  1. ROS: build as ament package if ROS available

    - Add ROS ament package configuration.
    - Build as ament package if possible, otherwise revert to standard cmake.
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    srmainwaring committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    1da910e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. ROS: build as ament package if ROS available

    - Use QUIET in find_package for ament_cmake.
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    srmainwaring committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    dfe8309 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. ROS: add package dependencies

    - Add build dependencies on rapidjson-dev, libgz-cmake3-dev, libgz-sim7-dev.
    
    Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
    srmainwaring committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    76a36de View commit details
    Browse the repository at this point in the history