Skip to content

Commit

Permalink
Merge pull request #12 from johncarl81/sketch_fixes
Browse files Browse the repository at this point in the history
Sketch fixes
  • Loading branch information
Carter90 authored Feb 12, 2024
2 parents 58117a1 + 4ba1f80 commit 60f8b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dragonfly
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void testMissionStepSerialization() throws IOException {
steps.add(new MissionStepTakeoff(Arrays.asList("one", "two"), 3.1415));
steps.add(new MissionStepSleep(Arrays.asList("one"), 42));
steps.add(new MissionStepLand(Arrays.asList("two")));
steps.add(new MissionStepGoto("three", "waypoint 1"));
steps.add(new MissionStepGoto("three", "waypoint 1", true, 1, 500));
steps.add(new MissionStepRTL(Arrays.asList("one")));
steps.add(new MissionStepSemaphore(Arrays.asList("one")));
steps.add(new MissionStepDDSA(Arrays.asList("four"), "test", 1, 2, 3, 4, 5, Walk.RANGE, 10, 20, true));
Expand Down

0 comments on commit 60f8b02

Please sign in to comment.