Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Mar 11, 2024
1 parent f9665d4 commit cc0039c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 3 additions & 0 deletions tesseract_environment/include/tesseract_environment/command.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,7 @@ class Command
using Commands = std::vector<std::shared_ptr<const Command>>;
} // namespace tesseract_environment

#include <boost/serialization/export.hpp>
BOOST_CLASS_EXPORT_KEY2(tesseract_environment::Command, "Command")

#endif // COMMAND_H
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,10 @@ TESSERACT_COMMON_IGNORE_WARNINGS_POP
#include <tesseract_scene_graph/link.h>
#include <tesseract_scene_graph/joint.h>

// #include <tesseract_state_solver/mutable_state_solver.h>

// #include <tesseract_kinematics/core/kinematic_group.h>
// #include <tesseract_kinematics/core/joint_group.h>
// #include <tesseract_kinematics/core/inverse_kinematics.h>

#include <tesseract_urdf/urdf_parser.h>

#include <tesseract_srdf/srdf_model.h>

// #include <tesseract_collision/core/discrete_contact_manager.h>
// #include <tesseract_collision/core/continuous_contact_manager.h>

#include <tesseract_support/tesseract_support_resource_locator.h>

using namespace tesseract_common;
Expand Down

0 comments on commit cc0039c

Please sign in to comment.