diff --git a/scripts/generate_routing_topo_graph.sh b/scripts/generate_routing_topo_graph.sh index 2f2af2e3e14..889bed46291 100755 --- a/scripts/generate_routing_topo_graph.sh +++ b/scripts/generate_routing_topo_graph.sh @@ -21,6 +21,6 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" source "${DIR}/apollo_base.sh" # generate routing_map.bin in map directory. -${APOLLO_BIN_PREFIX}/modules/routing/topo_creator/topo_creator \ - --flagfile=modules/routing/conf/routing.conf \ +${APOLLO_BIN_PREFIX}/modules/routing/topo_creator \ + --flagfile=/apollo/modules/routing/conf/routing.conf \ $@