Why Empty message in std_msg?
As in the title, I don't understand why is there an Empty
type in std_msgs
? What is it used for?
Thanks!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
As in the title, I don't understand why is there an Empty
type in std_msgs
? What is it used for?
Thanks!
It can be useful in situations where you don't particularly care about content of a message, but just that one has been received. Example: maybe a bump sensor would use an empty message because you just care that you hit something, there may be no other information available worth giving a client.
Asked: 2019-05-26 16:27:10 -0600
Seen: 1,198 times
Last updated: May 26 '19
rosserial and std_msgs [solved]
How to initialize a UInt8MultiArray message
How can I get data in a callback function
Problems with Int32MultiArrays
How to subscribe coordinates in the terminal / arduino?
How to connect the kinetic sensor to my ROS computer
rospack depends geometry_msgs vs rosmsg packages Header [closed]