mars_lib  0.1.0.3dc76ee85e09
Modular and Robust Sensor-Fusion
core_type.h
Go to the documentation of this file.
1 // Copyright (C) 2021 Christian Brommer, Control of Networked Systems, University of Klagenfurt, Austria.
2 //
3 // All rights reserved.
4 //
5 // This software is licensed under the terms of the BSD-2-Clause-License with
6 // no commercial use allowed, the full terms of which are made available
7 // in the LICENSE file. No license in patents is granted.
8 //
9 // You can contact the author at <christian.brommer@ieee.org>
10 
11 #ifndef CORETYPE_H
12 #define CORETYPE_H
13 
15 
16 namespace mars
17 {
18 class CoreType
19 {
20 public:
24  // ref_to_nav;
25 
26  CoreType() = default;
27 };
28 } // namespace mars
29 
30 #endif // CORETYPE_H
Definition: core_state_type.h:21
Definition: core_type.h:19
CoreStateMatrix cov_
Definition: core_type.h:22
CoreType()=default
CoreStateMatrix state_transition_
Definition: core_type.h:23
CoreStateType state_
Definition: core_type.h:21
Definition: buffer.h:27
Eigen::Matrix< double, CoreStateType::size_error_, CoreStateType::size_error_ > CoreStateMatrix
Definition: core_state_type.h:134