Skip to content

Commit

Permalink
remove dw
Browse files Browse the repository at this point in the history
  • Loading branch information
qintonguav committed Apr 13, 2018
1 parent 3124274 commit afa45c9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 22 deletions.
2 changes: 1 addition & 1 deletion ar_demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include_directories(
add_executable(ar_demo_node src/ar_demo_node.cpp)

target_link_libraries(ar_demo_node
${catkin_LIBRARIES} ${OpenCV_LIBS} dw
${catkin_LIBRARIES} ${OpenCV_LIBS}
)


6 changes: 0 additions & 6 deletions ar_demo/src/ar_demo_node.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#define BACKWARD_HAS_DW 1
#include <backward.hpp>
namespace backward
{
backward::SignalHandling sh;
} // namespace backward
#include <ros/ros.h>
#include <std_msgs/ColorRGBA.h>
#include <visualization_msgs/Marker.h>
Expand Down
2 changes: 1 addition & 1 deletion pose_graph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ add_executable(pose_graph
src/ThirdParty/VocabularyBinary.cpp
)

target_link_libraries(pose_graph ${catkin_LIBRARIES} ${OpenCV_LIBS} ${CERES_LIBRARIES} dw)
target_link_libraries(pose_graph ${catkin_LIBRARIES} ${OpenCV_LIBS} ${CERES_LIBRARIES})
message("catkin_lib ${catkin_LIBRARIES}")
7 changes: 0 additions & 7 deletions pose_graph/src/pose_graph_node.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
#define BACKWARD_HAS_DW 1
#include <backward.hpp>
namespace backward
{
backward::SignalHandling sh;
} // namespace backward

#include <vector>
#include <ros/ros.h>
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion vins_estimator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ add_executable(vins_estimator
)


target_link_libraries(vins_estimator ${catkin_LIBRARIES} ${OpenCV_LIBS} ${CERES_LIBRARIES} dw)
target_link_libraries(vins_estimator ${catkin_LIBRARIES} ${OpenCV_LIBS} ${CERES_LIBRARIES})


6 changes: 0 additions & 6 deletions vins_estimator/src/estimator_node.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#define BACKWARD_HAS_DW 1
#include <backward.hpp>
namespace backward
{
backward::SignalHandling sh;
} // namespace backward
#include <stdio.h>
#include <queue>
#include <map>
Expand Down

0 comments on commit afa45c9

Please sign in to comment.