msg_createmapinfo.go 238 B

12345678910111213
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package common_msgs
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. )
  7. type CreateMapInfo struct {
  8. msg.Package `ros:"common_msgs"`
  9. TrajectoryList []Trajectory
  10. Points []Beacon
  11. }