Removed build artifacts from repo

This commit is contained in:
2025-03-08 09:48:32 +01:00
parent 7121fdd252
commit 08063e8312
29 changed files with 41 additions and 60 deletions

View File

@ -6,7 +6,7 @@
# since a plain shell script can't determine its own path when being sourced
# either use the provided COLCON_CURRENT_PREFIX
# or fall back to the build time prefix (if it exists)
_colcon_prefix_sh_COLCON_CURRENT_PREFIX="/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/install"
_colcon_prefix_sh_COLCON_CURRENT_PREFIX="/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/install"
if [ -z "$COLCON_CURRENT_PREFIX" ]; then
if [ ! -d "$_colcon_prefix_sh_COLCON_CURRENT_PREFIX" ]; then
echo "The build time path \"$_colcon_prefix_sh_COLCON_CURRENT_PREFIX\" doesn't exist. Either source a script for a different shell or set the environment variable \"COLCON_CURRENT_PREFIX\" explicitly." 1>&2

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/rqt_demo_plugin
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/rqt_demo_plugin

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_index/share/ament_index/resource_index/packages/rqt_demo_plugin
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_index/share/ament_index/resource_index/packages/rqt_demo_plugin

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/rqt_demo_plugin
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/rqt_demo_plugin

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_index/share/ament_index/resource_index/rqt_gui__pluginlib__plugin/rqt_demo_plugin
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_index/share/ament_index/resource_index/rqt_gui__pluginlib__plugin/rqt_demo_plugin

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake

View File

@ -1,19 +0,0 @@
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
# Commands may need to know the format version.
set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "rqt_demo_plugin::rqt_demo_plugin" for configuration ""
set_property(TARGET rqt_demo_plugin::rqt_demo_plugin APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
set_target_properties(rqt_demo_plugin::rqt_demo_plugin PROPERTIES
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/librqt_demo_plugin.so"
IMPORTED_SONAME_NOCONFIG "librqt_demo_plugin.so"
)
list(APPEND _cmake_import_check_targets rqt_demo_plugin::rqt_demo_plugin )
list(APPEND _cmake_import_check_files_for_rqt_demo_plugin::rqt_demo_plugin "${_IMPORT_PREFIX}/lib/librqt_demo_plugin.so" )
# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)

View File

@ -3,11 +3,11 @@
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
message(FATAL_ERROR "CMake >= 2.8.0 required")
endif()
if(CMAKE_VERSION VERSION_LESS "2.8.3")
message(FATAL_ERROR "CMake >= 2.8.3 required")
if(CMAKE_VERSION VERSION_LESS "2.8.12")
message(FATAL_ERROR "CMake >= 2.8.12 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.8.3...3.26)
cmake_policy(VERSION 2.8.12...3.28)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------
@ -61,14 +61,10 @@ add_library(rqt_demo_plugin::rqt_demo_plugin SHARED IMPORTED)
set_target_properties(rqt_demo_plugin::rqt_demo_plugin PROPERTIES
INTERFACE_COMPILE_DEFINITIONS "QT_CORE_LIB;QT_WIDGETS_LIB;QT_GUI_LIB;QT_QML_LIB;QT_NETWORK_LIB;QT_QUICK_LIB;QT_QMLMODELS_LIB"
INTERFACE_COMPILE_FEATURES "c_std_99;cxx_std_17"
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;/usr/include/x86_64-linux-gnu/qt5/;/usr/include/x86_64-linux-gnu/qt5/QtCore;/usr/lib/x86_64-linux-gnu/qt5//mkspecs/linux-g++;/usr/include/x86_64-linux-gnu/qt5/QtWidgets;/usr/include/x86_64-linux-gnu/qt5/QtGui;/usr/include/x86_64-linux-gnu/qt5/QtQml;/usr/include/x86_64-linux-gnu/qt5/QtNetwork;/usr/include/x86_64-linux-gnu/qt5/QtQuick;/usr/include/x86_64-linux-gnu/qt5/QtQmlModels"
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;/usr/include/qt5/;/usr/include/qt5/QtCore;/usr/lib64/qt5//mkspecs/linux-g++;/usr/include/qt5/QtWidgets;/usr/include/qt5/QtGui;/usr/include/qt5/QtQml;/usr/include/qt5/QtNetwork;/usr/include/qt5/QtQuick;/usr/include/qt5/QtQmlModels"
INTERFACE_LINK_LIBRARIES "rclcpp::rclcpp;pluginlib::pluginlib;rqt_gui_cpp::rqt_gui_cpp;qt_gui_cpp::qt_gui_cpp;Qt5::Core;Qt5::Widgets;Qt5::Qml;Qt5::Quick"
)
if(CMAKE_VERSION VERSION_LESS 2.8.12)
message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
endif()
# Load information for each installed configuration.
file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/export_rqt_demo_pluginExport-*.cmake")
foreach(_cmake_config_file IN LISTS _cmake_config_files)
@ -82,9 +78,12 @@ set(_IMPORT_PREFIX)
# Loop over all imported files and verify that they actually exist
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
if(NOT EXISTS "${_cmake_file}")
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
if(CMAKE_VERSION VERSION_LESS "3.28"
OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
if(NOT EXISTS "${_cmake_file}")
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
\"${_cmake_file}\"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
@ -93,8 +92,9 @@ but this file does not exist. Possible reasons include:
\"${CMAKE_CURRENT_LIST_FILE}\"
but not all the files it references.
")
endif()
endforeach()
endif()
endforeach()
endif()
unset(_cmake_file)
unset("_cmake_import_check_files_for_${_cmake_target}")
endforeach()

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_core/rqt_demo_pluginConfig-version.cmake
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_core/rqt_demo_pluginConfig-version.cmake

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_core/rqt_demo_pluginConfig.cmake
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_core/rqt_demo_pluginConfig.cmake

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/ament_prefix_path.dsv
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/ament_prefix_path.dsv

View File

@ -1 +1 @@
/opt/ros/jazzy/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh
/opt/ros/jazzy/install/ament_cmake_core/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/library_path.dsv
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/library_path.dsv

View File

@ -1 +1 @@
/opt/ros/jazzy/lib/python3.12/site-packages/ament_package/template/environment_hook/library_path.sh
/opt/ros/jazzy/build/ament_package/ament_package/template/environment_hook/library_path.sh

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/path.dsv
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/path.dsv

View File

@ -1 +1 @@
/opt/ros/jazzy/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh
/opt/ros/jazzy/install/ament_cmake_core/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/local_setup.bash
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/local_setup.bash

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/local_setup.dsv
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/local_setup.dsv

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/local_setup.sh
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/local_setup.sh

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/local_setup.zsh
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/build/rqt_demo_plugin/ament_cmake_environment_hooks/local_setup.zsh

View File

@ -52,7 +52,7 @@ _colcon_prepend_unique_value() {
# since a plain shell script can't determine its own path when being sourced
# either use the provided COLCON_CURRENT_PREFIX
# or fall back to the build time prefix (if it exists)
_colcon_package_sh_COLCON_CURRENT_PREFIX="/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/install/rqt_demo_plugin"
_colcon_package_sh_COLCON_CURRENT_PREFIX="/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/install/rqt_demo_plugin"
if [ -z "$COLCON_CURRENT_PREFIX" ]; then
if [ ! -d "$_colcon_package_sh_COLCON_CURRENT_PREFIX" ]; then
echo "The build time path \"$_colcon_package_sh_COLCON_CURRENT_PREFIX\" doesn't exist. Either source a script for a different shell or set the environment variable \"COLCON_CURRENT_PREFIX\" explicitly." 1>&2

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/package.xml
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/package.xml

View File

@ -1 +1 @@
/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/plugin.xml
/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/plugin.xml

View File

@ -19,7 +19,7 @@ _colcon_prefix_chain_bash_source_script() {
# source chained prefixes
# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script
COLCON_CURRENT_PREFIX="/opt/ros/jazzy"
COLCON_CURRENT_PREFIX="/opt/ros/jazzy/install"
_colcon_prefix_chain_bash_source_script "$COLCON_CURRENT_PREFIX/local_setup.bash"
# source this prefix

View File

@ -22,7 +22,7 @@ function _colcon_prefix_chain_powershell_source_script {
}
# source chained prefixes
_colcon_prefix_chain_powershell_source_script "/opt/ros/jazzy\local_setup.ps1"
_colcon_prefix_chain_powershell_source_script "/opt/ros/jazzy/install\local_setup.ps1"
# source this prefix
$env:COLCON_CURRENT_PREFIX=(Split-Path $PSCommandPath -Parent)

View File

@ -7,7 +7,7 @@
# since a plain shell script can't determine its own path when being sourced
# either use the provided COLCON_CURRENT_PREFIX
# or fall back to the build time prefix (if it exists)
_colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX=/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/install
_colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX=/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/install
if [ ! -z "$COLCON_CURRENT_PREFIX" ]; then
_colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX="$COLCON_CURRENT_PREFIX"
elif [ ! -d "$_colcon_prefix_chain_sh_COLCON_CURRENT_PREFIX" ]; then
@ -31,7 +31,7 @@ _colcon_prefix_chain_sh_source_script() {
# source chained prefixes
# setting COLCON_CURRENT_PREFIX avoids relying on the build time prefix of the sourced script
COLCON_CURRENT_PREFIX="/opt/ros/jazzy"
COLCON_CURRENT_PREFIX="/opt/ros/jazzy/install"
_colcon_prefix_chain_sh_source_script "$COLCON_CURRENT_PREFIX/local_setup.sh"

View File

@ -19,7 +19,7 @@ _colcon_prefix_chain_zsh_source_script() {
# source chained prefixes
# setting COLCON_CURRENT_PREFIX avoids determining the prefix in the sourced script
COLCON_CURRENT_PREFIX="/opt/ros/jazzy"
COLCON_CURRENT_PREFIX="/opt/ros/jazzy/install"
_colcon_prefix_chain_zsh_source_script "$COLCON_CURRENT_PREFIX/local_setup.zsh"
# source this prefix

View File

@ -1 +1 @@
build_2025-03-06_23-45-20
build_2025-03-07_23-29-50