|  | NASA Astrobee Robot Software
    0.19.1
    Flight software for the Astrobee robots operating inside the International Space Station. | 
 
 
 
Go to the documentation of this file.
   19 #ifndef LOCALIZATION_MEASUREMENTS_IMU_MEASUREMENT_H_ 
   20 #define LOCALIZATION_MEASUREMENTS_IMU_MEASUREMENT_H_ 
   27 #include <sensor_msgs/Imu.h> 
   39     timestamp = imu_msg.header.stamp.sec + 1e-9 * imu_msg.header.stamp.nsec;
 
   52 #endif  // LOCALIZATION_MEASUREMENTS_IMU_MEASUREMENT_H_ 
  
 
Definition: imu_measurement.h:30
ImuMeasurement(const sensor_msgs::Imu &imu_msg)
Definition: imu_measurement.h:31
localization_common::Time timestamp
Definition: measurement.h:29
Eigen::Vector3d acceleration
Definition: imu_measurement.h:47
Eigen::Vector3d Vector3d(const PointType &point)
Definition: utilities.h:328
Definition: measurement.h:25
Definition: depth_correspondences.h:25
Eigen::Vector3d angular_velocity
Definition: imu_measurement.h:48
ImuMeasurement(const Eigen::Vector3d &acceleration, const Eigen::Vector3d &angular_velocity, const localization_common::Time timestamp)
Definition: imu_measurement.h:41
double Time
Definition: time.h:23