1 Star 0 Fork 1

JHM/Apollo_learning

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
apollo_启动脚本.txt 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
zhongyong 提交于 2019-12-31 18:17 . Add files via upload
export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH
source /apollo/scripts/apollo_base.sh
source scripts/apollo_base.sh
cyber_launch start /apollo/modules/dreamview/launch/dreamview.launch
ps -ef | grep /apollo/cyber | grep -v -E 'grep' | awk -F " " '{print $2}' | xargs kill -7
ps -ef | grep mainboard | grep -v -E 'grep' | awk -F " " '{print $2}' | xargs kill -7
ps -ef | grep dreamview | grep -v -E 'grep' | awk -F " " '{print $2}' | xargs kill -7
export LD_LIBRARY_PATH=/usr/local/lib64:$LD_LIBRARY_PATH
source /apollo/scripts/apollo_base.sh
cyber_launch start /apollo/modules/localization/launch/localization.launch &
sleep 1
cyber_launch start /apollo/modules/prediction/launch/prediction.launch &
sleep 1
cyber_launch start /apollo/modules/routing/launch/routing.launch &
sleep 1
cyber_launch start /apollo/modules/planning/launch/planning.launch &
sleep 1
cyber_launch start /apollo/modules/control/launch/control.launch &
sleep 1
cyber_launch start /apollo/modules/dreamview/launch/dreamview.launch &
#/apollo/bazel-bin/modules/localization/localization --flagfile=/apollo/modules/localization/conf/localization.conf &
#sleep 1
#/apollo/bazel-bin/modules/perception/perception --flagfile=/apollo/modules/perception/conf/perception.conf --stderrthreshold=3 &
#/apollo/bazel-bin/modules/prediction/prediction --flagfile=/apollo/modules/prediction/conf/prediction.conf &
#/apollo/bazel-bin/modules/planning/planning --flagfile=/apollo/modules/planning/conf/planning.conf --stderrthreshold=3 &
#sleep 1
#/apollo/bazel-bin/modules/canbus/canbus --flagfile=/apollo/modules/canbus/conf/canbus.conf &
#sleep 1
#/apollo/bazel-bin/modules/routing/tools/routing_tester &
#/apollo/bazel-bin/modules/routing/routing --flagfile=/apollo/modules/routing/conf/routing.conf &
#/apollo/bazel-bin/modules/control/control --flagfile=/apollo/modules/control/conf/control.conf &
#/apollo/bazel-bin/modules/dreamview/dreamview --flagfile=/apollo/modules/dreamview/conf/dreamview.conf &
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jing_han_ming/Apollo_learning.git
git@gitee.com:jing_han_ming/Apollo_learning.git
jing_han_ming
Apollo_learning
Apollo_learning
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385