@@ -6,25 +6,25 @@ export APOLLO_BAZEL_DIST_DIR="${APOLLO_CACHE_DIR}/distdir"
66export CYBER_PATH=" ${APOLLO_ROOT_DIR} /cyber"
77
88bazel_bin_path=" ${APOLLO_ROOT_DIR} /bazel-bin"
9- # mainboard_path="${bazel_bin_path}/cyber/mainboard"
10- # cyber_tool_path="${bazel_bin_path}/cyber/tools"
11- # recorder_path="${cyber_tool_path}/cyber_recorder"
12- # launch_path="${cyber_tool_path}/cyber_launch"
13- # channel_path="${cyber_tool_path}/cyber_channel"
14- # node_path="${cyber_tool_path}/cyber_node"
15- # service_path="${cyber_tool_path}/cyber_service"
16- # monitor_path="${cyber_tool_path}/cyber_monitor"
17- # visualizer_path="${bazel_bin_path}/modules/tools/visualizer"
9+ mainboard_path=" ${bazel_bin_path} /cyber/mainboard"
10+ cyber_tool_path=" ${bazel_bin_path} /cyber/tools"
11+ recorder_path=" ${cyber_tool_path} /cyber_recorder"
12+ launch_path=" ${cyber_tool_path} /cyber_launch"
13+ channel_path=" ${cyber_tool_path} /cyber_channel"
14+ node_path=" ${cyber_tool_path} /cyber_node"
15+ service_path=" ${cyber_tool_path} /cyber_service"
16+ monitor_path=" ${cyber_tool_path} /cyber_monitor"
17+ visualizer_path=" ${bazel_bin_path} /modules/tools/visualizer"
1818
1919# TODO(all): place all these in one place and pathprepend
20- # for entry in "${mainboard_path}" \
21- # "${recorder_path}" "${monitor_path}" \
22- # "${channel_path}" "${node_path}" \
23- # "${service_path}" \
24- # "${launch_path}" \
25- # "${visualizer_path}" ; do
26- # pathprepend "${entry}"
27- # done
20+ for entry in " ${mainboard_path} " \
21+ " ${recorder_path} " " ${monitor_path} " \
22+ " ${channel_path} " " ${node_path} " \
23+ " ${service_path} " \
24+ " ${launch_path} " \
25+ " ${visualizer_path} " ; do
26+ pathprepend " ${entry} "
27+ done
2828
2929pathprepend ${bazel_bin_path} /cyber/python/internal PYTHONPATH
3030pathprepend " ${PYTHON_INSTALL_PATH} /lib/python${PYTHON_VERSION} /site-packages" PYTHONPATH
0 commit comments