@@ -38,10 +38,6 @@ find_package(urdfdom REQUIRED)
38
38
find_package (urdfdom_headers REQUIRED )
39
39
find_package (visualization_msgs REQUIRED )
40
40
41
-
42
- # TODO: Port python bindings
43
- # find_package(pybind11 REQUIRED)
44
-
45
41
# Finds Boost Components
46
42
include (ConfigExtras.cmake )
47
43
@@ -69,33 +65,6 @@ add_subdirectory(transforms)
69
65
add_subdirectory (utils )
70
66
add_subdirectory (version )
71
67
72
- # TODO: Port python bindings
73
- # add_subdirectory(python)
74
- # set(pymoveit_libs
75
- # moveit_collision_detection
76
- # moveit_kinematic_constraints
77
- # moveit_planning_scene
78
- # moveit_python_tools
79
- # moveit_robot_model
80
- # moveit_robot_state
81
- # moveit_transforms
82
- # )
83
- #
84
- # pybind_add_module(pymoveit_core
85
- # python/pymoveit_core.cpp
86
- # collision_detection/src/pycollision_detection.cpp
87
- # robot_model/src/pyrobot_model.cpp
88
- # robot_state/src/pyrobot_state.cpp
89
- # transforms/src/pytransforms.cpp
90
- # planning_scene/src/pyplanning_scene.cpp
91
- # kinematic_constraints/src/pykinematic_constraint.cpp
92
- # )
93
- # target_include_directories(pymoveit_core SYSTEM PRIVATE ${catkin_INCLUDE_DIRS})
94
- # target_link_libraries(pymoveit_core PRIVATE ${pymoveit_libs} ${catkin_LIBRARIES})
95
- #
96
- # #catkin_lint: ignore_once undefined_target (pymoveit_core is defined by pybind_add_module)
97
- # install(TARGETS pymoveit_core LIBRARY DESTINATION ${CATKIN_GLOBAL_PYTHON_DESTINATION})
98
-
99
68
100
69
install (
101
70
TARGETS
0 commit comments