A method to reduce the memory required for laser slam mapping
A laser and memory technology, which is applied in the direction of multi-channel program device, instrument, program control design, etc., can solve the problems of reducing the accuracy of mapping, rough estimation, and poor mapping effect, so as to save memory resources and achieve harmonious system operation Stable and smooth running effect
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 2
[0103] Embodiment 2: set the width and height of the constructed grid map to be 100 and 100 respectively, indicating the number of cells in the x and y directions of the map;
[0104] The total number of cells is:
[0105] Sum=100*100=10000;
[0106] Each cell is 16 bytes;
[0107] The total memory occupied by the grid map is:
[0108] S 1 =16*10000=160000;
[0109]The int-type member variables visits and n that are frequently used in each cell are reserved, and the float-type member variables x and y that are used infrequently in each cell are reserved in the storage space outside the grid map. The memory is 8 bytes, and the total memory occupied by the grid map is:
[0110] S 2 =8*10000=80000;
[0111] The float-type member variables x and y create a memory space P separately. When a cell is hit by the laser beam end-click, the float-type member variables x and y of the cell are added to the storage space P, and the index of the cells in the grid map is sorted in desc...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


