diff options
author | ccolin | 2021-01-04 17:59:11 +0100 |
---|---|---|
committer | ccolin | 2021-01-04 17:59:11 +0100 |
commit | ac1ada6ca75c704b38de67b906ba8ce83d536fe5 (patch) | |
tree | 8ba7712dc1cb57c4b82d81e90b45e257ed5bba48 /waypoints2.json | |
parent | aef6e08f6064acf3430a59e7bd6aff214ee1e065 (diff) |
add a better sample file
Diffstat (limited to 'waypoints2.json')
-rw-r--r-- | waypoints2.json | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/waypoints2.json b/waypoints2.json new file mode 100644 index 0000000..629186c --- /dev/null +++ b/waypoints2.json @@ -0,0 +1,77 @@ +{ + "description": "un fichier de test plus probant", + "framerate": 30, + "drones": [ + { + "id": 1, + "waypoints": [ + { + "frame": 0, + "position": { + "alt_Y": 100, + "lat_Z": 100, + "lng_X": 200 + } + }, + { + "frame": 200, + "position": { + "alt_Y": 100, + "lat_Z": -500, + "lng_X": 150 + } + }, + { + "frame": 300, + "position": { + "alt_Y": 100, + "lat_Z": -9000, + "lng_X": 150 + } + } + ] + }, + { + "id": 2, + "waypoints": [ + { + "frame": 0, + "position": { + "alt_Y": 100, + "lat_Z": 100, + "lng_X": -800 + } + }, + { + "frame": 300, + "position": { + "alt_Y": 100, + "lat_Z": -500, + "lng_X": -400 + } + } + ] + }, + { + "id": 3, + "waypoints": [ + { + "frame": 0, + "position": { + "alt_Y": 100, + "lat_Z": 100, + "lng_X": -400 + } + }, + { + "frame": 300, + "position": { + "alt_Y": 100, + "lat_Z": -500, + "lng_X": -800 + } + } + ] + } + ] +} |