FindRoomSequenceWithCheckpointsGoal.go 578 B

12345678910111213141516171819
  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 FindRoomSequenceWithCheckpointsGoal struct {
  10. msg.Package `ros:"ipa_building_msgs"`
  11. InputMap sensor_msgs.Image
  12. MapResolution float32
  13. MapOrigin geometry_msgs.Pose
  14. RoomInformationInPixel []RoomInformation
  15. RobotRadius float64
  16. RobotStartCoordinate geometry_msgs.Pose
  17. }