Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Move SymbolExports.hpp to util folder (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Jun 21, 2024
1 parent 3e46a00 commit c0835d3
Show file tree
Hide file tree
Showing 30 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion include/trajopt/OptimalTrajectoryGenerator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

#include <string>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/expected"
#include "trajopt/path/SwervePathBuilder.hpp"
#include "trajopt/solution/SwerveSolution.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/constraint/AngularVelocityConstraint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/set/IntervalSet1d.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/constraint/HeadingConstraint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/set/IntervalSet1d.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/constraint/LinePointConstraint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/set/IntervalSet1d.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/constraint/PointAtConstraint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/constraint/PointLineConstraint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/set/IntervalSet1d.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/constraint/PointPointConstraint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/set/IntervalSet1d.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/constraint/TranslationConstraint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/set/Set2d.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/set/IntervalSet1d.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/set/IntervalSet1d.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/constraint/Constraint.hpp"
#include "trajopt/set/Set2d.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/drivetrain/DifferentialDrivetrain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/drivetrain/SwerveDrivetrain.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include <vector>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/drivetrain/SwerveModule.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/drivetrain/SwerveModule.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/obstacle/Obstacle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include <vector>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/obstacle/ObstaclePoint.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/obstacle/ObstaclePoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/path/InitialGuessPoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/path/Path.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
#include <functional>
#include <vector>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/constraint/differential/DifferentialConstraint.hpp"
#include "trajopt/constraint/holonomic/HolonomicConstraint.hpp"
#include "trajopt/drivetrain/DifferentialDrivetrain.hpp"
#include "trajopt/drivetrain/SwerveDrivetrain.hpp"
#include "trajopt/solution/SwerveSolution.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/set/ConeSet2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include <cassert>
#include <numbers>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/set/IntervalSet1d.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/set/EllipticalSet2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <cassert>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/set/IntervalSet1d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <cassert>
#include <limits>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/set/LinearSet2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#pragma once

#include "trajopt/SymbolExports.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/set/RectangularSet2d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include <cmath>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/set/IntervalSet1d.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/solution/DifferentialSolution.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include <vector>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/solution/Solution.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/solution/HolonomicSolution.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include <vector>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/solution/Solution.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/solution/Solution.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <vector>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/solution/SwerveSolution.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include <vector>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/solution/HolonomicSolution.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/trajectory/HolonomicTrajectory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#include <utility>
#include <vector>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/solution/HolonomicSolution.hpp"
#include "trajopt/solution/SwerveSolution.hpp"
#include "trajopt/trajectory/HolonomicTrajectorySample.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
2 changes: 1 addition & 1 deletion include/trajopt/trajectory/HolonomicTrajectorySample.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <utility>
#include <vector>

#include "trajopt/SymbolExports.hpp"
#include "trajopt/util/SymbolExports.hpp"

namespace trajopt {

Expand Down
File renamed without changes.

0 comments on commit c0835d3

Please sign in to comment.