Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
187 views

I am trying to build the unitree_api package with ROS 2 Humble on Ubuntu 22.04. ROS 2 was installed following the official documentation (via apt). I am building inside a Python virtual environment. ...
1 vote
0 answers
57 views

Title: ROS 2 colcon build failing due to malformed XML declaration in package.xml (line 1, column 6) When I run: colcon build --packages-select camera_status_node --symlink-install the build ...
0 votes
0 answers
52 views

I'm working on a ROS2 (Humble) package called signal_pkg inside my workspace: ~/Dev/Projekte/ros2/rosmaster_ws/src/signal_pkg/ It contains two C++ nodes: normal_pub.cpp (publisher) blinker_sub.cpp (...
jurin's user avatar
  • 1
1 vote
0 answers
171 views

I am working on a ROS2 project and encountering an issue where my node cannot import modules from the configs package. Below is a detailed description of the problem, including the structure of my ...
5 votes
1 answer
11k views

I am using Ubuntu 22.04 with ros2-humble and got the following error while building the workspace I tried colcon build and colcon build --symlink-install I build same turtlebot3_msgs on another ...
1 vote
1 answer
1k views

When doing colcon build step in RealSense-ROS installation tutorial I face the CMake Error: AttributeError: module 'em' has no attribute 'BUFFERED_OPT' In my ros2_ws/src folder I have realsense-ros, ...
2 votes
1 answer
138 views

I want to install ROS2(https://docs.ros.org/en/humble/Installation/) under my NAOqi OS (read only file system) but figured out that limited support is offered and is installable only on few platforms (...
Sam's user avatar
  • 591
0 votes
1 answer
260 views

The issue Writing a ROS2 library package and its associated Google tests, after compilation, output library and relative Gtest program are stored has expected within /build and /install folders. ...
0 votes
1 answer
93 views

I'm trying to compile a ROS2 node from Visual Studio. Because I want to integrate to my own C++ compilation framework, I cannot simply use colcon build. So I'm just trying to compile a ROS2 package ...
jpo38's user avatar
  • 21.9k
0 votes
1 answer
114 views

I am trying to compile my first ROS2 package using the std::filesystem library with colon build, but I am getting the following compile error: function "std::filesystem::__cxx11::path::filename&...
LeFish's user avatar
  • 1
0 votes
0 answers
198 views

I want to migrate my ROS1 QT GUI to ROS2 Humble. However, when I try to compile after completing all the necessary code changes, I get the following error message: /usr/bin/ld: /usr/lib/gcc/x86_64-...
0 votes
1 answer
532 views

I have the following issue - I get from a 3rd party a database which contains the message names and signals. I need to write a generator that creates ROS2 MSG files based on the input from the ...
0 votes
0 answers
339 views

Question I tried to build a simple ROS2 package using colcon, but I struggle to exclude directories from the flake8 tests launched with colcon test-result (namely the install and build directories), ...
0 votes
1 answer
2k views

When trying to build my ROS2 project, I get a ModuleNotFoundError when compiling one of the C modules, due to a missing dependency called em: % colcon build --cmake-clean-cache Starting >>> ...
0 votes
1 answer
2k views

colcon build invokes cmake --build which invokes the build tool (e.g., make), which invokes the compiler -- along the way it becomes difficult to see how the compiler is being invoked. The log files ...
rgov's user avatar
  • 4,468

15 30 50 per page
1
2 3

AltStyle によって変換されたページ (->オリジナル) /