1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 01:50:46 +02:00

added first version of speed scaling readings

This commit is contained in:
Felix Mauch
2019-04-17 16:59:07 +02:00
parent 5bbeae1c8f
commit 7a31b25e38
6 changed files with 23 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ find_package(catkin REQUIRED
std_srvs
tf
trajectory_msgs
ur_controllers
ur_msgs
)
find_package(Boost REQUIRED)
@@ -40,6 +41,7 @@ catkin_package(
roscpp
sensor_msgs
trajectory_msgs
ur_controllers
ur_msgs
DEPENDS
Boost