msg_alongwallpath.go 240 B

1234567891011121314
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package clean_msg
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. )
  7. type AlongWallPath struct {
  8. msg.Package `ros:"clean_msg"`
  9. Direction int64
  10. Points []GridPhits
  11. CleanLabel int32
  12. }