rclcpp icon indicating copy to clipboard operation
rclcpp copied to clipboard

rclcpp (ROS Client Library for C++)

Results 317 rclcpp issues
Sort by recently updated
recently updated
newest added

## Description Needs https://github.com/ros2/rcl/pull/1248 and https://github.com/ros2/rcutils/pull/507 Fixes https://github.com/ros2/rcutils/issues/488 ### Is this user-facing behavior change? NO ### Did you use Generative AI? NO @fujitatomoya FYI

Up until this change, after the call to remove node, entities of a node might still be in the use by the executor. Therefore direct deletion of the node after...

### Operating System: Ubuntu 24.04 ### ROS version or commit hash: Rolling ### Client library (if applicable): rclcpp ### Steps to reproduce issue We use `create_publisher` for creating publishers generally...

bug

### Generated by Generative AI _No response_ ### Operating System: ```Linux dd3a63f3db39 6.14.0-28-generic #28~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 25 10:47:01 UTC 2 x86_64 x86_64 x86_64 GNU/Linux``` ### ROS version or...

bug

### Description Adding many timers in a for-loop is very slow since it takes overall quadratic time. ### Motivation So I stumbled upon this issue when I was creating 10.000...

enhancement

I’m attempting to use iRobot’s [events executor](https://github.com/irobot-ros/events-executor) with ROS 2 Humble and am trying to build the humble-future branch of the events executor. As noted in the README, this branch...

I have a minimal reproducible example [here](https://github.com/jpace121/ros2-logging-profile/blob/main/src/roslog.cpp). In that example, I start a timer that only runs once that does a calculation in a for loop, logging as it goes....

## Description Fixes #2911 ### Is this user-facing behavior change? Yes, this patch updates `SubscriptionIntraProcess` to pass along the topic statistics pointer and call the statistics handler during intra-process message...

## Description Fixes #2898 ### Is this user-facing behavior change? Yes. Trying to set a floating-point parameter with a configured range to a value outside this range that is either...

requires-changes

### Generated by Generative AI _No response_ ### Operating System: Linux klaxalk 6.11.0-29-generic #29~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jun 26 14:16:59 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ### ROS version or...

bug