Skip to content

Commit

Permalink
fixing include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nosmokingsurfer committed May 31, 2024
1 parent 4c00262 commit 624645f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FGraphDiff/mrob/factor_diff.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


#include "mrob/matrix_base.hpp"
#include "../FGraph/mrob/factor.hpp"
#include "mrob/factor.hpp"


namespace mrob{
Expand Down
2 changes: 1 addition & 1 deletion src/FGraphDiff/mrob/factor_graph_diff.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <deque>// for long allocations

#include "mrob/factor_diff.hpp"
#include "../FGraph/mrob/factor_graph.hpp"
#include "mrob/factor_graph.hpp"

namespace mrob{
/**
Expand Down
2 changes: 1 addition & 1 deletion src/pybind/FGraphDiffPy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


#include "mrob/factor_graph_diff_solve.hpp"
#include "../FGraph/mrob/factors/nodePose2d.hpp"
#include "mrob/factors/nodePose2d.hpp"
#include "mrob/factors/factor1Pose2d_diff.hpp"
#include "mrob/factors/factor2Poses2d_diff.hpp"

Expand Down

0 comments on commit 624645f

Please sign in to comment.