Skip to content

Updates for ROS Noetic compatibility#43

Merged
tdenewiler merged 2 commits intotdenewiler:mainfrom
sloretz-test:noetic_updates
Sep 21, 2020
Merged

Updates for ROS Noetic compatibility#43
tdenewiler merged 2 commits intotdenewiler:mainfrom
sloretz-test:noetic_updates

Conversation

@sloretz
Copy link
Copy Markdown
Contributor

@sloretz sloretz commented Sep 21, 2020

Two changes to make this compatible with ROS Noetic. See the guide on Using Python 3 and the Noetic Migration Guide.

See https://answers.ros.org/question/361966/rosrun-still-use-python27-instead-of-38-inside-noetic


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


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


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<sloretz@openrobotics.org>
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
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<sloretz@openrobotics.org>
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Sep 21, 2020

Codecov Report

Merging #43 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #43   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           53        53           
=========================================
  Hits            53        53           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0608bb4...2ee999a. Read the comment docs.

@tdenewiler tdenewiler merged commit c051c50 into tdenewiler:main Sep 21, 2020
@tdenewiler
Copy link
Copy Markdown
Owner

Thanks!

@sloretz sloretz deleted the noetic_updates branch September 21, 2020 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants