Skip to content

Commit

Permalink
Add yaml include directive support
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jan 1, 2025
1 parent 92fa862 commit afbf634
Show file tree
Hide file tree
Showing 12 changed files with 1,160 additions and 755 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ TESSERACT_COMMON_IGNORE_WARNINGS_POP
#include <tesseract_collision/core/continuous_contact_manager.h>
#include <tesseract_common/plugin_loader.hpp>
#include <tesseract_common/yaml_utils.h>
#include <tesseract_common/yaml_extenstions.h>
#include <tesseract_collision/core/contact_managers_plugin_factory.h>

static const std::string TESSERACT_CONTACT_MANAGERS_PLUGIN_DIRECTORIES_ENV = "TESSERACT_CONTACT_MANAGERS_PLUGIN_"
Expand Down
3 changes: 2 additions & 1 deletion tesseract_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ add_library(
src/resource_locator.cpp
src/types.cpp
src/stopwatch.cpp
src/timer.cpp)
src/timer.cpp
src/yaml_utils.cpp)
target_link_libraries(
${PROJECT_NAME}
PUBLIC Eigen3::Eigen
Expand Down
Loading

0 comments on commit afbf634

Please sign in to comment.