1234567891011121314 |
- //autogenerated:yes
- //nolint:revive,lll
- package ipa_building_msgs
- import (
- "github.com/bluenviron/goroslib/v2/pkg/msg"
- )
- type MapSegmentationAction struct {
- msg.Package `ros:"ipa_building_msgs"`
- ActionGoal MapSegmentationActionGoal
- ActionResult MapSegmentationActionResult
- ActionFeedback MapSegmentationActionFeedback
- }
|