Skip to content

Commit 1041439

Browse files
committed
source interface
1 parent c0aa4b6 commit 1041439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch_stack.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ colcon build --cmake-args -Wno-dev
77
# colcon test --packages-select easy_robot_control
88
# colcon test-result --verbose
99
. install/setup.bash
10-
. ~/Stack_Interface/install/setup.bash
10+
. "${ROS2_INTERFACE_INSTALL_PATH}"/setup.bash
1111
export RCUTILS_CONSOLE_OUTPUT_FORMAT="{message}"
1212
export NUMBA_CACHE_DIR="./numba_cache" # this will compile numba in a permanant file
1313

0 commit comments

Comments
 (0)