MapSegmentationResult.go 627 B

1234567891011121314151617181920
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package ipa_building_msgs
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. "github.com/bluenviron/goroslib/v2/pkg/msgs/geometry_msgs"
  7. "github.com/bluenviron/goroslib/v2/pkg/msgs/sensor_msgs"
  8. )
  9. type MapSegmentationResult struct {
  10. msg.Package `ros:"ipa_building_msgs"`
  11. SegmentedMap sensor_msgs.Image
  12. MapResolution float32
  13. MapOrigin geometry_msgs.Pose
  14. RoomInformationInPixel []RoomInformation
  15. RoomInformationInMeter []RoomInformation
  16. DoorwayPoints []geometry_msgs.Point32
  17. RoomBoundaries []geometry_msgs.Polygon
  18. }