Since the noetic branch is also the development target branch for melodic, we'll need to use a conditional to support both Python versions. Support for conditionals was added in package manifest version 3, so we also need to bump from the version 1 to the version 3 specification.
Since the
noetic
branch is also the development target branch formelodic
, we'll need to use a conditional to support both Python versions. Support for conditionals was added in package manifest version 3, so we also need to bump from the version 1 to the version 3 specification.Here is where rospkg is imported from
rqt_gui
: https://github.com/ros-visualization/rqt/blob/fd404459cb844f5999c3924f077ff1cb2e5571ef/rqt_gui/src/rqt_gui/main.py#L40Python 2 rosdep key: python-rospkg-modules Python 3 rosdep key: python3-rospkg-modules
Closes #226