Skip to content

Commit

Permalink
fix example include
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Nov 15, 2024
1 parent 18e2543 commit fe2a8f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/src/s2e.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "logger/logger.hpp"

// Add custom include files
#include "simulation_sample/case/sample_case.hpp"
#include "simulation/case/sample_case.hpp"
// #include "simulation/monte_carlo_simulation/monte_carlo_simulation_executor.hpp"
// #include "interface/hils/COSMOSWrapper.h"
// #include "interface/hils/HardwareMessage.h"
Expand Down
2 changes: 1 addition & 1 deletion example/src/simulation/case/sample_case.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifndef S2E_SIMULATION_SAMPLE_CASE_SAMPLE_CASE_HPP_
#define S2E_SIMULATION_SAMPLE_CASE_SAMPLE_CASE_HPP_

#include <src/simulation/case/simulation_case.hpp>
#include <simulation/case/simulation_case.hpp>

#include "../ground_station/sample_ground_station.hpp"
#include "../spacecraft/sample_spacecraft.hpp"
Expand Down
2 changes: 1 addition & 1 deletion example/src/simulation/spacecraft/sample_spacecraft.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifndef S2E_SIMULATION_SAMPLE_SPACECRAFT_SAMPLE_SPACECRAFT_HPP_
#define S2E_SIMULATION_SAMPLE_SPACECRAFT_SAMPLE_SPACECRAFT_HPP_

#include <src/simulation/spacecraft/spacecraft.hpp>
#include <simulation/spacecraft/spacecraft.hpp>

#include "sample_components.hpp"

Expand Down

0 comments on commit fe2a8f3

Please sign in to comment.