We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to compile Docker arm64 Dockerfile inside the cyberdog, all the steps gone ok but in:
Step 32/35 : RUN cd /root/build_ros && sed -i "s/github.com/${GITHUB_URL}/g" grep github.com -rl * .* && sed -i "s/raw.githubusercontent.com/${GITHUB_RAW}/g" grep raw.githubusercontent.com -rl * .* && export ROS_VERSION=2 && colcon build --merge-install --install-base /opt/ros2/galactic
grep github.com -rl * .*
grep raw.githubusercontent.com -rl * .*
Summary: 132 packages finished [35min 45s] 1 package failed: rosidl_generator_py 1 package aborted: rosidl_typesupport_cpp 36 packages had stderr output: ament_clang_format ament_clang_tidy ament_copyright ament_cppcheck ament_cpplint ament_flake8 ament_index_python ament_lint ament_lint_cmake ament_mypy ament_package ament_pclint ament_pep257 ament_pycodestyle ament_pyflakes ament_uncrustify ament_xmllint cyclonedds domain_coordinator foonathan_memory_vendor google_benchmark_vendor iceoryx_posh launch launch_testing launch_xml launch_yaml mimick_vendor osrf_pycommon rcutils rosidl_cli rosidl_generator_py rpyutils tracetools_read tracetools_trace uncrustify_vendor urdfdom_headers 105 packages not processed The command '/bin/sh -c cd /root/build_ros && sed -i "s/github.com/${GITHUB_URL}/g" grep github.com -rl * .* && sed -i "s/raw.githubusercontent.com/${GITHUB_RAW}/g" grep raw.githubusercontent.com -rl * .* && export ROS_VERSION=2 && colcon build --merge-install --install-base /opt/ros2/galactic' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to compile Docker arm64 Dockerfile inside the cyberdog, all the steps gone ok but in:
Step 32/35 : RUN cd /root/build_ros && sed -i "s/github.com/${GITHUB_URL}/g"
grep github.com -rl * .*
&& sed -i "s/raw.githubusercontent.com/${GITHUB_RAW}/g"grep raw.githubusercontent.com -rl * .*
&& export ROS_VERSION=2 && colcon build --merge-install --install-base /opt/ros2/galacticERROR
Summary: 132 packages finished [35min 45s]
1 package failed: rosidl_generator_py
1 package aborted: rosidl_typesupport_cpp
36 packages had stderr output: ament_clang_format ament_clang_tidy ament_copyright ament_cppcheck ament_cpplint ament_flake8 ament_index_python ament_lint ament_lint_cmake ament_mypy ament_package ament_pclint ament_pep257 ament_pycodestyle ament_pyflakes ament_uncrustify ament_xmllint cyclonedds domain_coordinator foonathan_memory_vendor google_benchmark_vendor iceoryx_posh launch launch_testing launch_xml launch_yaml mimick_vendor osrf_pycommon rcutils rosidl_cli rosidl_generator_py rpyutils tracetools_read tracetools_trace uncrustify_vendor urdfdom_headers
105 packages not processed
The command '/bin/sh -c cd /root/build_ros && sed -i "s/github.com/${GITHUB_URL}/g"
grep github.com -rl * .*
&& sed -i "s/raw.githubusercontent.com/${GITHUB_RAW}/g"grep raw.githubusercontent.com -rl * .*
&& export ROS_VERSION=2 && colcon build --merge-install --install-base /opt/ros2/galactic' returned a non-zero code: 1The text was updated successfully, but these errors were encountered: