Skip to content
Snippets Groups Projects
Commit 3b69361a authored by Anthony Lamping's avatar Anthony Lamping Committed by Daniel Agar
Browse files

CI: move missions into a folder

parent 4158b5e6
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment