ニュース

Python example code for 2D Array Processing. Contribute to nekoprog/2D-Array-Processing development by creating an account on GitHub.
Involves passing an empty 2D array of any desired shape into Fortran, filling it in the wrapper, modifying it in the Fortran code and retrieving it back into Python and printing the same - ...
本日の忘れないための記録は、2D-Lidarの値の取り方です。 Lidarの値は基本的に配列の形で送られてきます。 私が使ったLidarは前方270°のスキャンデータが1081個の要素に分けられ、1つの配列になって送られてきます。 データ配列をここで仮にscan[]とします。 配列の要素数を求める時、len関数を ...