File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,14 @@ const tesseract_planning::TYPE as_const_ ## TYPE() {return $self->as<const tesse
152
152
%pythondynamic tesseract_planning::InstructionPoly;
153
153
%pythondynamic tesseract_planning::WaypointPoly;
154
154
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
+
155
163
%include " tesseract_command_language/poly/waypoint_poly.h"
156
164
%include " rework_include/tesseract_command_language/poly/cartesian_waypoint_poly.i"
157
165
%include " rework_include/tesseract_command_language/poly/joint_waypoint_poly.i"
Original file line number Diff line number Diff line change 49
49
#include < tesseract_scene_graph/graph.h>
50
50
#include < tesseract_common/utils.h>
51
51
#include < tesseract_common/yaml_utils.h>
52
- #include < tesseract_common/yaml_extenstions .h>
52
+ #include < tesseract_common/yaml_extensions .h>
53
53
54
54
%}
55
55
You can’t perform that action at this time.
0 commit comments