Removed build artifacts from repo
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user