mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Merge branch 'calibration_new'
This introduces a separate tool for extracting calibration data from the robot and generating a parameter file that can be used by the ur_description package to generate a correct URDF model.
This commit is contained in:
@@ -19,7 +19,6 @@ find_package(catkin REQUIRED
|
||||
roscpp
|
||||
sensor_msgs
|
||||
std_srvs
|
||||
tf
|
||||
trajectory_msgs
|
||||
ur_controllers
|
||||
ur_msgs
|
||||
@@ -43,6 +42,7 @@ catkin_package(
|
||||
trajectory_msgs
|
||||
ur_controllers
|
||||
ur_msgs
|
||||
std_srvs
|
||||
DEPENDS
|
||||
Boost
|
||||
)
|
||||
@@ -127,14 +127,3 @@ install(DIRECTORY include/${PROJECT_NAME}/
|
||||
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
|
||||
FILES_MATCHING PATTERN "*.h"
|
||||
)
|
||||
|
||||
|
||||
#if (CATKIN_ENABLE_TESTING)
|
||||
#set(${PROJECT_NAME}_TEST_SOURCES
|
||||
#tests/ur/master_board.cpp
|
||||
#tests/ur/robot_mode.cpp
|
||||
#tests/ur/rt_state.cpp)
|
||||
|
||||
#catkin_add_gtest(ur_rtde_driver_test ${${PROJECT_NAME}_SOURCES} ${${PROJECT_NAME}_TEST_SOURCES} tests/main.cpp)
|
||||
#target_link_libraries(ur_rtde_driver_test ur_rtde_driver ${catkin_LIBRARIES})
|
||||
#endif()
|
||||
|
||||
Reference in New Issue
Block a user