Skip to content

Commit

Permalink
Remove old ekf tool (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrowne15 authored Apr 3, 2023
1 parent 825a040 commit 815c635
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
8 changes: 0 additions & 8 deletions management/executive/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ add_dependencies(data_to_disk_pub ${catkin_EXPORTED_TARGETS})
target_link_libraries(data_to_disk_pub
executive gflags ${catkin_LIBRARIES})

## Declare a C++ executable: ekf_switch_mux
add_executable(ekf_switch_mux tools/ekf_switch_mux.cc)
add_dependencies(ekf_switch_mux ${catkin_EXPORTED_TARGETS})
target_link_libraries(ekf_switch_mux
executive gflags ${catkin_LIBRARIES})

## Declare a C++ executable: plan_pub
add_executable(plan_pub tools/plan_pub.cc)
add_dependencies(plan_pub ${catkin_EXPORTED_TARGETS})
Expand Down Expand Up @@ -160,14 +154,12 @@ install(FILES nodelet_plugins.xml

# Install C++ executables
install(TARGETS data_to_disk_pub DESTINATION bin)
install(TARGETS ekf_switch_mux DESTINATION bin)
install(TARGETS plan_pub DESTINATION bin)
install(TARGETS simple_move DESTINATION bin)
install(TARGETS teleop_tool DESTINATION bin)
install(TARGETS zones_pub DESTINATION bin)
install(CODE "execute_process(
COMMAND ln -s ../../bin/data_to_disk_pub share/${PROJECT_NAME}
COMMAND ln -s ../../bin/ekf_switch_mux share/${PROJECT_NAME}
COMMAND ln -s ../../bin/plan_pub share/${PROJECT_NAME}
COMMAND ln -s ../../bin/simple_move share/${PROJECT_NAME}
COMMAND ln -s ../../bin/teleop_tool share/${PROJECT_NAME}
Expand Down
76 changes: 0 additions & 76 deletions management/executive/tools/ekf_switch_mux.cc

This file was deleted.

0 comments on commit 815c635

Please sign in to comment.