Skip to content

Commit

Permalink
Fix test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Jul 15, 2024
1 parent 42df533 commit 07c2385
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion trajoptlib/test/src/DifferentialPathBuilderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <vector>

#include <catch2/catch_test_macros.hpp>
#include <trajopt/path/DifferentialPathBuilder.hpp>
#include <trajopt/DifferentialTrajectoryGenerator.hpp>

TEST_CASE("DifferentialPathBuilder - Linear initial guess",
"[DifferentialPathBuilder]") {
Expand Down
1 change: 0 additions & 1 deletion trajoptlib/test/src/ObstacleTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include <catch2/catch_test_macros.hpp>
#include <trajopt/SwerveTrajectoryGenerator.hpp>
#include <trajopt/path/SwervePathBuilder.hpp>

TEST_CASE("Obstacle - Linear initial guess", "[Obstacle]") {
SKIP("Fails");
Expand Down
2 changes: 1 addition & 1 deletion trajoptlib/test/src/SwervePathBuilderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <vector>

#include <catch2/catch_test_macros.hpp>
#include <trajopt/path/SwervePathBuilder.hpp>
#include <trajopt/SwerveTrajectoryGenerator.hpp>

TEST_CASE("SwervePathBuilder - Linear initial guess", "[SwervePathBuilder]") {
using namespace trajopt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <vector>

#include <catch2/catch_test_macros.hpp>
#include <trajopt/solution/SwerveSolution.hpp>
#include <trajopt/SwerveTrajectoryGenerator.hpp>
#include <trajopt/util/GenerateLinearInitialGuess.hpp>

TEST_CASE("GenerateLinearInitialGuess - Linear initial guess",
Expand Down

0 comments on commit 07c2385

Please sign in to comment.