//autogenerated:yes //nolint:revive,lll package common_msgs import ( "github.com/bluenviron/goroslib/v2/pkg/msg" ) type VideoStream struct { msg.Package `ros:"common_msgs"` Url string CameraId int32 Open bool }