Skip to content

Commit

Permalink
v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
McEmzi committed Apr 22, 2023
1 parent da57d46 commit 4c51fa3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ add_library(${PROJECT_NAME} SHARED ${PROJECT_SOURCE_FILES})
add_library(Hyper::State ALIAS ${PROJECT_NAME})

# Fetch (external) content.
FetchContent_Declare(HyperVariables GIT_REPOSITORY https://github.com/VIS4ROB-lab/HyperVariables.git GIT_TAG 93795ca202b882f0e7e39464618a521fd91f3be0)
FetchContent_Declare(HyperVariables GIT_REPOSITORY https://github.com/VIS4ROB-lab/HyperVariables.git GIT_TAG ed79c43884dcaa45b3f70547a9edd6ef576b2978)
FetchContent_MakeAvailable(HyperVariables)

# Find Eigen target if not present.
Expand Down
2 changes: 1 addition & 1 deletion include/hyper/state/forward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "hyper/variables/forward.hpp"

#include "hyper/jacobian.hpp"
#include "hyper/matrix.hpp"

namespace hyper::state {

Expand Down
1 change: 0 additions & 1 deletion include/hyper/state/interpolators/temporal/polynomial.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#include "hyper/matrix.hpp"
#include "hyper/state/interpolators/temporal/temporal.hpp"
#include "hyper/vector.hpp"

namespace hyper::state {

Expand Down
2 changes: 1 addition & 1 deletion include/hyper/state/temporal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "hyper/state/forward.hpp"

#include "hyper/jacobian.hpp"
#include "hyper/matrix.hpp"
#include "hyper/state/range.hpp"
#include "hyper/variables/stamped.hpp"
#include "hyper/variables/variable.hpp"
Expand Down

0 comments on commit 4c51fa3

Please sign in to comment.