Console Output

Skipping 3,232 KB.. Full Log
...............................................................................
_______________________________________________________________________________
Warnings << lidar_loc_v2:make /senior/workspace/orin-slave32/slave/logs/lidar_loc_v2/build.make.000.log
In file included from /senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:5:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h: In instantiation of ‘update::MapEvaluate<PointType>::MapEvaluate(const typename pcl::PointCloud<PointT>::Ptr&) [with PointType = pcl::PointXYZI; typename pcl::PointCloud<PointT>::Ptr = boost::shared_ptr<pcl::PointCloud<pcl::PointXYZI> >]’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:65:44: warning: ‘update::MapEvaluate<pcl::PointXYZI>::map_pcl_ptr_’ will be initialized after [-Wreorder]
   65 |   typename pcl::PointCloud<PointType>::Ptr map_pcl_ptr_ = nullptr;
      |                                            ^~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:49:40: warning:   ‘pcl::PointCloud<pcl::PointXYZI>::Ptr update::MapEvaluate<pcl::PointXYZI>::pcl_with_color’ [-Wreorder]
   49 |   pcl::PointCloud<pcl::PointXYZI>::Ptr pcl_with_color = nullptr;
      |                                        ^~~~~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.h:41:3: warning:   when initialized here [-Wreorder]
   41 |   MapEvaluate(const typename pcl::PointCloud<PointType>::Ptr& map_pcl_ptr)
      |   ^~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp: In instantiation of ‘void update::MapEvaluate<PointType>::ComEigenValue(update::OCTO_TREE_NODE<PointType>&) [with PointType = pcl::PointXYZI]’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:412:24:   required from here
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:363:23: warning: variable ‘Uev’ set but not used [-Wunused-but-set-variable]
  363 |       Eigen::Matrix3f Uev = saes.eigenvectors();
      |                       ^~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp: In member function ‘void update::MapEvaluate<PointType>::DividePoints() [with PointType = pcl::PointXYZI]’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/update/evaluate/map_evaluate.cpp:309:9: warning: ‘child_index’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  309 |     int child_index;
      |         ^~~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp: In member function ‘std::string common::OverlayTextIntegrator::MeasStatusToString(int)’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:134:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  134 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:139:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  139 |   if (state >> 1U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:144:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  144 |   if (state >> 2U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:149:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  149 |   if (state >> 3U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:154:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  154 |   if (state >> 4U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:159:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  159 |   if (state >> 5U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/common/util/overlay_text_integrator.cpp:164:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  164 |   if (state >> 6U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/reflect_match/feature/feature_extractor.cpp: In member function ‘void loc::feature::FeatureExtractor::AccumulateFeature(const loc::feature::Feature&, const common::TimePose&, const PclPcdPtr&, loc::PclPcdPtr&)’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/reflect_match/feature/feature_extractor.cpp:285:8: warning: variable ‘stay_still’ set but not used [-Wunused-but-set-variable]
  285 |   bool stay_still = false;
      |        ^~~~~~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp: In function ‘std::string loc::MeasStatusToString(int)’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:187:19: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  187 |   if (state & 0x1 == 0x1) {
      |               ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:192:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  192 |   if (state >> 1U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:197:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  197 |   if (state >> 2U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:202:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  202 |   if (state >> 3U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:207:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  207 |   if (state >> 4U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:212:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  212 |   if (state >> 5U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/lidar/src/data_interface.cpp:217:25: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  217 |   if (state >> 6U & 0x1 == 0x1) {
      |                     ~~~~^~~~~~
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/app/lidar_loc_v2_node_impl.cpp: In member function ‘bool loc::LidarLocV2NodeImpl::ReceiveResetSignal(const int&)’:
/senior/workspace/orin-slave32/slave/src/lidar_loc_v2/loc/app/lidar_loc_v2_node_impl.cpp:746:35: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  746 |   if (ins_meas_status >> 6U & 0x1 == 0x1) {
      |                               ~~~~^~~~~~
cd /senior/workspace/orin-slave32/slave/build/lidar_loc_v2; catkin build --get-env lidar_loc_v2 | catkin env -si  /usr/bin/make --jobserver-auth=3,4; cd -
[build 13:08.4 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:08.5 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:08.6 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:08.7 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:08.8 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:08.9 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:09.0 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:09.1 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:09.2 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:09.3 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:09.4 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:09.5 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:09.6 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:09.7 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:09.8 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:09.9 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:10.0 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:10.1 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:10.2 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:10.3 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:10.4 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:10.5 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:10.6 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:10.7 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:10.8 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:10.9 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:11.0 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:11.1 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:11.2 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:11.3 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:11.4 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:11.5 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:11.6 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:11.7 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:11.8 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:11.9 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:12.0 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:12.1 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:12.2 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:12.3 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:12.4 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:12.5 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:12.6 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:12.7 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:12.8 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:12.9 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:13.0 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:13.1 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:13.2 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:13.3 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:13.4 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:13.5 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:13.6 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:13.7 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:13.8 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:13.9 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:14.0 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:14.1 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:14.2 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
[build 13:14.3 s] [57/58 complete] [1/14 jobs] [0 queued] [lidar_loc_v2:ins... 
...............................................................................
Finished <<< lidar_loc_v2                          [ 7 minutes and 37.6 seconds ]
[build] Summary: All 58 packages succeeded!                                    
[build] Ignored: None.                                                         
[build] Warnings: 34 packages succeeded with warnings.                         
[build] Abandoned: No packages were abandoned.                                 
[build] Failed: No packages failed.                                            
[build] Runtime: 13 minutes and 14.4 seconds total.                            
[build] Note: Workspace packages have changed, please re-source setup files to use them.
[Pipeline] echo
不编译pnc或者缺少依赖
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo >>>>>>>>>>压缩成zip包>>>>>>>>>> [Pipeline] }
[Pipeline] // ansiColor [Pipeline] dir Running in /senior/workspace/orin-slave32/slave [Pipeline] { [Pipeline] sh + zip -rq all_slave_2025-12-17_13-35-23.zip ./install/ ./version.json [Pipeline] sh + ls /senior/workspace/orin-slave32/slave all_slave_2025-12-17_13-35-23.zip build devel install logs src version.json [Pipeline] } [Pipeline] // dir [Pipeline] sh + rm -rf /senior/workspace/orin-slave32/slave@tmp [Pipeline] echo /senior/workspace/orin-slave32/slave/all_slave_2025-12-17_13-35-23.zip,/senior/workspace/orin-slave32/slave/version.json [Pipeline] echo ------------------- 开始上传公网ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传厦门ota --------------------------------------------------------------------- [Pipeline] echo ------------------- 开始上传大榭ota --------------------------------------------------------------------- [Pipeline] sh + curl -X POST http://159.27.225.200:6201/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/senior/workspace/orin-slave32/slave/all_slave_2025-12-17_13-35-23.zip"' --form 'version=@"/senior/workspace/orin-slave32/slave/version.json"' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 462M 0 0 3 17.6M 0 175M 0:00:02 --:--:-- 0:00:02 173M 87 462M 0 0 87 403M 0 365M 0:00:01 0:00:01 --:--:-- 365M 100 462M 0 0 100 462M 0 205M 0:00:02 0:00:02 --:--:-- 205M 100 462M 0 0 100 462M 0 142M 0:00:03 0:00:03 --:--:-- 142M 100 462M 0 0 100 462M 0 108M 0:00:04 0:00:04 --:--:-- 108M 100 462M 0 0 100 462M 0 88.0M 0:00:05 0:00:05 --:--:-- 86.3M 100 462M 0 0 100 462M 0 73.9M 0:00:06 0:00:06 --:--:-- 11.5M 100 462M 0 0 100 462M 0 63.7M 0:00:07 0:00:07 --:--:-- 0 100 462M 0 0 100 462M 0 56.0M 0:00:08 0:00:08 --:--:-- 0 100 462M 0 0 100 462M 0 49.9M 0:00:09 0:00:09 --:--:-- 0 100 462M 0 0 100 462M 0 45.1M 0:00:10 0:00:10 --:--:-- 0 100 462M 0 0 100 462M 0 41.0M 0:00:11 0:00:11 --:--:-- 0 100 462M 0 0 100 462M 0 37.7M 0:00:12 0:00:12 --:--:-- 0 100 462M 0 0 100 462M 0 34.8M 0:00:13 0:00:13 --:--:-- 0 100 462M 0 0 100 462M 0 32.4M 0:00:14 0:00:14 --:--:-- 0 100 462M 0 0 100 462M 0 30.3M 0:00:15 0:00:15 --:--:-- 0 100 462M 0 0 100 462M 0 28.4M 0:00:16 0:00:16 --:--:-- 0 100 462M 0 0 100 462M 0 26.8M 0:00:17 0:00:17 --:--:-- 0 100 462M 0 0 100 462M 0 25.3M 0:00:18 0:00:18 --:--:-- 0 100 462M 0 0 100 462M 0 24.0M 0:00:19 0:00:19 --:--:-- 0 100 462M 0 0 100 462M 0 22.8M 0:00:20 0:00:20 --:--:-- 0 100 462M 0 0 100 462M 0 21.7M 0:00:21 0:00:21 --:--:-- 0 100 462M 0 0 100 462M 0 20.7M 0:00:22 0:00:22 --:--:-- 0 100 462M 0 0 100 462M 0 19.8M 0:00:23 0:00:23 --:--:-- 0 100 462M 0 0 100 462M 0 19.0M 0:00:24 0:00:24 --:--:-- 0 100 462M 0 0 100 462M 0 18.3M 0:00:25 0:00:25 --:--:-- 0 100 462M 0 0 100 462M 0 17.6M 0:00:26 0:00:26 --:--:-- 0 100 462M 0 0 100 462M 0 16.9M 0:00:27 0:00:27 --:--:-- 0 100 462M 0 0 100 462M 0 16.3M 0:00:28 0:00:28 --:--:-- 0 100 462M 0 0 100 462M 0 15.8M 0:00:29 0:00:29 --:--:-- 0 100 462M 0 0 100 462M 0 15.2M 0:00:30 0:00:30 --:--:-- 0 100 462M 0 0 100 462M 0 14.7M 0:00:31 0:00:31 --:--:-- 0 100 462M 0 0 100 462M 0 14.3M 0:00:32 0:00:32 --:--:-- 0 100 462M 0 0 100 462M 0 13.9M 0:00:33 0:00:33 --:--:-- 0 100 462M 0 0 100 462M 0 13.4M 0:00:34 0:00:34 --:--:-- 0 100 462M 0 0 100 462M 0 13.1M 0:00:35 0:00:35 --:--:-- 0 100 462M 0 0 100 462M 0 12.7M 0:00:36 0:00:36 --:--:-- 0 100 462M 0 0 100 462M 0 12.4M 0:00:37 0:00:37 --:--:-- 0 100 462M 0 0 100 462M 0 12.0M 0:00:38 0:00:38 --:--:-- 0 100 462M 0 0 100 462M 0 11.7M 0:00:39 0:00:39 --:--:-- 0 100 462M 0 0 100 462M 0 11.4M 0:00:40 0:00:40 --:--:-- 0 100 462M 0 0 100 462M 0 11.2M 0:00:41 0:00:41 --:--:-- 0 100 462M 0 0 100 462M 0 10.9M 0:00:42 0:00:42 --:--:-- 0 100 462M 0 0 100 462M 0 10.6M 0:00:43 0:00:43 --:--:-- 0 100 462M 0 0 100 462M 0 10.4M 0:00:44 0:00:44 --:--:-- 0 100 462M 0 0 100 462M 0 10.2M 0:00:45 0:00:45 --:--:-- 0 100 462M 0 0 100 462M 0 9.9M 0:00:46 0:00:46 --:--:-- 0 100 462M 0 0 100 462M 0 9.7M 0:00:47 0:00:47 --:--:-- 0 100 462M 0 0 100 462M 0 9811k 0:00:48 0:00:48 --:--:-- 0 100 462M 0 0 100 462M 0 9612k 0:00:49 0:00:49 --:--:-- 0 100 462M 0 0 100 462M 0 9421k 0:00:50 0:00:50 --:--:-- 0 100 462M 0 0 100 462M 0 9237k 0:00:51 0:00:51 --:--:-- 0 100 462M 0 0 100 462M 0 9060k 0:00:52 0:00:52 --:--:-- 0 100 462M 0 0 100 462M 0 8890k 0:00:53 0:00:53 --:--:-- 0 100 462M 0 0 100 462M 0 8726k 0:00:54 0:00:54 --:--:-- 0 100 462M 0 0 100 462M 0 8568k 0:00:55 0:00:55 --:--:-- 0 100 462M 0 0 100 462M 0 8416k 0:00:56 0:00:56 --:--:-- 0 100 462M 0 0 100 462M 0 8269k 0:00:57 0:00:57 --:--:-- 0 100 462M 0 0 100 462M 0 8127k 0:00:58 0:00:58 --:--:-- 0 100 462M 0 0 100 462M 0 7990k 0:00:59 0:00:59 --:--:-- 0 100 462M 0 0 100 462M 0 7857k 0:01:00 0:01:00 --:--:-- 0 100 462M 0 0 100 462M 0 7729k 0:01:01 0:01:01 --:--:-- 0 100 462M 0 0 100 462M 0 7605k 0:01:02 0:01:02 --:--:-- 0 100 462M 0 0 100 462M 0 7484k 0:01:03 0:01:03 --:--:-- 0 100 462M 0 0 100 462M 0 7368k 0:01:04 0:01:04 --:--:-- 0 100 462M 0 0 100 462M 0 7255k 0:01:05 0:01:05 --:--:-- 0 100 462M 0 0 100 462M 0 7145k 0:01:06 0:01:06 --:--:-- 0 100 462M 0 0 100 462M 0 7039k 0:01:07 0:01:07 --:--:-- 0 100 462M 0 0 100 462M 0 6936k 0:01:08 0:01:08 --:--:-- 0 100 462M 0 0 100 462M 0 6836k 0:01:09 0:01:09 --:--:-- 0 100 462M 0 0 100 462M 0 6739k 0:01:10 0:01:10 --:--:-- 0 100 462M 0 0 100 462M 0 6644k 0:01:11 0:01:11 --:--:-- 0 100 462M 0 0 100 462M 0 6552k 0:01:12 0:01:12 --:--:-- 0 100 462M 0 0 100 462M 0 6463k 0:01:13 0:01:13 --:--:-- 0 100 462M 0 0 100 462M 0 6376k 0:01:14 0:01:14 --:--:-- 0 100 462M 0 0 100 462M 0 6291k 0:01:15 0:01:15 --:--:-- 0 100 462M 0 0 100 462M 0 6208k 0:01:16 0:01:16 --:--:-- 0 100 462M 0 0 100 462M 0 6128k 0:01:17 0:01:17 --:--:-- 0 100 462M 0 0 100 462M 0 6050k 0:01:18 0:01:18 --:--:-- 0 100 462M 0 0 100 462M 0 5973k 0:01:19 0:01:19 --:--:-- 0 100 462M 0 0 100 462M 0 5899k 0:01:20 0:01:20 --:--:-- 0 100 462M 0 0 100 462M 0 5826k 0:01:21 0:01:21 --:--:-- 0 100 462M 0 0 100 462M 0 5755k 0:01:22 0:01:22 --:--:-- 0 100 462M 0 0 100 462M 0 5686k 0:01:23 0:01:23 --:--:-- 0 100 462M 0 0 100 462M 0 5619k 0:01:24 0:01:24 --:--:-- 0 100 462M 0 0 100 462M 0 5553k 0:01:25 0:01:25 --:--:-- 0 100 462M 0 0 100 462M 0 5488k 0:01:26 0:01:26 --:--:-- 0 100 462M 0 0 100 462M 0 5426k 0:01:27 0:01:27 --:--:-- 0 100 462M 0 0 100 462M 0 5364k 0:01:28 0:01:28 --:--:-- 0 100 462M 0 0 100 462M 0 5304k 0:01:29 0:01:29 --:--:-- 0 100 462M 0 0 100 462M 0 5245k 0:01:30 0:01:30 --:--:-- 0 100 462M 0 0 100 462M 0 5188k 0:01:31 0:01:31 --:--:-- 0 100 462M 0 0 100 462M 0 5131k 0:01:32 0:01:32 --:--:-- 0 100 462M 0 0 100 462M 0 5076k 0:01:33 0:01:33 --:--:-- 0 100 462M 0 0 100 462M 0 5023k 0:01:34 0:01:34 --:--:-- 0 100 462M 0 0 100 462M 0 4970k 0:01:35 0:01:35 --:--:-- 0 100 462M 0 0 100 462M 0 4918k 0:01:36 0:01:36 --:--:-- 0 100 462M 0 0 100 462M 0 4868k 0:01:37 0:01:37 --:--:-- 0 100 462M 0 0 100 462M 0 4818k 0:01:38 0:01:38 --:--:-- 0 100 462M 0 0 100 462M 0 4770k 0:01:39 0:01:39 --:--:-- 0 100 462M 0 0 100 462M 0 4722k 0:01:40 0:01:40 --:--:-- 0 100 462M 0 0 100 462M 0 4675k 0:01:41 0:01:41 --:--:-- 0 100 462M 0 0 100 462M 0 4630k 0:01:42 0:01:42 --:--:-- 0 100 462M 0 0 100 462M 0 4585k 0:01:43 0:01:43 --:--:-- 0 100 462M 0 0 100 462M 0 4541k 0:01:44 0:01:44 --:--:-- 0 100 462M 0 0 100 462M 0 4498k 0:01:45 0:01:45 --:--:-- 0 100 462M 0 0 100 462M 0 4455k 0:01:46 0:01:46 --:--:-- 0 100 462M 0 0 100 462M 0 4414k 0:01:47 0:01:47 --:--:-- 0 100 462M 0 0 100 462M 0 4373k 0:01:48 0:01:48 --:--:-- 0 100 462M 0 0 100 462M 0 4333k 0:01:49 0:01:49 --:--:-- 0 100 462M 0 0 100 462M 0 4294k 0:01:50 0:01:50 --:--:-- 0 100 462M 0 0 100 462M 0 4255k 0:01:51 0:01:51 --:--:-- 0 100 462M 0 0 100 462M 0 4217k 0:01:52 0:01:52 --:--:-- 0 100 462M 0 0 100 462M 0 4180k 0:01:53 0:01:53 --:--:-- 0 100 462M 0 0 100 462M 0 4143k 0:01:54 0:01:54 --:--:-- 0 100 462M 0 0 100 462M 0 4107k 0:01:55 0:01:55 --:--:-- 0 100 462M 0 0 100 462M 0 4072k 0:01:56 0:01:56 --:--:-- 0 100 462M 0 0 100 462M 0 4037k 0:01:57 0:01:57 --:--:-- 0 100 462M 0 0 100 462M 0 4003k 0:01:58 0:01:58 --:--:-- 0 100 462M 0 0 100 462M 0 3970k 0:01:59 0:01:59 --:--:-- 0 100 462M 0 0 100 462M 0 3937k 0:02:00 0:02:00 --:--:-- 0 100 462M 0 0 100 462M 0 3904k 0:02:01 0:02:01 --:--:-- 0 100 462M 0 0 100 462M 0 3872k 0:02:02 0:02:02 --:--:-- 0 100 462M 0 0 100 462M 0 3841k 0:02:03 0:02:03 --:--:-- 0 100 462M 0 0 100 462M 0 3810k 0:02:04 0:02:04 --:--:-- 0 100 462M 0 0 100 462M 0 3779k 0:02:05 0:02:05 --:--:-- 0 100 462M 0 0 100 462M 0 3749k 0:02:06 0:02:06 --:--:-- 0 100 462M 0 0 100 462M 0 3720k 0:02:07 0:02:07 --:--:-- 0 100 462M 0 0 100 462M 0 3691k 0:02:08 0:02:08 --:--:-- 0 100 462M 0 0 100 462M 0 3662k 0:02:09 0:02:09 --:--:-- 0 100 462M 0 0 100 462M 0 3634k 0:02:10 0:02:10 --:--:-- 0 100 462M 0 0 100 462M 0 3607k 0:02:11 0:02:11 --:--:-- 0 100 462M 0 0 100 462M 0 3579k 0:02:12 0:02:12 --:--:-- 0 100 462M 0 0 100 462M 0 3552k 0:02:13 0:02:13 --:--:-- 0 100 462M 0 0 100 462M 0 3526k 0:02:14 0:02:14 --:--:-- 0 100 462M 0 0 100 462M 0 3500k 0:02:15 0:02:15 --:--:-- 0 100 462M 0 0 100 462M 0 3474k 0:02:16 0:02:16 --:--:-- 0 100 462M 0 0 100 462M 0 3449k 0:02:17 0:02:17 --:--:-- 0 100 462M 0 0 100 462M 0 3424k 0:02:18 0:02:18 --:--:-- 0 100 462M 0 0 100 462M 0 3399k 0:02:19 0:02:19 --:--:-- 0 100 462M 0 0 100 462M 0 3375k 0:02:20 0:02:20 --:--:-- 0 100 462M 0 0 100 462M 0 3351k 0:02:21 0:02:21 --:--:-- 0 100 462M 0 0 100 462M 0 3328k 0:02:22 0:02:22 --:--:-- 0 100 462M 0 0 100 462M 0 3304k 0:02:23 0:02:23 --:--:-- 0 100 462M 0 0 100 462M 0 3282k 0:02:24 0:02:24 --:--:-- 0 100 462M 0 0 100 462M 0 3259k 0:02:25 0:02:25 --:--:-- 0 100 462M 0 0 100 462M 0 3237k 0:02:26 0:02:26 --:--:-- 0 100 462M 0 0 100 462M 0 3215k 0:02:27 0:02:27 --:--:-- 0 100 462M 0 0 100 462M 0 3193k 0:02:28 0:02:28 --:--:-- 0 100 462M 0 0 100 462M 0 3172k 0:02:29 0:02:29 --:--:-- 0 100 462M 0 0 100 462M 0 3150k 0:02:30 0:02:30 --:--:-- 0 100 462M 0 0 100 462M 0 3130k 0:02:31 0:02:31 --:--:-- 0 100 462M 0 0 100 462M 0 3109k 0:02:32 0:02:32 --:--:-- 0 100 462M 0 0 100 462M 0 3089k 0:02:33 0:02:33 --:--:-- 0 100 462M 0 0 100 462M 0 3069k 0:02:34 0:02:34 --:--:-- 0 100 462M 0 0 100 462M 0 3049k 0:02:35 0:02:35 --:--:-- 0 100 462M 0 0 100 462M 0 3029k 0:02:36 0:02:36 --:--:-- 0 100 462M 0 0 100 462M 0 3010k 0:02:37 0:02:37 --:--:-- 0 100 462M 0 0 100 462M 0 2991k 0:02:38 0:02:38 --:--:-- 0 100 462M 0 0 100 462M 0 2972k 0:02:39 0:02:39 --:--:-- 0 100 462M 0 0 100 462M 0 2954k 0:02:40 0:02:40 --:--:-- 0 100 462M 0 0 100 462M 0 2936k 0:02:41 0:02:41 --:--:-- 0 100 462M 0 0 100 462M 0 2917k 0:02:42 0:02:42 --:--:-- 0 100 462M 0 0 100 462M 0 2900k 0:02:43 0:02:43 --:--:-- 0 100 462M 0 0 100 462M 0 2882k 0:02:44 0:02:44 --:--:-- 0 100 462M 0 0 100 462M 0 2864k 0:02:45 0:02:45 --:--:-- 0 100 462M 0 0 100 462M 0 2847k 0:02:46 0:02:46 --:--:-- 0 100 462M 0 0 100 462M 0 2830k 0:02:47 0:02:47 --:--:-- 0 100 462M 0 0 100 462M 0 2813k 0:02:48 0:02:48 --:--:-- 0 100 462M 0 0 100 462M 0 2797k 0:02:49 0:02:49 --:--:-- 0 100 462M 0 0 100 462M 0 2780k 0:02:50 0:02:50 --:--:-- 0 100 462M 0 0 100 462M 0 2764k 0:02:51 0:02:51 --:--:-- 0 100 462M 0 0 100 462M 0 2748k 0:02:52 0:02:52 --:--:-- 0 100 462M 0 0 100 462M 0 2732k 0:02:53 0:02:53 --:--:-- 0 100 462M 0 0 100 462M 0 2716k 0:02:54 0:02:54 --:--:-- 0 100 462M 0 0 100 462M 0 2701k 0:02:55 0:02:55 --:--:-- 0 100 462M 0 0 100 462M 0 2686k 0:02:56 0:02:56 --:--:-- 0 100 462M 0 0 100 462M 0 2670k 0:02:57 0:02:57 --:--:-- 0 100 462M 0 0 100 462M 0 2655k 0:02:58 0:02:58 --:--:-- 0 100 462M 0 0 100 462M 0 2641k 0:02:59 0:02:59 --:--:-- 0 100 462M 0 0 100 462M 0 2626k 0:03:00 0:03:00 --:--:-- 0 100 462M 0 0 100 462M 0 2612k 0:03:01 0:03:01 --:--:-- 0 100 462M 0 0 100 462M 0 2597k 0:03:02 0:03:02 --:--:-- 0 100 462M 0 0 100 462M 0 2583k 0:03:03 0:03:03 --:--:-- 0 100 462M 0 0 100 462M 0 2569k 0:03:04 0:03:04 --:--:-- 0 100 462M 0 0 100 462M 0 2555k 0:03:05 0:03:05 --:--:-- 0 100 462M 0 0 100 462M 0 2541k 0:03:06 0:03:06 --:--:-- 0 100 462M 0 0 100 462M 0 2528k 0:03:07 0:03:07 --:--:-- 0 100 462M 0 0 100 462M 0 2514k 0:03:08 0:03:08 --:--:-- 0 100 462M 0 0 100 462M 0 2501k 0:03:09 0:03:09 --:--:-- 0 100 462M 0 0 100 462M 0 2488k 0:03:10 0:03:10 --:--:-- 0 100 462M 0 0 100 462M 0 2475k 0:03:11 0:03:11 --:--:-- 0 100 462M 0 0 100 462M 0 2462k 0:03:12 0:03:12 --:--:-- 0 100 462M 0 0 100 462M 0 2449k 0:03:13 0:03:13 --:--:-- 0 100 462M 0 0 100 462M 0 2437k 0:03:14 0:03:14 --:--:-- 0 100 462M 0 0 100 462M 0 2424k 0:03:15 0:03:15 --:--:-- 0 100 462M 0 0 100 462M 0 2412k 0:03:16 0:03:16 --:--:-- 0 100 462M 0 0 100 462M 0 2400k 0:03:17 0:03:17 --:--:-- 0 100 462M 0 0 100 462M 0 2388k 0:03:18 0:03:18 --:--:-- 0 100 462M 0 0 100 462M 0 2376k 0:03:19 0:03:19 --:--:-- 0 100 462M 0 0 100 462M 0 2364k 0:03:20 0:03:20 --:--:-- 0 100 462M 0 0 100 462M 0 2352k 0:03:21 0:03:21 --:--:-- 0 100 462M 0 0 100 462M 0 2340k 0:03:22 0:03:22 --:--:-- 0 100 462M 0 0 100 462M 0 2329k 0:03:23 0:03:23 --:--:-- 0 100 462M 0 0 100 462M 0 2317k 0:03:24 0:03:24 --:--:-- 0 100 462M 0 0 100 462M 0 2306k 0:03:25 0:03:25 --:--:-- 0 100 462M 0 0 100 462M 0 2295k 0:03:26 0:03:26 --:--:-- 0 100 462M 0 0 100 462M 0 2284k 0:03:27 0:03:27 --:--:-- 0 100 462M 0 0 100 462M 0 2273k 0:03:28 0:03:28 --:--:-- 0 100 462M 0 0 100 462M 0 2262k 0:03:29 0:03:29 --:--:-- 0 100 462M 0 0 100 462M 0 2251k 0:03:30 0:03:30 --:--:-- 0 100 462M 0 0 100 462M 0 2241k 0:03:31 0:03:31 --:--:-- 0 100 462M 0 0 100 462M 0 2230k 0:03:32 0:03:32 --:--:-- 0 100 462M 0 0 100 462M 0 2220k 0:03:33 0:03:33 --:--:-- 0 100 462M 0 0 100 462M 0 2209k 0:03:34 0:03:34 --:--:-- 0 100 462M 0 0 100 462M 0 2199k 0:03:35 0:03:35 --:--:-- 0 100 462M 0 0 100 462M 0 2189k 0:03:36 0:03:36 --:--:-- 0 100 462M 0 0 100 462M 0 2179k 0:03:37 0:03:37 --:--:-- 0 100 462M 0 0 100 462M 0 2169k 0:03:38 0:03:38 --:--:-- 0 100 462M 0 0 100 462M 0 2159k 0:03:39 0:03:39 --:--:-- 0 100 462M 0 0 100 462M 0 2149k 0:03:40 0:03:40 --:--:-- 0 100 462M 0 0 100 462M 0 2139k 0:03:41 0:03:41 --:--:-- 0 100 462M 0 0 100 462M 0 2130k 0:03:42 0:03:42 --:--:-- 0 100 462M 0 0 100 462M 0 2120k 0:03:43 0:03:43 --:--:-- 0 100 462M 0 0 100 462M 0 2111k 0:03:44 0:03:44 --:--:-- 0 100 462M 0 0 100 462M 0 2101k 0:03:45 0:03:45 --:--:-- 0 100 462M 0 0 100 462M 0 2092k 0:03:46 0:03:46 --:--:-- 0 100 462M 0 0 100 462M 0 2083k 0:03:47 0:03:47 --:--:-- 0 100 462M 0 0 100 462M 0 2074k 0:03:48 0:03:48 --:--:-- 0 100 462M 0 0 100 462M 0 2065k 0:03:49 0:03:49 --:--:-- 0 100 462M 0 0 100 462M 0 2056k 0:03:50 0:03:50 --:--:-- 0 100 462M 0 0 100 462M 0 2047k 0:03:51 0:03:51 --:--:-- 0 100 462M 0 0 100 462M 0 2038k 0:03:52 0:03:52 --:--:-- 0 100 462M 0 0 100 462M 0 2029k 0:03:53 0:03:53 --:--:-- 0 100 462M 0 0 100 462M 0 2021k 0:03:54 0:03:54 --:--:-- 0 100 462M 0 0 100 462M 0 2012k 0:03:55 0:03:55 --:--:-- 0 100 462M 0 0 100 462M 0 2003k 0:03:56 0:03:56 --:--:-- 0 100 462M 0 0 100 462M 0 1995k 0:03:57 0:03:57 --:--:-- 0 100 462M 0 0 100 462M 0 1987k 0:03:58 0:03:58 --:--:-- 0 100 462M 0 0 100 462M 0 1978k 0:03:59 0:03:59 --:--:-- 0 100 462M 0 0 100 462M 0 1970k 0:04:00 0:04:00 --:--:-- 0 100 462M 0 0 100 462M 0 1962k 0:04:01 0:04:01 --:--:-- 0 100 462M 0 0 100 462M 0 1954k 0:04:02 0:04:02 --:--:-- 0 100 462M 0 0 100 462M 0 1946k 0:04:03 0:04:03 --:--:-- 0 100 462M 0 0 100 462M 0 1938k 0:04:04 0:04:04 --:--:-- 0 100 462M 0 0 100 462M 0 1930k 0:04:05 0:04:05 --:--:-- 0 100 462M 0 0 100 462M 0 1922k 0:04:06 0:04:06 --:--:-- 0 100 462M 0 0 100 462M 0 1914k 0:04:07 0:04:07 --:--:-- 0 100 462M 0 0 100 462M 0 1907k 0:04:08 0:04:08 --:--:-- 0 100 462M 0 0 100 462M 0 1899k 0:04:09 0:04:09 --:--:-- 0 100 462M 0 0 100 462M 0 1891k 0:04:10 0:04:10 --:--:-- 0 100 462M 0 43 100 462M 0 1888k 0:04:11 0:04:11 --:--:-- 9 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] readJSON [Pipeline] echo [msg:操作成功, code:200, data:] [Pipeline] echo status:200 [Pipeline] echo {"msg":"操作成功","code":200,"data":""} [Pipeline] echo ------------------- 开始上传苏溪ota --------------------------------------------------------------------- [Pipeline] echo daxie [Pipeline] echo 上传失败:[] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo always [Pipeline] sh + rm -rf /senior/workspace/orin-slave32/slave/.catkin_tools /senior/workspace/orin-slave32/slave/build/ /senior/workspace/orin-slave32/slave/devel/ /senior/workspace/orin-slave32/slave/install /senior/workspace/orin-slave32/slave/logs/ [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] sh + cp -r /senior/workspace/commit/orin-slave32/slave_tmp/cache_bag_node /senior/workspace/commit/orin-slave32/slave_tmp/camera_driver /senior/workspace/commit/orin-slave32/slave_tmp/crane_align /senior/workspace/commit/orin-slave32/slave_tmp/dox /senior/workspace/commit/orin-slave32/slave_tmp/fast_lio-port /senior/workspace/commit/orin-slave32/slave_tmp/hdcontrol /senior/workspace/commit/orin-slave32/slave_tmp/hesai_lidar /senior/workspace/commit/orin-slave32/slave_tmp/imv_spreader_detection /senior/workspace/commit/orin-slave32/slave_tmp/lego-loam-bor /senior/workspace/commit/orin-slave32/slave_tmp/lidar_camera_fusion /senior/workspace/commit/orin-slave32/slave_tmp/lidar_loc_v2 /senior/workspace/commit/orin-slave32/slave_tmp/lidar_manual_calib /senior/workspace/commit/orin-slave32/slave_tmp/login_sync_tool /senior/workspace/commit/orin-slave32/slave_tmp/mrpt2 /senior/workspace/commit/orin-slave32/slave_tmp/msg_recorder /senior/workspace/commit/orin-slave32/slave_tmp/new_detection /senior/workspace/commit/orin-slave32/slave_tmp/new_truck_spreader_detection /senior/workspace/commit/orin-slave32/slave_tmp/node-manager /senior/workspace/commit/orin-slave32/slave_tmp/node_manager_online /senior/workspace/commit/orin-slave32/slave_tmp/performance_analyst /senior/workspace/commit/orin-slave32/slave_tmp/rcinterpreter /senior/workspace/commit/orin-slave32/slave_tmp/rminterpreter /senior/workspace/commit/orin-slave32/slave_tmp/ros-bridge /senior/workspace/commit/orin-slave32/slave_tmp/rslidar_sdk /senior/workspace/commit/orin-slave32/slave_tmp/rslidar_sdk_new /senior/workspace/commit/orin-slave32/slave_tmp/rtsp_relayer /senior/workspace/commit/orin-slave32/slave_tmp/schedule_manager /senior/workspace/commit/orin-slave32/slave_tmp/senior_calibration /senior/workspace/commit/orin-slave32/slave_tmp/shared_msgs /senior/workspace/commit/orin-slave32/slave_tmp/slave /senior/workspace/commit/orin-slave32/slave_tmp/system_monitor /senior/workspace/commit/orin-slave32/slave_tmp/system-ros /senior/workspace/commit/orin-slave32/slave_tmp/thirdparty /senior/workspace/commit/orin-slave32/slave_tmp/TruckUpLiDarCalibTool /senior/workspace/commit/orin-slave32/slave_tmp/unified-system-monitor /senior/workspace/commit/orin-slave32/slave_tmp/versions_observer /senior/workspace/commit/orin-slave32/slave_tmp/warningModule /senior/workspace/commit/orin-slave32/slave/ [Pipeline] sh + rm -rf /senior/workspace/commit/orin-slave32/slave_tmp [Pipeline] readJSON [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 堆场内坑沿误检修复,屏蔽车体误检. [Pipeline] echo 梁山港复用大港逻辑过滤堆高机和龙门吊误检. [Pipeline] echo 烟台港og点输出107(fix bug). [Pipeline] echo 修复程序崩溃bug(无定位时使用pc_map) [Pipeline] echo 车挂矫正时初选范围修改 [Pipeline] echo pre_ekf角度和pre箱体面角都可作为本次矫正的初选范围 [Pipeline] echo 箱体面矫正短边参数修改提参 [Pipeline] echo 梁山港过滤地图外静止场桥和堆高机. [Pipeline] echo 箱体面矫正长边拟合适配后20尺 [Pipeline] echo 前港地磅点云叠加查看. [Pipeline] echo 友谊关临时程序. [Pipeline] echo 检测box尺寸变化对MotionRefine阈值加性加权. [Pipeline] echo 去除友谊关关卡有速度行人误检. [Pipeline] echo 太阳北海路沿区不进行聚类限速. [Pipeline] echo 太阳北海集卡车头高分0.3->0.45. [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo 结构修改 [Pipeline] echo 过滤跳变后的值 [Pipeline] echo 跳变阈值改为5度,平滑0.5s [Pipeline] echo 优化角度滤波 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo webhtml准备完成 [Pipeline] echo <!DOCTYPE html><html><head><meta charset="utf-8"><title>msg2html</title></head><body><h1>更新内容</h1><h2>模块名: cache_bag_node</h2><h2>模块名: camera_driver</h2><h2>模块名: dox</h2><h2>模块名: hdcontrol</h2><h2>模块名: hesai_lidar</h2><h2>模块名: lidar_camera_fusion</h2><h2>模块名: lidar_loc_v2</h2><h2>模块名: mrpt2</h2><h2>模块名: new_detection</h2><h3>note_out</h3><ul><li> 堆场内坑沿误检修复,屏蔽车体误检.</li><li> 梁山港复用大港逻辑过滤堆高机和龙门吊误检.</li><li> 烟台港og点输出107(fix bug).</li><li> 修复程序崩溃bug(无定位时使用pc_map)</li><li> 车挂矫正时初选范围修改</li><li> pre_ekf角度和pre箱体面角都可作为本次矫正的初选范围</li><li> 箱体面矫正短边参数修改提参</li><li> 梁山港过滤地图外静止场桥和堆高机.</li><li> 箱体面矫正长边拟合适配后20尺</li><li> 前港地磅点云叠加查看.</li><li> 友谊关临时程序.</li><li> 检测box尺寸变化对MotionRefine阈值加性加权.</li><li> 去除友谊关关卡有速度行人误检.</li><li>太阳北海路沿区不进行聚类限速.</li><li> 太阳北海集卡车头高分0.3->0.45.</li></ul><h2>模块名: node_manager_online</h2><h2>模块名: rcinterpreter</h2><h3>feat_out</h3><ul><li>结构修改</li><li>过滤跳变后的值</li><li>跳变阈值改为5度,平滑0.5s</li><li>优化角度滤波</li></ul><h2>模块名: rslidar_sdk</h2><h2>模块名: rslidar_sdk_new</h2><h2>模块名: rtsp_relayer</h2><h2>模块名: senior_calibration</h2><h2>模块名: shared_msgs</h2><h2>模块名: system_monitor</h2><h2>模块名: system-ros</h2><h2>模块名: thirdparty</h2><h2>模块名: unified-system-monitor</h2><h2>模块名: versions_observer</h2><h2>模块名: warningModule</h2></body></html> [Pipeline] echo msg已经准备完成 [Pipeline] sh + touch /senior/workspace/orin-slave32/slave/index.html [Pipeline] writeFile [Pipeline] echo html更新完成 [Pipeline] publishHTML [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /senior/workspace/orin-slave32/slave to /var/lib/jenkins/jobs/orin-slave32/builds/334/htmlreports/update_20message [Pipeline] wrap [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo user: , telphone: null [Pipeline] echo 用户不存在列表中 [Pipeline] } [Pipeline] // script [Pipeline] sh + curl -X POST 'http://143.64.81.104:8080/robot/send?access_token=c4e318472bbd19d0449efb4060de213f730dc32b4bf44819381a8fa7adf61983' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"jenkins通知","text": "# 版本发布通知 ### [706全量包test从机] --- - 版本名: [all_slave_2025-12-17_13-35-23] - 状态:<font color=#01B468> 编译成功 </font> - 执行人:liuhuan - 更新模块: [new_detection][rcinterpreter] - 上传平台: daxie - 任务号: [orin-slave32 #334] - 具体更新内容点此链接 [该版本详细内容点此](http://jenkins.vehicle.senior.auto:8080/jenkins/job/orin-slave32/334/update_20message/index.html) > 请ota发布同学尽快发布验证,并在群里同步发布信息~ "},"at": {"atMobiles": [""],"isAtAll": "false"} }' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 704 100 27 100 677 270 6770 --:--:-- --:--:-- --:--:-- 7040 [Pipeline] echo {"errcode":0,"errmsg":"ok"} [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } Lock released on resource [Label: orin-arm, Quantity: 1] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS