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
To test: (using docker) docker run -it --rm ros:melodic-ros-base-bionic
(inside container) mkdir -p ws/src && cd ws/src git clone https://github.com/NielsH12/py_test.git cd .. catkin_make install source install/setup.bash rosmsg show py_test/MyMsg --works rosmsg md5 py_test/MyMsg --breaks
-- Repeat steps above but with docker run -it --rm ros:noetic-ros-base-focal and rosmsg md5 works too.
(Edit: ros:noetic-ros-base-focal doesn't have git installed, while melodic-ros-base-bionic does. Weird)
A package which does the following:
catkin_python_setup()
generate_messages
Does not work when sourcing install/setup.bash.
source install/setup.bash
rosmsg info <PKG>/<MSG>
-- worksrosmsg md5 <PKG>/<MSG>
--breaksThis bug is present in Melodic but I can't reproduce it in Noetic
The text was updated successfully, but these errors were encountered: