Skip to content

Commit

Permalink
Progress fixing missing wrapped python operators
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Aug 11, 2023
1 parent 84f7f1d commit 78a12f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions python-examples/ros-poses-convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@
print('mrpt PDF mr3 : ' + str(mr3))
print('mrpt PDF mr3b : ' + str(mr3b))
print('ros PDF r3b : ' + str(r3b))

a = mr3
b = mr3
c = a+b
4 changes: 3 additions & 1 deletion python/python.conf
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,6 @@
#
-class std::map<long,unsigned int>
-class std::map<unsigned int,long>
-class std::monostate
-class std::monostate
#
+function mrpt::poses::operator+(const mrpt::poses::CPose3DPDFGaussian&, const mrpt::poses::CPose3DPDFGaussian&)

0 comments on commit 78a12f4

Please sign in to comment.