rustgeomapping 0.1.4

A set of base tools that are designed to allow RGBD cameras create 2.5D heightmaps from the captured pointclouds. Primarily aimed at autonomous geotechnical feature reconstruction.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
V0.1.4 (27/05/26):
-Implement creation of heightmap using desired bin size as opposed to setting a width/height


V0.1.3 (26/05/26):
-Implement creation of empty pointcloud
-Implement heightmap creation from list of pointclouds


V0.1.2 (26/05/26):
-Implement camtypes take pointcloud for agnostic pointcloud capture

V0.1.1 (26/05/26):
-Modify CamTypes Enumeration such that the Camera struct is stored implicitly
-Make CamTypes public