Skip to content

Commit

Permalink
Fix mesh geometry constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Nov 29, 2024
1 parent f899311 commit 6b05d61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tesseract_python/swig/tesseract_common_python.i
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
%template(name) std::unordered_map<Key,Value,std::hash<Key>,std::equal_to<Key>,Eigen::aligned_allocator<std::pair<const Key, Value>>>;
%enddef

using VectorVector3d = std::vector<Eigen::Vector3d>;

%tesseract_aligned_vector(VectorIsometry3d, Eigen::Isometry3d);
%template(VectorVector3d) std::vector<Eigen::Vector3d>;
%template(VectorVectorXd) std::vector<Eigen::VectorXd>;
Expand Down

0 comments on commit 6b05d61

Please sign in to comment.