Deprecated a class related to coppeliasim

This commit is contained in:
Juancho
2023-08-03 19:22:53 +09:00
parent 27c126d2a1
commit b8edcd86bb
4 changed files with 0 additions and 10 deletions

View File

@@ -121,17 +121,7 @@ target_link_libraries(sas_robot_driver_franka_node
sas_robot_driver_franka
${catkin_LIBRARIES})
add_library(robot_coppelia_ros_interface src/robot_coppelia_ros_interface.cpp)
target_link_libraries(robot_coppelia_ros_interface
dqrobotics
dqrobotics-interface-vrep
${catkin_LIBRARIES})
add_executable(robot_coppelia_ros_interface_node src/robot_coppelia_ros_interface_node.cpp)
target_link_libraries(robot_coppelia_ros_interface_node
robot_coppelia_ros_interface
sas_robot_driver_franka
${catkin_LIBRARIES})
add_executable(JuankaEmika