namespace mola::imu
Overview
namespace imu { // typedefs typedef std::map<double, TrajectoryPoint> Trajectory; // structs struct TrajectoryPoint; } // namespace imu
namespace imu { // typedefs typedef std::map<double, TrajectoryPoint> Trajectory; // structs struct TrajectoryPoint; } // namespace imu