[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 44111b: [generators] gen_fligh
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 44111b: [generators] gen_flightplan: check waypoint altitu... |
Date: |
Tue, 22 Sep 2015 01:27:55 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 44111be59fda0ed46961205d04c84fd3ec58c9fe
https://github.com/paparazzi/paparazzi/commit/44111be59fda0ed46961205d04c84fd3ec58c9fe
Author: Felix Ruess <address@hidden>
Date: 2015-09-18 (Fri, 18 Sep 2015)
Changed paths:
M sw/tools/generators/gen_flight_plan.ml
Log Message:
-----------
[generators] gen_flightplan: check waypoint altitude against SRTM
Print a warning if a waypoint has an altitude below the ground altitude provide
by SRTM (if available).
Commit: e39a21c8ec5c705b11ff44137b73811632107590
https://github.com/paparazzi/paparazzi/commit/e39a21c8ec5c705b11ff44137b73811632107590
Author: Felix Ruess <address@hidden>
Date: 2015-09-18 (Fri, 18 Sep 2015)
Changed paths:
M sw/supervision/paparazzicenter.ml
M sw/tools/generators/gen_flight_plan.ml
Log Message:
-----------
[paparazzi center] yellow if no SRTM data found
Don't print the word warning if no SRTM data is found for altitude checks,
as that will show up in when running make test (on CI server where we don't
have SRTM data).
Instead color it yellow in paparazzi center...
Commit: 3859620e57f82abc87291130f5a0d1b5fd4c1f6d
https://github.com/paparazzi/paparazzi/commit/3859620e57f82abc87291130f5a0d1b5fd4c1f6d
Author: Felix Ruess <address@hidden>
Date: 2015-09-22 (Tue, 22 Sep 2015)
Changed paths:
M sw/supervision/paparazzicenter.ml
M sw/tools/generators/gen_flight_plan.ml
Log Message:
-----------
Merge pull request #1361 from paparazzi/fp_check_srtm
[generators] gen_flightplan: check waypoint altitude against SRTM
Print a warning if a waypoint has an altitude below the ground altitude provide
by SRTM (if available).
Compare:
https://github.com/paparazzi/paparazzi/compare/19563249a18a...3859620e57f8