Skip to content

Commit 2d62be9

Browse files
(core) Remove all references to python wrapper from the core pkg (#2623)
* (core) remove commented python wrapper code * (core) remove dep on pybind11_vendor
1 parent 37048b4 commit 2d62be9

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

moveit_core/CMakeLists.txt

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ find_package(urdfdom REQUIRED)
3838
find_package(urdfdom_headers REQUIRED)
3939
find_package(visualization_msgs REQUIRED)
4040

41-
42-
# TODO: Port python bindings
43-
# find_package(pybind11 REQUIRED)
44-
4541
# Finds Boost Components
4642
include(ConfigExtras.cmake)
4743

@@ -69,33 +65,6 @@ add_subdirectory(transforms)
6965
add_subdirectory(utils)
7066
add_subdirectory(version)
7167

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-
9968

10069
install(
10170
TARGETS

moveit_core/package.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
<depend>octomap_msgs</depend>
4545
<depend>octomap</depend>
4646
<depend>pluginlib</depend>
47-
<depend>pybind11_vendor</depend>
4847
<depend>random_numbers</depend>
4948
<depend>rclcpp</depend>
5049
<depend>rsl</depend>

0 commit comments

Comments
 (0)