Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Feb 9, 2024
1 parent 0fd825a commit dd1b792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patch/ros-noetic-moveit-ros-planning-interface.patch
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ index 17de157197..fdae58ab37 100644
{
public:
/** \brief Default ROS parameter name from where to read the robot's URDF. Set to 'robot_description' */
diff --git a/moveit_ros/planning_interface/py_bindings_tools/CMakeLists.txt b/moveit_ros/planning_interface/py_bindings_tools/CMakeLists.txt
diff --git a/py_bindings_tools/CMakeLists.txt b/py_bindings_tools/CMakeLists.txt
index 1f82d7e4dc..2f9112fb85 100644
--- a/moveit_ros/planning_interface/py_bindings_tools/CMakeLists.txt
+++ b/moveit_ros/planning_interface/py_bindings_tools/CMakeLists.txt
--- a/py_bindings_tools/CMakeLists.txt
+++ b/py_bindings_tools/CMakeLists.txt
@@ -1,8 +1,14 @@
set(MOVEIT_LIB_NAME moveit_py_bindings_tools)

Expand Down

0 comments on commit dd1b792

Please sign in to comment.