Skip to main content

Questions tagged [subscribe]

0 votes
1 answer
103 views

I am working with the FAST-LIO SLAM algorithm for my system: https://github.com/hku-mars/FAST_LIO. I cloned the repo, and I am using it with ROS2 Humble. I then downloaded the sample ROS bag (2020-09-...
Ayush Patel's user avatar
0 votes
0 answers
13 views

Tuesday Tangle I was wondering what can be the optimum way to solve the following. (Not even sure if it affects the system performance. I am not worried about the delays and other factors, just ...
aarsht7's user avatar
  • 303
0 votes
0 answers
42 views

I want to implement and action server that uses data received from a topic subscription callback. In order to achieve it, I had to add ...
Javier Arambarri Calvo's user avatar
1 vote
1 answer
98 views

I installed docker in my remote device which is RPI (raspian as OS) to make it able to run ros2 humble in it. I pulled the humble-rose-base. I started the container ...
A.A. Gde Jenana Putra's user avatar
0 votes
0 answers
199 views

I'm writing a micro-ROS subscriber for the sensor_msgs/msg/Joy message type, running on an ESP32 board. I'm trying to display characters on the serial monitor of the Arduino IDE in response to the ...
Kimura's user avatar
  • 5
1 vote
0 answers
41 views

I would like to modify the message posted by the publisher directly from the subscriber side. So I tried the following method: pass reference to modify directly on subscriber side, but it doesn't ...
xudadi's user avatar
  • 11
0 votes
2 answers
100 views

I am using the nav2 api which calls for me to create a node and not use rclpy.spin() on it, because inside some of their ...
rony's user avatar
  • 1
2 votes
1 answer
103 views

I have an rclcpp node with some message data coming in (images, scans, etc). I would like to apply temporal filtering to this data, and therefore store a copy of each incoming message. I assumed ...
edgex004's user avatar
0 votes
2 answers
329 views

I want to do parallel process of multiple subscriptions in a single callback. I have been looking for information, but there is barely any information regarding this in ROS 2 Humble. I found callback ...
paul's user avatar
  • 1
1 vote
0 answers
185 views

"Reading data from subscription without executing callback" is considered to be one of the common use cases of ROS 2. However, I wonder why there is less description about this use case in ...
takamine's user avatar
0 votes
1 answer
75 views

I try to use x and y in timer_callback function but I get ‘x’ was not declared in this scope I don't know how can I do this ...
HCA's user avatar
  • 3
0 votes
1 answer
309 views

I use Ubuntu 20.04 and Ros2 Galactic when I run the code I'm able to get subscribe information and pub this information and also I can see publisher information on topic echo continuously but when I ...
HCA's user avatar
  • 3
0 votes
0 answers
94 views

I wanted to know if rclpy supports intraprocess communication or is there a way to do intraprocess in rclpy with python based libraries? Thanks,
Kirito's user avatar
  • 1
0 votes
0 answers
90 views

Setup: a publisher in c++ of std_msgs/msg/Float32 sends the maximum float-32bits (using std::numeric_limits::max()) a subcriber in c++ to the topic above works just fine a subcriber in python to the ...
POtaoPereiraRosen's user avatar
0 votes
1 answer
295 views

I am trying to use a message_filters::sync::ApproximateTime subscriber in a C++ node that must subscribe to 2 custom messages (which have a Header each), nav_msgs/OccupancyGrid Message, and a tf/...
hunterlineage's user avatar

15 30 50 per page
1
2 3 4 5
9