From 10808335fd5d2cc2aabe362811443841b7407045 Mon Sep 17 00:00:00 2001 From: fan-ziqi Date: Tue, 8 Oct 2024 19:02:16 +0800 Subject: [PATCH] fix: remove relative references to include paths --- src/rl_sar/src/rl_real_a1.cpp | 2 +- src/rl_sar/src/rl_sim.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rl_sar/src/rl_real_a1.cpp b/src/rl_sar/src/rl_real_a1.cpp index c3c4429..a6db08a 100644 --- a/src/rl_sar/src/rl_real_a1.cpp +++ b/src/rl_sar/src/rl_real_a1.cpp @@ -1,4 +1,4 @@ -#include "../include/rl_real_a1.hpp" +#include "rl_real_a1.hpp" // #define PLOT // #define CSV_LOGGER diff --git a/src/rl_sar/src/rl_sim.cpp b/src/rl_sar/src/rl_sim.cpp index b01ad82..255cd68 100644 --- a/src/rl_sar/src/rl_sim.cpp +++ b/src/rl_sar/src/rl_sim.cpp @@ -1,4 +1,4 @@ -#include "../include/rl_sim.hpp" +#include "rl_sim.hpp" // #define PLOT // #define CSV_LOGGER