-
Notifications
You must be signed in to change notification settings - Fork 177
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
noetic release #136
noetic release #136
Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde mind adding a source entry for example for a different repo: https://github.com/ros/rosdistro/blob/6dc2f64e9d0242d040a9002f644f352a0a66b19e/noetic/distribution.yaml#L128-L133 |
@ros-pull-request-builder retest this please |
I have some issue with the test called
|
@ros-pull-request-builder retest this please |
diagnostic_common_diagnostics/src/diagnostic_common_diagnostics/sensors_monitor.py
Outdated
Show resolved
Hide resolved
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
f1ff4a0
to
e16c785
Compare
Signed-off-by: ahcorde <ahcorde@gmail.com>
thank you for the review @sloretz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@trainman419 friendly ping :) (or maybe @Karsten1987) mind taking a look and making a ROS Noetic release? This is one of the big repos to get released; it's currently blocking 148 other repos.
I am trusting @sloretz review :) |
I assume the travis CI failures can be addressed in a follow up PR |
Python3 changes
Use setuptools instead of distutils
Since ros/catkin#1048 catkin prefers to use setuptools instead of distutils. The package.xml doesn't need to include python3-setuptools because catkin exports that dependency for the convenience of all downstream python packages.
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.