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