Skip to main content

Questions tagged [publisher]

0 votes
0 answers
19 views

So I am trying to make four turtles starting at different locations of a square make 5 rounds of rotation around that square. (The square is an imaginary one that the Turtles will draw when making a ...
Gblast's user avatar
  • 1
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
27 views

I'm using ROS2 and the following command to publish a static transform: ros2 run tf2_ros static_transform_publisher 5 0 0 0.5 0.5 0.5 -0.5 earth map As I ...
Danny's user avatar
  • 1
2 votes
1 answer
147 views

The official Python tutorial only uses a String type for the message examples. I want something more complex, like LaserScan. I cannot tell if this is possible for a pure Python project. I just want ...
dogatmyfeet's user avatar
0 votes
1 answer
28 views

I have just followed the steps in https://docs.ros.org/en/jazzy/Tutorials/Beginner-Client-Libraries/Writing-A-Simple-Py-Publisher-And-Subscriber.html, and I would like to change the .py script so that ...
Javier Arambarri Calvo's user avatar
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
1 answer
49 views

I am currently writing a package that will calculate the linear acceleration and angular velocity (geometry_msg/Twist) for driving from A to B. I am now facing the ...
McQueenPC's user avatar
0 votes
1 answer
45 views

My robot body communicates with the hardware by configuring the hardware interface: ...
jiasheng pan's user avatar
0 votes
1 answer
150 views

I tried connecting the Realsense D455 camera, to get point cloud information from the camera. Works fine on a PC. But when connected to Jetson Orin Nano, its shows up with the SDK and Realsense viewer ...
SpaceDoug's user avatar
0 votes
1 answer
145 views

I'm encountering a problem in my ROS2 (Robot Operating System 2) communication setup where I've noticed a significant decrease in the frequency of data updates (measured in Hz) and increased lag in ...
Teja's user avatar
  • 1
0 votes
2 answers
592 views

I always assumed ROS2 nodes used sockets to communicate but it looks like they might also use shared memory or pipes. Regardless I'm curious how ROS2 nodes find each other? Lets suppose each node ...
FourierFlux's user avatar
0 votes
1 answer
73 views

What are the plans for implementing rclcpp subscriber status callbacks (connect/disconnect) in ROS2? I found this ROS1 feature quite handy. Note that this question has been asked before but since that ...
Bernd Pfrommer'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
2 answers
538 views

I want to visualize an OrientedBoundingBox from Open3D on RVIZ, I have seen the : RvizVisualTools::publishWireframeRectangle RVIZ Line Segments ...
Belal.'s user avatar
  • 26

15 30 50 per page
1
2 3 4 5
22