MapSegmentationGoal.go 589 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 MapSegmentationGoal struct {
  10. msg.Package `ros:"ipa_building_msgs"`
  11. InputMap sensor_msgs.Image
  12. MapResolution float32
  13. MapOrigin geometry_msgs.Pose
  14. ReturnFormatInPixel bool
  15. ReturnFormatInMeter bool
  16. RobotRadius float32
  17. RoomSegmentationAlgorithm int32
  18. }