@@ -29,6 +29,7 @@ find_package(tesseract_geometry REQUIRED)
2929find_package (tesseract_visualization REQUIRED)
3030find_package (tesseract_collision REQUIRED)
3131find_package (tesseract_urdf REQUIRED)
32+ find_package (tesseract_srdf REQUIRED)
3233find_package (tesseract_kinematics REQUIRED)
3334find_package (tesseract_environment REQUIRED)
3435find_package (tesseract_scene_graph REQUIRED)
@@ -51,6 +52,7 @@ include_directories(
5152 ${tesseract_kinematics_INCLUDE_DIRS}
5253 ${tesseract_urdf_INCLUDE_DIRS}
5354 ${tesseract_scene_graph_INCLUDE_DIRS}
55+ ${tesseract_srdf_INCLUDE_DIRS}
5456 ${tesseract_environment_INCLUDE_DIRS}
5557 ${tesseract_command_language_INCLUDE_DIRS}
5658 ${tesseract_time_parameterization_INCLUDE_DIRS}
@@ -110,6 +112,7 @@ tesseract_python_module(tesseract_collision_python SWIG_SRCS swig/tesseract_coll
110112tesseract_python_module(tesseract_collision_bullet_python SWIG_SRCS swig/tesseract_collision_bullet_python.i PACKAGE tesseract_collision_bullet LIBS tesseract::tesseract_collision_bullet )
111113tesseract_python_module(tesseract_collision_fcl_python SWIG_SRCS swig/tesseract_collision_fcl_python.i PACKAGE tesseract_collision_fcl LIBS tesseract::tesseract_collision_fcl )
112114tesseract_python_module(tesseract_scene_graph_python SWIG_SRCS swig/tesseract_scene_graph_python.i PACKAGE tesseract_scene_graph LIBS tesseract::tesseract_scene_graph )
115+ tesseract_python_module(tesseract_srdf_python SWIG_SRCS swig/tesseract_srdf_python.i PACKAGE tesseract_srdf LIBS tesseract::tesseract_srdf )
113116tesseract_python_module(tesseract_urdf_python SWIG_SRCS swig/tesseract_urdf_python.i PACKAGE tesseract_urdf LIBS tesseract::tesseract_urdf )
114117tesseract_python_module(tesseract_kinematics_python SWIG_SRCS swig/tesseract_kinematics_python.i PACKAGE tesseract_kinematics LIBS tesseract::tesseract_kinematics_core )
115118tesseract_python_module(tesseract_kinematics_kdl_python SWIG_SRCS swig/tesseract_kinematics_kdl_python.i PACKAGE tesseract_kinematics_kdl LIBS tesseract::tesseract_kinematics_kdl )
@@ -179,7 +182,7 @@ if(TESSERACT_ENABLE_TESTING)
179182 _tesseract_motion_planners_python _tesseract_motion_planners_simple_python
180183 _tesseract_motion_planners_trajopt_python _tesseract_motion_planners_ompl_python
181184 _tesseract_motion_planners_descartes_python _tesseract_time_parameterization_python
182- _tesseract_visualization_python)
185+ _tesseract_visualization_python _tesseract_srdf_python )
183186 endif ()
184187
185188 add_test (NAME python-tests
0 commit comments