mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Renamed the driver to ur_robot_driver
This commit is contained in:
@@ -9,7 +9,7 @@ add_compile_options(-std=c++11)
|
||||
## is used, also find other catkin packages
|
||||
find_package(catkin REQUIRED COMPONENTS
|
||||
roscpp
|
||||
ur_rtde_driver
|
||||
ur_robot_driver
|
||||
)
|
||||
find_package(Eigen3 REQUIRED)
|
||||
find_package(yaml-cpp REQUIRED)
|
||||
@@ -108,7 +108,7 @@ catkin_package(
|
||||
# LIBRARIES ur_calibration
|
||||
CATKIN_DEPENDS
|
||||
roscpp
|
||||
ur_rtde_driver
|
||||
ur_robot_driver
|
||||
DEPENDS
|
||||
yaml-cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user