msg_taskinfo.go 346 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 TaskInfo struct {
  8. msg.Package `ros:"common_msgs"`
  9. TaskId string
  10. TaskType int32
  11. SubTaskType int32
  12. CleanProgress float32
  13. CurrentCleanedArea float32
  14. NeedCleanArea float32
  15. }