Skip to content

Commit 5f397cc

Browse files
committed
fix: ZENOH_SESSION_CONFIG_URI to use settings for zenoh_config_dir_in_container
1 parent 79324fc commit 5f397cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager_scripts/generate_exec/script_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ def run_script_common_prefix(lines, rel_root, eval_time_default, settings):
618618
' export RMW_IMPLEMENTATION=rmw_zenoh_cpp',
619619
' export ZENOH_ROUTER_CHECK_ATTEMPTS=5',
620620
' export RUST_LOG=${RUST_LOG:-zenoh=warn,zenoh_transport=warn}',
621-
' export ZENOH_SESSION_CONFIG_URI="$PROJECT_ROOT/ros2_node_impl_ws/zenoh_config/DEFAULT_RMW_ZENOH_SESSION_CONFIG.json5"',
621+
f' export ZENOH_SESSION_CONFIG_URI="{settings.zenoh_config_dir_in_container}/DEFAULT_RMW_ZENOH_SESSION_CONFIG.json5"',
622622
' ;;',
623623
' cyclonedds)',
624624
' export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp',

0 commit comments

Comments
 (0)