Skip to content

Commit 3b4ac75

Browse files
committed
msvc fixes
1 parent 90767a5 commit 3b4ac75

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

tesseract_python/swig/tesseract_command_language_python.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ const tesseract_planning::TYPE as_const_ ## TYPE() {return $self->as<const tesse
152152
%pythondynamic tesseract_planning::InstructionPoly;
153153
%pythondynamic tesseract_planning::WaypointPoly;
154154

155+
%wrap_unique_ptr(WaypointInterfaceUPtr, tesseract_planning::WaypointInterface);
156+
%wrap_unique_ptr(InstructionInterfaceUPtr, tesseract_planning::InstructionInterface);
157+
%wrap_unique_ptr(JointWaypointInterfaceUPtr, tesseract_planning::JointWaypointInterface);
158+
%wrap_unique_ptr(MoveInstructionInterfaceUPtr, tesseract_planning::MoveInstructionInterface);
159+
%wrap_unique_ptr(StateWaypointInterfaceUPtr, tesseract_planning::StateWaypointInterface);
160+
%wrap_unique_ptr(CartesianWaypointInterfaceUPtr, tesseract_planning::CartesianWaypointInterface);
161+
162+
155163
%include "tesseract_command_language/poly/waypoint_poly.h"
156164
%include "rework_include/tesseract_command_language/poly/cartesian_waypoint_poly.i"
157165
%include "rework_include/tesseract_command_language/poly/joint_waypoint_poly.i"

tesseract_python/swig/tesseract_srdf_python.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#include <tesseract_scene_graph/graph.h>
5050
#include <tesseract_common/utils.h>
5151
#include <tesseract_common/yaml_utils.h>
52-
#include <tesseract_common/yaml_extenstions.h>
52+
#include <tesseract_common/yaml_extensions.h>
5353

5454
%}
5555

0 commit comments

Comments
 (0)