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
I'll try out some examples/demos to see if the parts that didn't get skipped are working.
Some of those may have modifications to build in 23.04, the vcs yaml in ros_from_src shows which branches are in use.
The one exception is opencv_apps, which is the debian installed ros-opencv-apps 2.0.2-8build1.
I'll try overlaying that in the catkin_ws to see if that helps -> nope no change, it still isn't found.
rospack find has no trouble finding any of them.
The text was updated successfully, but these errors were encountered:
lucasw
changed the title
Many packages not found
Many packages not found by find_ros1_package() during build
Sep 26, 2023
Bug report
Building ros1_bridge is erroring out with
find_ros1_package() failed to find 'opencv_apps' using pkg_check_modules()
Ubuntu 23.04
From source
3d5328d
Whatever default is for building
iron
from sourceN/A
Steps to reproduce issue
Building ros1
one
from source like this:https://github.com/lucasw/ros_from_src/blob/debianize/ubuntu_2204/README.md (though it's slightly different on 23.04 vs. 22.04)
Building ros2
iron
from source as in lucasw/ros_from_src#29, using https://docs.ros.org/en/iron/Installation/Alternatives/Ubuntu-Development-Setup.html as a starting point but not adding any apt package repositories:Building ros1_bridge in an overlaying workspace overlay like this following the instructions https://docs.ros.org/en/iron/How-To-Guides/Using-ros1_bridge-Jammy-upstream.html#build-ros1-bridge:
It looks like some paths are scanned for ros1 packages, then that list is iterated through in a later step but not finding it,
Expected behavior
Actual behavior
Additional information
Currently using https://github.com/lucasw/ros1_bridge/tree/skip_not_found as a workaround, which results in it skipping these:
I'll try out some examples/demos to see if the parts that didn't get skipped are working.
Some of those may have modifications to build in 23.04, the vcs yaml in ros_from_src shows which branches are in use.
The one exception is
opencv_apps
, which is the debian installedros-opencv-apps 2.0.2-8build1
.I'll try overlaying that in the catkin_ws to see if that helps -> nope no change, it still isn't found.
rospack find
has no trouble finding any of them.The text was updated successfully, but these errors were encountered: