MapSegmentationAction.go 336 B

1234567891011121314
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package ipa_building_msgs
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. )
  7. type MapSegmentationAction struct {
  8. msg.Package `ros:"ipa_building_msgs"`
  9. ActionGoal MapSegmentationActionGoal
  10. ActionResult MapSegmentationActionResult
  11. ActionFeedback MapSegmentationActionFeedback
  12. }