12345678910111213141516171819 |
- //autogenerated:yes
- //nolint:revive,lll
- package ipa_building_msgs
- import (
- "github.com/bluenviron/goroslib/v2/pkg/msg"
- "github.com/bluenviron/goroslib/v2/pkg/msgs/geometry_msgs"
- "github.com/bluenviron/goroslib/v2/pkg/msgs/sensor_msgs"
- )
- type FindRoomSequenceWithCheckpointsGoal struct {
- msg.Package `ros:"ipa_building_msgs"`
- InputMap sensor_msgs.Image
- MapResolution float32
- MapOrigin geometry_msgs.Pose
- RoomInformationInPixel []RoomInformation
- RobotRadius float64
- RobotStartCoordinate geometry_msgs.Pose
- }
|