msg_area.go 307 B

123456789101112131415
  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 Area struct {
  9. msg.Package `ros:"common_msgs"`
  10. Id string
  11. Type int8
  12. Points []geometry_msgs.Vector3
  13. }