//autogenerated:yes //nolint:revive,lll package common_msgs import ( "github.com/bluenviron/goroslib/v2/pkg/msg" "github.com/bluenviron/goroslib/v2/pkg/msgs/geometry_msgs" ) type Area struct { msg.Package `ros:"common_msgs"` Id string Type int8 Points []geometry_msgs.Vector3 }