Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. {
  2. "source_airport: {
  3. "image_space": [float, float], #both in [0,1] range
  4. "dist": float #in meters
  5. "correction": string #one of {"left", "right", "go"}
  6. }
  7. "dest_airport: {
  8. "image_space": [float, float], #both in [0,1] range
  9. "dist": float #in meters
  10. "correction": string #one of {"left", "right", "go"}
  11. }
  12. "ducky_tag": [float, float] #both in [0,1] range
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement