Skip to content

Commit d365a91

Browse files
committed
first working SLAM version
1 parent 5ef08ff commit d365a91

169 files changed

Lines changed: 95590 additions & 113 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ Thumbs.db
4141
# Temporary files
4242
*.tmp
4343
*.bak
44+
45+
46+
.env
47+
audio/

LiDAR/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ LiDAR/
7878
| File | Role |
7979
|------|------|
8080
| `g1_lidar_stream.cpp` | Receives LiDAR data via Livox SDK, sends via UDP |
81-
| `lidar_viewer.py` | 3D visualization with Open3D GUI (Rhino-style controls) |
81+
| `lidar_viewer.py` | 3D visualization with Open3D GUI |
8282
| `g1_mid360_config.json` | LiDAR network settings (IP, ports) |
8383
| `CMakeLists.txt` | Build configuration (libraries, compiler options) |
8484
| `build_lidar.sh` | Build automation (cmake + make) |

0 commit comments

Comments
 (0)