Skip to content

Commit 6b05d61

Browse files
committed
Fix mesh geometry constructors
1 parent f899311 commit 6b05d61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tesseract_python/swig/tesseract_common_python.i

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@
106106
%template(name) std::unordered_map<Key,Value,std::hash<Key>,std::equal_to<Key>,Eigen::aligned_allocator<std::pair<const Key, Value>>>;
107107
%enddef
108108

109+
using VectorVector3d = std::vector<Eigen::Vector3d>;
110+
109111
%tesseract_aligned_vector(VectorIsometry3d, Eigen::Isometry3d);
110112
%template(VectorVector3d) std::vector<Eigen::Vector3d>;
111113
%template(VectorVectorXd) std::vector<Eigen::VectorXd>;

0 commit comments

Comments
 (0)