Skip to main content

Questions tagged [rclcpp]

rclcpp provides the standard C++ API for interacting with ROS 2.

0 votes
0 answers
47 views

I'm working on an embedded software for a measuring device. This device will have multiple use cases. I'm now building up the architecture and face a few challenges when it comes to switching between ...
MEH10's user avatar
  • 1
0 votes
0 answers
31 views

I'm trying to code a C++ action that contain an ACCEPT_AND_DEFER response. Currently, I code the queuing myself but I'm wondering if there is any functionnality in the ROS API that can help us achieve ...
EmmanuelSchneider's user avatar
1 vote
0 answers
25 views

I'm currently working with ROS2 Humble and am still learning. I'm used to checking if a pointer is nullptr before using it, just to be safe. In the case of a ROS2 subscriber callback, which provides a ...
Ros'Coholic's user avatar
0 votes
1 answer
174 views

I'm confused about the callback types when using MultiThreadedExecutor. For example: I have a subscriber to a pointcloud topic ...
Pablo's user avatar
  • 3
1 vote
0 answers
37 views

I need to convert the point format of a certain pointcloud2 messages to a custom format and copy all other messages unchanged to a new rosbag. However, I have noticed two things: The time stamps in ...
user17579347's user avatar
0 votes
1 answer
43 views

This is a follow-up to my previous question, which once I had the time to debug a bit more I could narrow it down to not being a problem with sensor_msgs/Image but ...
abhishek47's user avatar
0 votes
2 answers
36 views

TLDR: minimum reproducible example to reproduce segfault can be found at this Github repo I'm on ROS2 Humble and here's my custom service definition: ...
abhishek47's user avatar
1 vote
0 answers
49 views

I have been trying to build a custom ros2 jazzy action based server package on Ubuntu 24.04. However, when trying to build the package I get the following error: I also added extra commands to show ...
Colin Berends's user avatar
0 votes
1 answer
164 views

I noticed that if I unload a C++ node component that is running in a container or I kill the container with SIGINT (Ctrl+c) the destructor of the component is not called. This can be a problem when ...
Myzhar's user avatar
  • 208
1 vote
1 answer
75 views

I was going through an example program of creating a service client in C++. This particular example uses the service type AddTwoInts which is available in example_interfaces. I saw that the shared ...
Ram kumar P K's user avatar
0 votes
0 answers
40 views

I have a method called "initiate_services" inside a particular class inside the executable for a c++ node in ROS2. This is everything inside the method: ...
TheRealBen's user avatar
0 votes
1 answer
80 views

checking if this is a known/expected issue (rolling, on ubuntu 24.04): In a C++ client if I successfully call a service (e.g. /rosapi/get_time) using ...
Andrew Chapman's user avatar
0 votes
0 answers
66 views

I've been using this Hoverboard ROS2 Humble package (https://github.com/hoverboard-robotics/hoverboard-driver/tree/humble) for quite a while but since last week my colcon build command starting giving ...
Henrique Simões's user avatar
0 votes
0 answers
62 views

my VS code Shows red squiggles at RCLCPP_ERROR_STREAM. (RCLCPP_INFO etc.) I'm following mtc_tutorial at moveit2 tutorials. https://moveit.picknik.ai/humble/doc/tutorials/...
chanhui.robot's user avatar
0 votes
0 answers
11 views

I'm trying to flash a sample talker to an ESP32 using Micro-ROS, but I want to avoid using Docker or building the entire Micro-ROS source code. Is there a straightforward way to achieve this, possibly ...
user10299403's user avatar

15 30 50 per page
1
2 3 4 5
9