Skip to content

Commit 1703cab

Browse files
committed
Resolve merge conflicts
1 parent 72805c3 commit 1703cab

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

ur_robot_driver/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,7 @@ add_executable(urscript_interface
123123
ament_target_dependencies(urscript_interface ${${PROJECT_NAME}_EXPORTED_TARGETS} ${THIS_PACKAGE_INCLUDE_DEPENDS})
124124

125125
install(
126-
<<<<<<< HEAD
127-
TARGETS dashboard_client ur_ros2_control_node controller_stopper_node urscript_interface
128-
=======
129-
TARGETS dashboard_client controller_stopper_node urscript_interface robot_state_helper
130-
>>>>>>> d4947aa (Port robot_state_helper to ROS2 (#933))
126+
TARGETS dashboard_client ur_ros2_control_node controller_stopper_node urscript_interface robot_state_helper
131127
DESTINATION lib/${PROJECT_NAME}
132128
)
133129

ur_robot_driver/doc/index.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,13 @@ Welcome to ur_robot_driver's documentation!
1414
installation/toc
1515
usage
1616
setup_tool_communication
17-
<<<<<<< HEAD
1817
ROS_INTERFACE
1918
generated/index
20-
19+
robot_state_helper
20+
controller_stopper
2121

2222

2323
Indices and tables
2424
==================
2525

2626
* :ref:`genindex`
27-
=======
28-
hardware_interface_parameters
29-
dashboard_client
30-
robot_state_helper
31-
controller_stopper
32-
>>>>>>> d4947aa (Port robot_state_helper to ROS2 (#933))

0 commit comments

Comments
 (0)