Skip to content
Snippets Groups Projects
Commit d75fe5f9 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

[skip ci] one empty line after license header

parent e0f70e2d
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #15397 skipped
Showing
with 20 additions and 0 deletions
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "core/capture/capture_base.h" #include "core/capture/capture_base.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "core/factor/factor_autodiff.h" #include "core/factor/factor_autodiff.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "core/factor/factor_autodiff.h" #include "core/factor/factor_autodiff.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "core/feature/feature_base.h" #include "core/feature/feature_base.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "core/landmark/landmark_base.h" #include "core/landmark/landmark_base.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "core/processor/processor_base.h" #include "core/processor/processor_base.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "sensor_range_bearing.h" #include "sensor_range_bearing.h"
namespace wolf{ namespace wolf{
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "core/sensor/sensor_base.h" #include "core/sensor/sensor_base.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
// Forward declarations for node templates // Forward declarations for node templates
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
//wolf includes //wolf includes
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
//Wolf includes //Wolf includes
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
// Wolf includes // Wolf includes
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "core/capture/capture_motion.h" #include "core/capture/capture_motion.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "core/capture/capture_motion.h" #include "core/capture/capture_motion.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
//Wolf includes //Wolf includes
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
//Wolf includes //Wolf includes
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
// WOLF // WOLF
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "ceres/cost_function.h" #include "ceres/cost_function.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include "core/problem/problem.h" #include "core/problem/problem.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// //
// You should have received a copy of the GNU Lesser General Public License // You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
// Fwd refs // Fwd refs
......
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