Skip to content

Commit 8d81c28

Browse files
author
plnegre
committed
Merge branch 'indigo' of github.com:srv/srv_tools into indigo
2 parents b4e194a + db9d11c commit 8d81c28

19 files changed

+167
-37
lines changed

bag_tools/CMakeLists.txt

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ catkin_package(
1111
CATKIN_DEPENDS rosbag
1212
)
1313

14-
catkin_python_setup()
15-
1614
include_directories(include ${Boost_INCLUDE_DIRS} ${catkin_INCLUDE_DIRS} ${console_bridge_INCLUDE_DIRS})
1715

1816
add_executable(extract_images src/extract_images.cpp)
@@ -23,3 +21,32 @@ target_link_libraries(extract_images ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${ca
2321
target_link_libraries(extract_stereo_images ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})
2422
target_link_libraries(process_stereo ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})
2523

24+
install(TARGETS
25+
extract_images
26+
extract_stereo_images
27+
process_stereo
28+
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
29+
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
30+
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
31+
)
32+
33+
install(PROGRAMS
34+
scripts/stereo_sequence_publisher.py
35+
scripts/replace_msg_time_with_hdr.py
36+
scripts/remove_tf.py
37+
scripts/make_video.py
38+
scripts/image_sequence_publisher.py
39+
scripts/gps_to_std_gt.py
40+
scripts/extract_topics.py
41+
scripts/cut.py
42+
scripts/check_delay.py
43+
scripts/change_topics.py
44+
scripts/change_frame_id.py
45+
scripts/change_camera_info.py
46+
scripts/camera_info_parser.py
47+
scripts/batch_process.py
48+
scripts/bag_add_time_offset.py
49+
scripts/add_header_time_offset.py
50+
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
51+
)
52+
File renamed without changes.

0 commit comments

Comments
 (0)