Skip to content

Commit

Permalink
Add any poly support to manipulator info
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jul 24, 2024
1 parent ead0514 commit 5ec82a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tesseract_common/include/tesseract_common/manipulator_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#include <boost/serialization/base_object.hpp>
TESSERACT_COMMON_IGNORE_WARNINGS_POP

#include <tesseract_common/any_poly.h>

namespace tesseract_common
{
/**
Expand Down Expand Up @@ -97,4 +99,5 @@ struct ManipulatorInfo
};
} // namespace tesseract_common

TESSERACT_ANY_EXPORT_KEY(tesseract_common::ManipulatorInfo, TesseractCommonManipulatorInfo)
#endif // TESSERACT_COMMON_MANIPULATOR_INFO_H
1 change: 1 addition & 0 deletions tesseract_common/src/manipulator_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ void ManipulatorInfo::serialize(Archive& ar, const unsigned int /*version*/)

#include <tesseract_common/serialization.h>
TESSERACT_SERIALIZE_ARCHIVES_INSTANTIATE(tesseract_common::ManipulatorInfo)
TESSERACT_ANY_EXPORT_IMPLEMENT(TesseractCommonManipulatorInfo)

0 comments on commit 5ec82a0

Please sign in to comment.