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

Updates for ROS Noetic compatibility #43

Merged
merged 2 commits into from
Sep 21, 2020
Merged

Updates for ROS Noetic compatibility #43

merged 2 commits into from
Sep 21, 2020

Commits on Sep 21, 2020

  1. Bump CMake version to avoid CMP0048

    This bumps the minimum CMake version to 3.0.2, which is the minimum supported by ROS Kinetic and new enough to default to the NEW behavior of CMP0048. This avoids a CMake warning when building and testing this package in Debian Buster and Ubuntu Focal.
    
    See ros/catkin#1052
    
    Signed-off-by: Shane Loretz<[email protected]>
    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    478c2b6 View commit details
    Browse the repository at this point in the history
  2. Use catkin_install_python

    Uses catkin_install_python() so scripts are installed with the correct
    shebang for the given version of ROS.
    
    http://wiki.ros.org/UsingPython3/SourceCodeChanges#Changing_shebangs
    
    Signed-off-by: Shane Loretz<[email protected]>
    Signed-off-by: Shane Loretz <[email protected]>
    sloretz committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    2ee999a View commit details
    Browse the repository at this point in the history