We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0aa4b6 commit 1041439Copy full SHA for 1041439
launch_stack.bash
@@ -7,7 +7,7 @@ colcon build --cmake-args -Wno-dev
7
# colcon test --packages-select easy_robot_control
8
# colcon test-result --verbose
9
. install/setup.bash
10
-. ~/Stack_Interface/install/setup.bash
+. "${ROS2_INTERFACE_INSTALL_PATH}"/setup.bash
11
export RCUTILS_CONSOLE_OUTPUT_FORMAT="{message}"
12
export NUMBA_CACHE_DIR="./numba_cache" # this will compile numba in a permanant file
13
0 commit comments