Skip to content

Commit 031da95

Browse files
committed
Disable python wrapper for now
The ROS1 wrapper relied on python <-> c++ type casting via message serialization. A corresponding mechanism doesn't yet exist in ROS2: - https://answers.ros.org/question/356542/ros2-message-serialization-adapting-types/ - ros2/rclpy#291 (comment)
1 parent b54f53e commit 031da95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ add_compile_options(-fvisibility-inlines-hidden)
2525
set(PROJECT_INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/moveit/task_constructor)
2626

2727
add_subdirectory(src)
28-
add_subdirectory(python)
28+
# TODO: enable python wrapper
29+
#add_subdirectory(python)
2930
add_subdirectory(test)
3031

3132
install(DIRECTORY include/ DESTINATION include

0 commit comments

Comments
 (0)