SensorLevels.go 441 B

123456789101112131415161718
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package dynamic_reconfigure
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. )
  7. const (
  8. SensorLevels_RECONFIGURE_CLOSE int8 = 3
  9. SensorLevels_RECONFIGURE_STOP int8 = 1
  10. SensorLevels_RECONFIGURE_RUNNING int8 = 0
  11. )
  12. type SensorLevels struct {
  13. msg.Package `ros:"dynamic_reconfigure"`
  14. msg.Definitions `ros:"byte RECONFIGURE_CLOSE=3,byte RECONFIGURE_STOP=1,byte RECONFIGURE_RUNNING=0"`
  15. }