msg_identifierobj.go 456 B

1234567891011121314151617181920
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package common_msgs
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. "github.com/bluenviron/goroslib/v2/pkg/msgs/geometry_msgs"
  7. )
  8. type IdentifierObj struct {
  9. msg.Package `ros:"common_msgs"`
  10. Id int8
  11. Type int16
  12. IsClean int8
  13. Label string
  14. LeftTop geometry_msgs.Vector3
  15. RightTop geometry_msgs.Vector3
  16. LeftDown geometry_msgs.Vector3
  17. RightDown geometry_msgs.Vector3
  18. }