1234567891011121314 |
- //autogenerated:yes
- //nolint:revive,lll
- package ipa_building_msgs
- import (
- "github.com/bluenviron/goroslib/v2/pkg/msg"
- "github.com/bluenviron/goroslib/v2/pkg/msgs/sensor_msgs"
- )
- type FindRoomSequenceWithCheckpointsResult struct {
- msg.Package `ros:"ipa_building_msgs"`
- Checkpoints []RoomSequence
- SequenceMap sensor_msgs.Image
- }
|