Skip to content

Commit 55d8682

Browse files
Levi ArmstrongLevi-Armstrong
authored andcommitted
Remove unused header from tesseract_time_parameterization_python.i
1 parent 875b486 commit 55d8682

11 files changed

+7
-18
lines changed

tesseract_python/tesseract_python/swig/tesseract_command_language_python.i

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
#include <tesseract_command_language/utils/flatten_utils.h>
4848

4949
#include <tesseract_common/status_code.h>
50-
#include <tesseract_geometry/geometries.h>
5150
#include <tesseract_common/resource.h>
5251

5352
#include "tesseract_command_language_python_std_functions.h"
@@ -91,4 +90,4 @@
9190
%include "tesseract_command_language/utils/filter_functions.h"
9291
%include "tesseract_command_language/utils/utils.h"
9392
%include "tesseract_command_language/utils/get_instruction_utils.h"
94-
%include "tesseract_command_language/utils/flatten_utils.h"
93+
%include "tesseract_command_language/utils/flatten_utils.h"

tesseract_python/tesseract_python/swig/tesseract_kinematics_opw_python.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@
6969

7070
%template(OPWParameters) opw_kinematics::Parameters<double>;
7171

72-
%include "tesseract_kinematics/opw/opw_inv_kin.h"
72+
%include "tesseract_kinematics/opw/opw_inv_kin.h"

tesseract_python/tesseract_python/swig/tesseract_motion_planners_descartes_python.i

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
#include <tesseract_motion_planners/descartes/deserialize.h>
4646

4747
#include <tesseract_common/status_code.h>
48-
#include <tesseract_geometry/geometries.h>
4948
#include <tesseract_common/resource.h>
5049

5150
#include "tesseract_command_language_python_std_functions.h"

tesseract_python/tesseract_python/swig/tesseract_motion_planners_ompl_python.i

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
#include <tesseract_motion_planners/ompl/deserialize.h>
4747

4848
#include <tesseract_common/status_code.h>
49-
#include <tesseract_geometry/geometries.h>
5049
#include <tesseract_common/resource.h>
5150

5251
#include "tesseract_command_language_python_std_functions.h"

tesseract_python/tesseract_python/swig/tesseract_motion_planners_python.i

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@
4141
#include <tesseract_motion_planners/core/utils.h>
4242

4343
#include <tesseract_common/status_code.h>
44-
#include <tesseract_geometry/geometries.h>
45-
46-
#include <tesseract_scene_graph/resource_locator.h>
44+
#include <tesseract_common/resource.h>
4745

4846
#include "tesseract_environment_python_std_functions.h"
4947
#include <tesseract_kinematics/core/rep_inverse_kinematics.h>

tesseract_python/tesseract_python/swig/tesseract_motion_planners_simple_python.i

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
#include <tesseract_motion_planners/simple/simple_motion_planner.h>
4646

4747
#include <tesseract_common/status_code.h>
48-
#include <tesseract_geometry/geometries.h>
49-
50-
#include <tesseract_scene_graph/resource_locator.h>
48+
#include <tesseract_common/resource.h>
5149

5250
#include "tesseract_environment_python_std_functions.h"
5351
#include <tesseract_kinematics/core/rep_inverse_kinematics.h>

tesseract_python/tesseract_python/swig/tesseract_motion_planners_trajopt_python.i

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
#include <tesseract_motion_planners/trajopt/deserialize.h>
5151

5252
#include <tesseract_common/status_code.h>
53-
#include <tesseract_geometry/geometries.h>
5453
#include <tesseract_common/resource.h>
5554

5655
#include "tesseract_command_language_python_std_functions.h"

tesseract_python/tesseract_python/swig/tesseract_process_managers_python.i

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
#include <tesseract_process_managers/process_generators/iterative_spline_parameterization_process_generator.h>
9797

9898
#include <tesseract_common/status_code.h>
99-
#include <tesseract_geometry/geometries.h>
10099
#include <tesseract_common/resource.h>
101100

102101
#include "tesseract_command_language_python_std_functions.h"

tesseract_python/tesseract_python/swig/tesseract_scene_graph_python.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@
7373
%include "tesseract_scene_graph/resource_locator.h"
7474
%include "tesseract_scene_graph/kinematics_information.h"
7575
%include "tesseract_scene_graph/srdf_model.h"
76-
%include "tesseract_scene_graph/utils.h"
76+
%include "tesseract_scene_graph/utils.h"

tesseract_python/tesseract_python/swig/tesseract_time_parameterization_python.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
%{
3636

3737
#include <tesseract_common/status_code.h>
38-
#include <tesseract_geometry/geometries.h>
38+
#include <tesseract_common/resource.h>
3939

4040
// tesseract_time_parameterization
4141
#include <tesseract_time_parameterization/iterative_spline_parameterization.h>

0 commit comments

Comments
 (0)