imu_advanced_navigation_anpp
/build/rock-master-18.09-drivers-orogen-imu-advanced-navigation-anpp-0.20171121/Periods.hpp
Go to the documentation of this file.
1 #ifndef IMU_ADVANCED_NAVIGATION_ANPP_OROGEN_PERIODS_HPP
2 #define IMU_ADVANCED_NAVIGATION_ANPP_OROGEN_PERIODS_HPP
3 
4 #include <base/Time.hpp>
5 
7 {
16  struct Periods
17  {
23 
29 
35 
41 
46  int gnss_info;
47 
53 
59 
61  : world_pose(10)
62  , body_velocity(10)
63  , acceleration(1)
64  , imu_sensors(1)
65  , gnss_info(0)
66  , gnss_satellite_info(0)
67  , north_seeking(1000) {}
68  };
69 }
70 
71 #endif
72 
int acceleration
Definition: Periods.hpp:34
Definition: Periods.hpp:16
int body_velocity
Definition: Periods.hpp:28
int world_pose
Definition: Periods.hpp:22
int imu_sensors
Definition: Periods.hpp:40
int gnss_satellite_info
Definition: Periods.hpp:52
int north_seeking
Definition: Periods.hpp:58
Periods()
Definition: Periods.hpp:60
int gnss_info
Definition: Periods.hpp:46
Definition: Periods.hpp:6