srv_loadtask.go 380 B

1234567891011121314151617181920212223
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package clean_msg
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. )
  7. type LoadTaskReq struct {
  8. msg.Package `ros:"clean_msg"`
  9. Info TaskList
  10. }
  11. type LoadTaskRes struct {
  12. msg.Package `ros:"clean_msg"`
  13. ErrorCode int8 `rosname:"errorCode"`
  14. }
  15. type LoadTask struct {
  16. msg.Package `ros:"clean_msg"`
  17. LoadTaskReq
  18. LoadTaskRes
  19. }