Program Listing for File world_frame.h

Return to documentation for file (/tmp/ws/src/imu_tools/imu_filter_madgwick/include/imu_filter_madgwick/world_frame.h)

#ifndef IMU_FILTER_MADGWICK_WORLD_FRAME_H_
#define IMU_FILTER_MADGWICK_WORLD_FRAME_H_

namespace WorldFrame {
enum WorldFrame { ENU, NED, NWU };
}

#endif