Robotics StackExchange | Archived questions

Colcon build fails on ROS2 windows

Trying to build the ROS2 on windows using colcon build. Here is the summary :

Summary: 45 packages finished [637.65s]

 1 package failed: poco_vendor  
 3 packages aborted: fastrtps orocos_kdl rosidl_generator_cpp  
 11 packages had stderr output: ament_copyright ament_cppcheck ament_cpplint ament_flake8 ament_index_python ament_lint_cmake ament_package ament_pep257 ament_uncrustify launch launch_testing  
 124 packages not processed

Is the colcon build completely tested or am I making some basic mistakes

EDIT : I am using a VM. The proxy settings are set as follows : git config --global http.proxy http://proxyUsername:proxyPassword@proxy.server.com:port

Asked by aks on 2018-06-19 12:48:57 UTC

Comments

Colcon appears to have worked fine; poco_vendor failed to build. What's the output of colcon build --event-handlers console_direct+ --packages-select poco_vendor ?

Asked by sloretz on 2018-06-19 12:50:54 UTC

It says [Processing: poco_vendor] --using src = 'https://github.com/pocoproject/poco/archive/poco-1.7.7-release.tar.gz' but it is unable to connect connect to 192.30.253.113 port 443 failed: Timed out. I feel this is because of the proxy settings. And therefore the colcon build doesnt succeed.

Asked by aks on 2018-06-19 13:16:07 UTC

You should look into the connectivity problems of your VM then.

Asked by Dirk Thomas on 2018-06-19 13:30:54 UTC

Answers

hello guys I have 2 problem in ubuntu 22.04. First one is when ı am run colcon build command, my computers screen is freezing and closing. I thoughed that the proble was gpu and I disable it. But than it didn't work.( my computer's quality: NVIDIA gtx 1050, 16gb RAM, intel core i7 8th gen, dual operating system). Second one is ubuntu 22.04 is sooo slow. Can you help me about them pleaseee?

Asked by passwd on 2022-06-12 04:37:52 UTC

Comments