原创 Cartographer官方安裝流程遇到的坑

現在Cartographer官方安裝流程比較簡單,本人也是參考官方的流程進行安裝 https://google-cartographer-ros.readthedocs.io/en/latest/compilation.html#buil

原创 倍福BECKHOFF PLC優秀資源

1. https://blog.csdn.net/u012928587/article/details/104194290

原创 Ros install

  ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sou

原创 Git 操作說明

如何將遠程倉庫拉到本地: $  git clone  -b morgan_debug https://github.com/DavidLining/3D_PathPlanner.git  其中, -b morgan_debug是可選項,用

原创 PCL 編譯過程遇到的問題

Error log: The imported target "vtkQtChart" references the file "/usr/lib/libvtkQtChart.so.5.8.0" [...]  解決方法: sudo apt

原创 VScode 常用指令

1. 編輯c_cpp_properties.json文件 Ctrl+Shift+P可以調出控制窗口 再輸入edit或者configuration,選擇"C/Cpp:Edit Configurations": 然後就出來了

原创 C++構造函數詳解(轉)

轉自:點擊鏈接 C++構造函數詳解(複製構造函數) 構造函數是幹什麼的 該類對象被創建時,編譯系統對象分配內存空間,並自動調用該構造函數,由構造函數完成成員的初始化工作,故:構造函數的作用:初始化對象的數據成員。 構造函數的種類 1

原创 神經網絡 專業術語解釋(Step, Batch Size, Iteration,Epoch)

1. 名詞解釋Step: 訓練模型的步數Batch Size(批尺寸): 計算梯度所需的樣本數量,太小會導致效率低下,無法收斂。太大會導致內存撐不住,Batch Size增大到一定程度後,其下降方向變化很小了,所以Batch Size是一

原创 TensorFlow Tutorials - Images - MNIST

TensorFlow:V1.8.0本例程中使用了TensorFlow中的高級API:EstimatorEstimator入門導讀 https://www.tensorflow.org/programmers_guide/estimator