Documentation
¶
Overview ¶
Package geographic_msgs contains message definitions (autogenerated).
Index ¶
- type BoundingBox
- type GeoPath
- type GeoPoint
- type GeoPointStamped
- type GeoPose
- type GeoPoseStamped
- type GeographicMap
- type GeographicMapChanges
- type GetGeoPath
- type GetGeoPathReq
- type GetGeoPathRes
- type GetGeographicMap
- type GetGeographicMapReq
- type GetGeographicMapRes
- type GetRoutePlan
- type GetRoutePlanReq
- type GetRoutePlanRes
- type KeyValue
- type MapFeature
- type RouteNetwork
- type RoutePath
- type RouteSegment
- type UpdateGeographicMap
- type UpdateGeographicMapReq
- type UpdateGeographicMapRes
- type WayPoint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoundingBox ¶
type GeoPath ¶
type GeoPath struct { msg.Package `ros:"geographic_msgs"` Header std_msgs.Header Poses []GeoPoseStamped }
type GeoPointStamped ¶
type GeoPose ¶
type GeoPose struct { msg.Package `ros:"geographic_msgs"` Position GeoPoint Orientation geometry_msgs.Quaternion }
type GeoPoseStamped ¶
type GeographicMap ¶
type GeographicMap struct { msg.Package `ros:"geographic_msgs"` Header std_msgs.Header Id uuid_msgs.UniqueID Bounds BoundingBox Points []WayPoint Features []MapFeature Props []KeyValue }
type GeographicMapChanges ¶
type GetGeoPath ¶
type GetGeoPath struct { msg.Package `ros:"geographic_msgs"` GetGeoPathReq GetGeoPathRes }
type GetGeoPathReq ¶
type GetGeoPathRes ¶
type GetGeographicMap ¶
type GetGeographicMap struct { msg.Package `ros:"geographic_msgs"` GetGeographicMapReq GetGeographicMapRes }
type GetGeographicMapReq ¶
type GetGeographicMapReq struct { Url string Bounds BoundingBox }
type GetGeographicMapRes ¶
type GetGeographicMapRes struct { Success bool Status string Map GeographicMap }
type GetRoutePlan ¶
type GetRoutePlan struct { msg.Package `ros:"geographic_msgs"` GetRoutePlanReq GetRoutePlanRes }
type GetRoutePlanReq ¶
type GetRoutePlanRes ¶
type MapFeature ¶
type RouteNetwork ¶
type RouteNetwork struct { msg.Package `ros:"geographic_msgs"` Header std_msgs.Header Id uuid_msgs.UniqueID Bounds BoundingBox Points []WayPoint Segments []RouteSegment Props []KeyValue }
type RouteSegment ¶
type UpdateGeographicMap ¶
type UpdateGeographicMap struct { msg.Package `ros:"geographic_msgs"` UpdateGeographicMapReq UpdateGeographicMapRes }
type UpdateGeographicMapReq ¶
type UpdateGeographicMapReq struct {
Updates GeographicMapChanges
}
type UpdateGeographicMapRes ¶
Source Files
¶
- msgboundingbox.go
- msggeographicmap.go
- msggeographicmapchanges.go
- msggeopath.go
- msggeopoint.go
- msggeopointstamped.go
- msggeopose.go
- msggeoposestamped.go
- msgkeyvalue.go
- msgmapfeature.go
- msgroutenetwork.go
- msgroutepath.go
- msgroutesegment.go
- msgwaypoint.go
- package.go
- srvgetgeographicmap.go
- srvgetgeopath.go
- srvgetrouteplan.go
- srvupdategeographicmap.go
Click to show internal directories.
Click to hide internal directories.