Ph0tonic / SDP_Projet

The goal of our application is to be able for a user to join a search group as either a rescuer or an operator to find and rescue people in avalanches using a drone. We worked along with the LYF startup at EPFL which builds drones.
GNU Affero General Public License v3.0
11 stars 7 forks source link

Fix Mission path bug #238

Closed AlexisTabin closed 4 years ago

AlexisTabin commented 4 years ago

The starting point of a mission path is the nearest point from the drone's position. But after the drone has started the mission, the mission path should not move anymore. This PR will correct that.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 40372ea3 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 90.2% (0.0% change).

View more on Code Climate.