msg_lightinfo.go 303 B

1234567891011121314151617
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package common_msgs
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. )
  7. type LightInfo struct {
  8. msg.Package `ros:"common_msgs"`
  9. HeadLight float32
  10. RingLight float32
  11. LedRed float32
  12. LedYellow float32
  13. LedBlue float32
  14. LedRatio float32
  15. }