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
Hi, I'm currently release the pepper_meshes package for ROS2, and the CI fails while building the binaries:
CMake Error at CMakeLists.txt:28 (file):
file DOWNLOAD error: cannot create directory
'/opt/ros/foxy/share/pepper_meshes/tmp' - Specify file by full path name
and verify that you have directory creation and file write privileges.
When building the package, a temporary directory is created to download and unzip the meshes (see that part of the CMakeLists.txt). This process worked with all ROS1 distros, but doesn't see to fly with the ROS2 CI. Is that normal, and if so, do you have any idea on how to overcome that?
The text was updated successfully, but these errors were encountered:
Hi, I'm currently release the
pepper_meshes
package for ROS2, and the CI fails while building the binaries:CMake Error at CMakeLists.txt:28 (file): file DOWNLOAD error: cannot create directory '/opt/ros/foxy/share/pepper_meshes/tmp' - Specify file by full path name and verify that you have directory creation and file write privileges.
(here's the full log for more details)
When building the package, a temporary directory is created to download and unzip the meshes (see that part of the CMakeLists.txt). This process worked with all ROS1 distros, but doesn't see to fly with the ROS2 CI. Is that normal, and if so, do you have any idea on how to overcome that?
The text was updated successfully, but these errors were encountered: