Skip to content

Commit

Permalink
Dronie: Update the map when the dronie is sent to the copter
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbenemann committed Oct 23, 2014
1 parent cadaf1f commit 70dbbfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/src/org/droidplanner/core/mission/Mission.java
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ public void makeAndUploadDronie() {
items.addAll(createDronie(this, currentPosition, GeoTools.newCoordFromBearingAndDistance(
currentPosition, 180 + myDrone.getOrientation().getYaw(), 50.0)));
sendMissionToAPM();
myDrone.notifyDroneEvent(DroneEventsType.MISSION_RECEIVED);
notifyMissionUpdate();
}

Expand Down

0 comments on commit 70dbbfa

Please sign in to comment.