mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 12:37:35 +08:00
CI: move missions into a folder
This commit is contained in:
committed by
Daniel Agar
parent
4158b5e6a9
commit
3b69361a00
@@ -236,7 +236,7 @@ class MavrosMissionTest(MavrosTestCommon):
|
||||
|
||||
self.mission_name = sys.argv[1]
|
||||
mission_file = os.path.dirname(
|
||||
os.path.realpath(__file__)) + "/" + sys.argv[1]
|
||||
os.path.realpath(__file__)) + "/missions/" + sys.argv[1]
|
||||
|
||||
rospy.loginfo("reading mission {0}".format(mission_file))
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user