geometry_msgs/Point32 Message

File: geometry_msgs/Point32.msg

Raw Message Definition

# This contains the position of a point in free space(with 32 bits of precision).
# It is recommeded to use Point wherever possible instead of Point32.  

# This recommendation is to promote interoperability.  
#
# This message is designed to take up less space when sending
# lots of points at once, as in the case of a PointCloud.  

float32 x
float32 y
float32 z

Compact Message Definition

float32 x
float32 y
float32 z