Skip to content
Snippets Groups Projects
Commit 3a636512 authored by Jon Cefalu's avatar Jon Cefalu
Browse files

Mission Execution Engine implementation in python, which takes AVCL files as...

Mission Execution Engine implementation in python, which takes AVCL files as input, and parses and runs them.
parent 000ef1bc
No related branches found
No related tags found
1 merge request!2Mission Execution Engine implementation in python, which takes AVCL files as...
...@@ -673,10 +673,15 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -673,10 +673,15 @@ POSSIBILITY OF SUCH DAMAGE.
<exec executable="python" dir="." vmlauncher="false"> <exec executable="python" dir="." vmlauncher="false">
<arg value="--version"/> <arg value="--version"/>
</exec> </exec>
<!-- Note that Ant will not work with interactive command-line invocation of missions -->
<!-- TODO Jon will add single-mission and all-mission execution options -->
<exec executable="python" dir="." vmlauncher="false"> <exec executable="python" dir="." vmlauncher="false">
<arg value="missions/python/MissionExecutionEngine.py"/> <arg value="missions/python/MissionExecutionEngine.py"/>
<arg value="--help"/>
</exec>
<exec executable="python" dir="." vmlauncher="false">
<arg value="missions/python/MissionExecutionEngine.py"/>
<arg value="--exhaustively-test-all-standard-library-missions"/>
<arg value="--exhaustive-testing-max-runs-per-mission"/>
<arg value="2000"/>
</exec> </exec>
<!-- verbose results are OK, they go into the build log for ongoing comparison/confirmation --> <!-- verbose results are OK, they go into the build log for ongoing comparison/confirmation -->
</target> </target>
......
This diff is collapsed.
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