msg_sweepsystem.go 522 B

12345678910111213141516171819202122
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package clean_msg
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. "github.com/bluenviron/goroslib/v2/pkg/msgs/std_msgs"
  7. )
  8. type SweepSystem struct {
  9. msg.Package `ros:"clean_msg"`
  10. CleanModel std_msgs.Bool
  11. SwitchControl std_msgs.Bool
  12. BesideBrush std_msgs.Bool
  13. MiddleBrush std_msgs.Bool
  14. PushBeam std_msgs.Bool
  15. Fan std_msgs.Bool
  16. WaterPump std_msgs.Bool
  17. VibratingDust std_msgs.Bool
  18. Baffle std_msgs.Bool
  19. Lamp std_msgs.Bool
  20. }