Once upon a time, birds were singing in the forest, and people were dancing under the trees, It's so peaceful 1 发生 1.1 Drone简介 Drone by Harness is a modern Continuous Integration platform that empowers busy teams to automate their build, test and rel
https://github.com/ApolloAuto/apollo/issues/1649 如果想加入一个新的传感器不是百度官方推荐的传感器到Apollo平台做法: First you can write or find drivers for these sensors OxTS RT3000 (GNSS+Inertial), IBEO LUX Lidar and Hella 5G1 Radar. After the system is able to read these sensor
Jenkins中的项目在下载源代码时,如果Working Directory中存在未加入版本控制的文件或者目录已经存在于SVN库中,会导致更新失败,整个构建终止,解决方法是将SVN的检出策略由"Use 'svn upate' as much as possible"改为"Emulate clean checkout by first deleting unversioned/ignored files, then 'svn update'".