ADPilot代码

yuchuli 4e085416f9 修改纵向控制使用方法文档,使用付工codeinword转换后的代码。 hace 3 años
doc 4e085416f9 修改纵向控制使用方法文档,使用付工codeinword转换后的代码。 hace 3 años
include d36a31760c remove include/systemdef.pri. this file is created by shell code. hace 3 años
map 3a8ca12a61 add map lvsepingzhang quancheng hace 3 años
sh d542f1bf76 add detection_mobileye.xml hace 3 años
src d71ba14134 change tool/map_lanetoxodr. add road speedmax support. hace 3 años
src1 3201de69f7 change autogen_lib.sh for auto find qtmake. hace 3 años
thirdpartylib de86f35a85 add thirdpartilib/Fastrtps. because it's very important. hace 3 años
.gitignore 516e8d0ba5 add some files into gitignore list. add remotectrl.xml example hace 3 años
README.md df7c60fe0f change ivmapmake_sharemem. fix a bug, not gw init. hace 4 años
adciv.pro 4661714714 添加镭神16线激光雷达驱动模块 hace 4 años
addboost.sh c52dc407d7 Change some .sh execute right. hace 4 años
auto_clean.sh c52dc407d7 Change some .sh execute right. hace 4 años
autodeploy.sh 90576bdb84 添加沥青路面图片 hace 3 años
autogen.sh d84589d4d1 add qt5 path on x86_64 systems to autogen.sh hace 3 años
autogen_cross.sh c52dc407d7 Change some .sh execute right. hace 4 años
autogen_cross_lib.sh c52dc407d7 Change some .sh execute right. hace 4 años
autogen_lib.sh 3201de69f7 change autogen_lib.sh for auto find qtmake. hace 3 años
build_partial.sh 90576bdb84 添加沥青路面图片 hace 3 años
clear_build.sh c52dc407d7 Change some .sh execute right. hace 4 años
deploy-agx.sh c52dc407d7 Change some .sh execute right. hace 4 años
deploy.sh 9ccff2e9a1 agx shell xiufu........... hace 4 años
deploylib.sh 6321aa5b8e change deploylib.sh. fix a bug patchelf libqxcb.so. hace 4 años
deploywithfind.sh 1c2e074f50 add driver_cloud_grpc_pc_stream and driver_cloud_grpc_server_stream hace 4 años
sedrp.sh df7c60fe0f change ivmapmake_sharemem. fix a bug, not gw init. hace 4 años

README.md

modularization

技术发展室模块化自动驾驶系统源代码仓库

1.autogen.sh 需要设置qtmake路径 追加s参数,编译中出现错误时自动退出。默认情况下不退出: $ ./autogen.sh s

2.生成部署文件用autodeploy.sh,需要设置deploy.sh文件里的Qtgccdir。生成的部署文件在deploy/app目录下。

3.首次下载完成后,请在modularization/路径下,右键打开终端,依次执行如下命令 $chmod +x *.sh

4.修改autodeploy.sh中的CONFIG_IVSysMan为对应项目的配文件。具体文件可以在./other/目录下找到

5.提交代码前,需要执行如下命令,清除编译产物 $./auto_clean.sh

6.单独编译某个模块,例如view_ivlog,执行如下命令即可 $./build_partial.sh view_ivlog