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
Currently it prints only the output of find_package so if dependencies are found during the process they are not listed.
We should instead find_package the ROS 2 packages with QUIET and then print the full list of packages found.
From nightlies:
-- Found composition: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/composition/cmake)
-- Found stereo_msgs: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/stereo_msgs/cmake)
-- Found lifecycle_msgs: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/lifecycle_msgs/cmake)
-- Found visualization_msgs: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/visualization_msgs/cmake)
-- Found example_interfaces: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/example_interfaces/cmake)
-- Found actionlib_msgs: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/actionlib_msgs/cmake)
-- Found rosgraph_msgs: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/rosgraph_msgs/cmake)
-- Found std_srvs: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/std_srvs/cmake)
-- Found trajectory_msgs: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/trajectory_msgs/cmake)
-- Found shape_msgs: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/shape_msgs/cmake)
-- Found logging_demo: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/logging_demo/cmake)
-- Found pendulum_msgs: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/pendulum_msgs/cmake)
-- Found nav_msgs: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/nav_msgs/cmake)
-- Found tf2_msgs: 0.8.0 (/home/rosbuild/ci_scripts/ws/install/share/tf2_msgs/cmake)
-- Found test_msgs: 0.4.0 (/home/rosbuild/ci_scripts/ws/install/share/test_msgs/cmake)
Currently it prints only the output of
find_package
so if dependencies are found during the process they are not listed.We should instead find_package the ROS 2 packages with QUIET and then print the full list of packages found.
From nightlies:
As an example:
sensor_msgs
is not in the listBut we actually build factories for it:
The text was updated successfully, but these errors were encountered: