Fusion
No description available.
File Explorer
Download Latest Version (.zip)- main.yml
- CMakeLists.txt
- main.c
- CMakeLists.txt
- main.c
- advanced_example.py
- compass_vs_ahrs.py
- sensor_data.csv
- simple_example.py
- test_convert.py
- test_model.py
- test_remap.py
- CMakeLists.txt
- Fusion.h
- FusionAhrs.c
- FusionAhrs.h
- FusionBias.c
- FusionBias.h
- FusionCompass.c
- FusionCompass.h
- FusionConfig.h
- FusionConvention.h
- FusionInline.h
- FusionMath.h
- FusionModel.h
- FusionRemap.h
- Ahrs.h
- AhrsFlags.h
- AhrsInternalStates.h
- AhrsSettings.h
- Bias.h
- BiasSettings.h
- CMakeLists.txt
- Compass.h
- Convention.h
- Convert.h
- imufusion.c
- Model.h
- NpArray.h
- Remap.h
- __init__.pyi
- generate_stubs.py
- .gitignore
- CMakeLists.txt
- LICENSE.md
- MANIFEST.in
- pyproject.toml
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/xioTechnologies/Fusion
Downloads the entire project code from GitHub to your computer.
cd Fusion
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
