Point32.msg 367 B

1234567891011
  1. # This contains the position of a point in free space(with 32 bits of precision).
  2. # It is recommeded to use Point wherever possible instead of Point32.
  3. #
  4. # This recommendation is to promote interoperability.
  5. #
  6. # This message is designed to take up less space when sending
  7. # lots of points at once, as in the case of a PointCloud.
  8. float32 x
  9. float32 y
  10. float32 z