Skip to content

Commit

Permalink
Do not use visp
Browse files Browse the repository at this point in the history
  • Loading branch information
corot committed Dec 7, 2021
1 parent d27fb02 commit 609c586
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 6 additions & 5 deletions thorp_navigation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(thorp_navigation)

find_package(catkin REQUIRED roscpp actionlib geometry_msgs mbf_msgs thorp_msgs thorp_toolkit
dynamic_reconfigure visualization_msgs visp_ros visp_bridge)
dynamic_reconfigure visualization_msgs)

link_directories(${catkin_LIBRARY_DIRS})
include_directories(include
Expand All @@ -13,12 +13,13 @@ generate_dynamic_reconfigure_options(cfg/Follower.cfg)
catkin_package(
INCLUDE_DIRS include
DEPENDS roscpp actionlib geometry_msgs mbf_msgs thorp_msgs thorp_toolkit
dynamic_reconfigure visualization_msgs visp_ros visp_bridge)
dynamic_reconfigure visualization_msgs)

# nodes
add_executable(pose_servoing src/pose_servoing.cpp)
target_link_libraries(pose_servoing ${catkin_LIBRARIES})
add_dependencies(pose_servoing thorp_msgs_generate_messages_cpp)

# add_executable(pose_servoing src/pose_servoing.cpp) requires visp_ros visp_bridge, so not that interesting
# target_link_libraries(pose_servoing ${catkin_LIBRARIES})
# add_dependencies(pose_servoing thorp_msgs_generate_messages_cpp)

add_executable(pose_follower src/pose_follower.cpp)
target_link_libraries(pose_follower ${catkin_LIBRARIES})
Expand Down
2 changes: 0 additions & 2 deletions thorp_navigation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
<depend>geometry_msgs</depend>
<depend>thorp_msgs</depend>
<depend>thorp_toolkit</depend>
<depend>visp_ros</depend>
<depend>visp_bridge</depend>
<depend>dynamic_reconfigure</depend>
<depend>visualization_msgs</depend>
<depend>mbf_msgs</depend>
Expand Down

0 comments on commit 609c586

Please sign in to comment.