We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4980fdb commit b73426fCopy full SHA for b73426f
doc/examples/realtime_servo/CMakeLists.txt
@@ -2,7 +2,7 @@ add_executable(pose_tracking_tutorial src/pose_tracking_tutorial.cpp)
2
target_include_directories(pose_tracking_tutorial PUBLIC include)
3
target_link_libraries(pose_tracking_tutorial PUBLIC tf2_eigen::tf2_eigen
4
moveit_ros_planning::moveit_planning_scene_monitor
5
- moveit_servo::moveit_servo_lib_cpp
+ moveit_servo::moveit_servo_lib_cpp
6
)
7
8
install(
0 commit comments