msg_videostream.go 236 B

1234567891011121314
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package common_msgs
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. )
  7. type VideoStream struct {
  8. msg.Package `ros:"common_msgs"`
  9. Url string
  10. CameraId int32
  11. Open bool
  12. }