IMUInitialAlignment is a project designed to implement the initial alignment of Inertial Measurement Units (IMU). This system processes IMU data to accurately determine the initial orientation.
- Processes IMU data for initial alignment
- Implements algorithms for orientation estimation
- Provides a framework for integrating IMU data with alignment systems
- C++ Compiler (e.g., GCC)
- CMake
- Clone the repository:
git clone https://github.com/akui1321/IMUInitialAlignment.git
- Navigate to the project directory:
cd IMUInitialAlignment - Build the project using CMake:
mkdir build cd build cmake .. make
- Run the executable:
./IMUInitialAlignment
The program will start processing IMU data for initial alignment.
- include/: Contains the header files.
- src/: Contains the source code for the project.
- CMakeLists.txt: CMake configuration file.
- main.cpp: Entry point of the application.
For any inquiries or feedback, please contact akui1321.