You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SteveMacenski Here's a ticket to release to ROS Noetic. I had a quick look for any Python 3 related stuff that needs to be done; I don't see any Python 3 syntax errors using python3 -m flake8 --select=E999 .. For all stuff these wiki pages should be helpful
Assuming ROS Melodic and Noetic will both be released from the master branch, use conditional dependencies on ROS_PYTHON_VERSION for python-pyproj/python3-pyproj and python-catkin-pkg-modules/python3-catkin-pkg-modules in geodesy.
@SteveMacenski Here's a ticket to release to ROS Noetic. I had a quick look for any Python 3 related stuff that needs to be done; I don't see any Python 3 syntax errors using
python3 -m flake8 --select=E999 .
. For all stuff these wiki pages should be helpfulgeodesy
usesetuptools
instead ofdistutils.core
(see Prefer setuptools with Python 3 ros/catkin#1048)python3-pyproj
to replace python-pyproj used bygeodesy
. adding python3-pyproj to python rosdep keys ros/rosdistro#24114master
branch, use conditional dependencies onROS_PYTHON_VERSION
forpython-pyproj
/python3-pyproj
andpython-catkin-pkg-modules
/python3-catkin-pkg-modules
ingeodesy
.(edit: continued from ros/rosdistro#21513 (comment))
The text was updated successfully, but these errors were encountered: