skunkforce / OmnAIView

This Repository contains the OmnAIView Software, which is used in the AW4null Research Projects
https://www.autowerkstatt40.org/
MIT License
3 stars 4 forks source link

Version 1.0.0 of OmnAIView #178

Closed AKMaily closed 2 months ago

AKMaily commented 3 months ago

Changes:

Calibration intergration Fixes of issues that came with the calibration : Loading data, saving data Better Design and new Font

R-Abbasi commented 3 months ago

Supposedly, clang-format changed the order of included files.

AKMaily commented 3 months ago

Yes it seems so, i changed it back. It should work now.

R-Abbasi commented 3 months ago

Test these orders for the included files, please: handler.hpp:

// handler.hpp
#ifndef HANDLER_HEADER_HPP
#define HANDLER_HEADER_HPP

#include <implot.h>
#include <set>
#include <nlohmann/json.hpp>
#include <nlohmann/json_fwd.hpp>
#include "../ai_omniscope-v2-communication_sw/src/OmniscopeSampler.hpp"
#include "languages.hpp"

main.cpp:

#include "popups.hpp"
#include "settingspopup.hpp"
#include "style.hpp"
#include <cmake_git_version/version.hpp>
R-Abbasi commented 2 months ago

Please change build.yaml file to https://github.com/skunkforce/OmniView/commit/4def267b6a05b2c7f01728c314a7d4fc57caf21a and it should work just like my branch. The line - run: echo gcc --version may not be required, however.