aboutsummaryrefslogtreecommitdiff
path: root/src/modules/navigator/mission_feasibility_checker.cpp
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-05-15 07:22:36 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-05-15 07:22:36 +0200
commit23fe9e6dc0cfa77eac0af1a789a22b2e56bdb84e (patch)
tree504804165c9e43a2e14af4954e1ec5ffa78c5c34 /src/modules/navigator/mission_feasibility_checker.cpp
parent19dc0b950916451c7dad287aed49113b72178c17 (diff)
downloadpx4-firmware-23fe9e6dc0cfa77eac0af1a789a22b2e56bdb84e.tar.gz
px4-firmware-23fe9e6dc0cfa77eac0af1a789a22b2e56bdb84e.tar.bz2
px4-firmware-23fe9e6dc0cfa77eac0af1a789a22b2e56bdb84e.zip
navigator: comment only changes / code style fixes
Diffstat (limited to 'src/modules/navigator/mission_feasibility_checker.cpp')
-rw-r--r--src/modules/navigator/mission_feasibility_checker.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/navigator/mission_feasibility_checker.cpp b/src/modules/navigator/mission_feasibility_checker.cpp
index 646ab6ab9..2f45f2267 100644
--- a/src/modules/navigator/mission_feasibility_checker.cpp
+++ b/src/modules/navigator/mission_feasibility_checker.cpp
@@ -1,8 +1,6 @@
/****************************************************************************
*
* Copyright (c) 2013 PX4 Development Team. All rights reserved.
- * Author: @author Lorenz Meier <lm@inf.ethz.ch>
- * @author Thomas Gubler <thomasgubler@student.ethz.ch>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -35,6 +33,9 @@
/**
* @file mission_feasibility_checker.cpp
* Provides checks if mission is feasible given the navigation capabilities
+ *
+ * @author Lorenz Meier <lm@inf.ethz.ch>
+ * @author Thomas Gubler <thomasgubler@student.ethz.ch>
*/
#include "mission_feasibility_checker.h"