From c91c305eef63224f9dd81d65906504156bdb8336 Mon Sep 17 00:00:00 2001 From: Michael Ferguson Date: Wed, 31 Jan 2024 14:25:14 -0500 Subject: [PATCH] add install, change shebang to python3 --- image_view/CMakeLists.txt | 4 ++++ image_view/scripts/extract_images_sync | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/image_view/CMakeLists.txt b/image_view/CMakeLists.txt index da98a0979..19610df04 100644 --- a/image_view/CMakeLists.txt +++ b/image_view/CMakeLists.txt @@ -109,4 +109,8 @@ if(BUILD_TESTING) ament_lint_auto_find_test_dependencies() endif() +install(PROGRAMS + scripts/extract_images_sync + DESTINATION lib/${PROJECT_NAME}) + ament_auto_package() diff --git a/image_view/scripts/extract_images_sync b/image_view/scripts/extract_images_sync index 035e31e2a..ec28c9667 100755 --- a/image_view/scripts/extract_images_sync +++ b/image_view/scripts/extract_images_sync @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Software License Agreement (BSD License) #