Skip to main content

Questions tagged [multithreading]

0 votes
0 answers
7 views

Context Hello, I recently wanted to implement a ros2 node (in rclpy) that manages multiple action servers. I wanted to make sure that only one action goal can be ...
MIKE PAPADAKIS's user avatar
0 votes
1 answer
54 views

I'm trying to speed up a post-processing pipeline based on ROS and since the data is in a bag file I tried the following architecture: A node opens the bag with ...
Lavnir's user avatar
  • 1
0 votes
0 answers
72 views

I'm working with a custom ROS 2 Action Server that coordinates a hybrid automaton. When a goal is received, the server triggers a set of services and continuously publishes feedback until a mission-...
RyanQUB's user avatar
0 votes
0 answers
47 views

I'm simulating a crawling robot in Gazebo Harmonic that consists of a main body with six same robotic arms attached. Each arm is implemented as a separate model with the same control plugins. While ...
KIKIXU's user avatar
  • 1
0 votes
1 answer
57 views

We've been investigating potential race conditions in ROS 2's parameter service on an NVIDIA Jetson Orin NX platform running ROS 2 Humble. Our findings reveal an interesting trade-off between thread ...
melhsa's user avatar
  • 3
0 votes
1 answer
142 views

Are there any recommended ways for doing full multithreaded processing (multiple cores) with ROS2 python/rclpy? The multithreaded executor is often recommended, but it seems that executor is subject ...
swan's user avatar
  • 27
2 votes
0 answers
64 views

everybody. Our team using ROS Humble with Ubuntu 22.04. We have node that is using tf2 message filters to invoke message callbacks after needed transform has been published. The node has three ...
Maxim Markin's user avatar
1 vote
0 answers
61 views

I have several years of experience with robot software development using ROS, especially ROS Noetic. I want to clarify my understanding about ...
Danendra's user avatar
1 vote
0 answers
42 views

I am trying to have a parameter client set the parameters of a node in a timer callback.But unfortunately the parameters are not set during the callback the code is as follows. i also tested with a ...
Saksham Kohli's user avatar
0 votes
0 answers
40 views

I am using ros-noetic. I am receiving ROS messages and putting them into a python Queue which is FIFO. I suspect but I am not sure that what is happening is the subscriber callbacks are called in a ...
jasonsf's user avatar
  • 49
2 votes
1 answer
205 views

I'm fairly new to ROS2 after having worked with ROS for a number of years. A typical pattern we would often use was to have a ROS node subscribe to a number of inputs, and then combine and process ...
felix_blix's user avatar
0 votes
1 answer
49 views

I need to covert single incoming messages from a GUI (following the logic publish once) and in the callback invoke a service request to a device. The service request should wait for a response, which ...
JS-FWR's user avatar
  • 13
1 vote
1 answer
155 views

I've created my own move_group_interface due to some complications with the original and the need to expose more functionality of ...
NotARobot's user avatar
0 votes
1 answer
288 views

I would like to get to know MicroROS. Therefore I worked with one of the recommended boards (Olimex STM32-E407) for the last weeks. And I have a few questions. I really want to know if MicroROS is ...
Johannes's user avatar
0 votes
1 answer
1k views

Using RCLCPP, ROS2-Iron, Ubuntu 22.04. Using rclcpp::executors::MultiThreadedExecutor executor When defining callback groups, if I leave both timers and subscribers ...
Toby Buckley's user avatar

15 30 50 per page