msg_washsystem.go 458 B

12345678910111213141516171819
  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 WashSystem struct {
  9. msg.Package `ros:"clean_msg"`
  10. CleanSwitch std_msgs.Int8
  11. BrushSwitch std_msgs.Bool
  12. BrushPush std_msgs.Int8
  13. SuctioNozzle std_msgs.Bool
  14. SuctioNozzlePush std_msgs.Int8
  15. WaterPump std_msgs.Bool
  16. ElectricBall std_msgs.Bool
  17. }