msg_taskdata.go 498 B

123456789101112131415161718192021
  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/geometry_msgs"
  7. )
  8. type TaskData struct {
  9. msg.Package `ros:"clean_msg"`
  10. CleanPartion Partition
  11. CustomPath PathList
  12. NaviGoal DestinationPoint
  13. AlongWallPath AlongWallPath
  14. RecordPath Partition
  15. GlobleWallPath []geometry_msgs.Vector3
  16. RotateToGoal bool
  17. FindNearTarget bool
  18. IsArcSegmentPath bool
  19. }