mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Integration test: Robustify against 0 home altitude
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
#***************************************************************************
|
#***************************************************************************
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 PX4 Development Team. All rights reserved.
|
# Copyright (c) 2015-2016 PX4 Development Team. All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
@@ -107,6 +107,7 @@ class MavrosMissionTest(unittest.TestCase):
|
|||||||
self.global_position = data
|
self.global_position = data
|
||||||
|
|
||||||
if not self.has_global_pos:
|
if not self.has_global_pos:
|
||||||
|
if data.altitude != 0:
|
||||||
self.home_alt = data.altitude
|
self.home_alt = data.altitude
|
||||||
self.has_global_pos = True
|
self.has_global_pos = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user