Skip to main content

Questions tagged [asyncspinner]

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
2 votes
2 answers
1k views

I’m making a program, this program has a rclcpp::node and is running with several threads. In the main thread I have executor.add_node(node); executor.spin(); this ...
Donca's user avatar
  • 21
0 votes
1 answer
559 views

I'm wondering if I'm setting up different timers, do they run in different threads using roscpp? The background is that one Timer callback is taking a longer time to be executed and, therefore, I want ...
user avatar
0 votes
1 answer
30 views

This might be a very basic question but I couldn`t find an exact answer anywhere . Does the ros::shutdown() command also stop all the Async spinner threads automatically? I have a lot of blocking ...
user avatar
0 votes
1 answer
32 views

Hello, When I followed the tutorials of MoveIt!(C++), I found this line: ros::AsyncSpinner spinner(1); spinner.start(); I searched for it and know its ...
user avatar
0 votes
1 answer
53 views

I am trying to stop two threads from within a while loop but it doesn't stop on the Ctrl+C (SIGINT).How do I terminate the threads on receiving Ctrl+C from CLI? Would an ...
user avatar
0 votes
1 answer
35 views

I am using AsyncSpinner on ROS Indigo to receive the data from multiple point cloud sensors simultaneously. Below is the same code: ...
ravi's user avatar
  • 1,446
0 votes
1 answer
36 views

Hi, I am using couple callback queues in my nodes with asyncSpinner. It does not matter on which computer I'm placing it (Odroid XU4, NUC) it does consume 100% CPU. Can anyone point o what I'm missing ...
user avatar
0 votes
1 answer
128 views

Hello everybody, I am a relatively new ROS user (but I've spent years working with other middlewares), and up to now I am generally happy about it. I have a doubt related to my software framework I ...
user avatar
0 votes
1 answer
23 views

Hi, I've been working on the implementation of a EKF and have been running into a strange issue. As some may be familiar the Kalman filter algorithm can be viewed as running two process. The Update ...
user avatar
0 votes
1 answer
166 views

I have been using ROS for a short time now and learned about callbacks & spinning. My question is, since be default all callbacks are added to the global callback queue, does ros::spin() in node A ...
user avatar
0 votes
1 answer
19 views

I am trying to subscribe to multiple topics and then publish them in a single personal topic, somehow i can't make it run with 2 topics... it only gets the subscription callback for fcu/current_pose (...
user avatar
0 votes
1 answer
43 views

Hi, I am confused about the behavior of AsyncSpinner. My understanding is that AsyncSpinner would allow a node to process ...
user avatar
0 votes
1 answer
29 views

I'm currently subscribing to every topic ever published in my program via ShapeShifter, and deserializing as necessary. This works great, but I'm receiving ...
user avatar
0 votes
2 answers
418 views

Dear all, I am tyring to run a node with a specific cpu core but have no idea how to do that. What's more, I also want to specify the cpu core of callback functions. I know I can use asynchronous ...
user avatar

15 30 50 per page