⚔️CLID-SLAM: A Coupled LiDAR-Inertial Neural Implicit Dense SLAM with Region-Specific SDF Estimation
Mesh | Neural Points |
---|---|
![]() |
![]() |
- Release the source code
- Enhance the README.md
- Include the theory derivations
- Ubuntu 20.04
- GPU (tested on RTX 4090)
-
Clone the repository
git clone git@github.com:DUTRobot/CLID-SLAM.git cd CLID-SLAM
-
Create Conda Environment
conda create -n slam python=3.12 conda activate slam
-
Install PyTorch
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
-
Install ROS Dependencies
sudo apt install ros-noetic-rosbag ros-noetic-sensor-msgs
-
Install Other Dependencies
pip3 install -r requirements.txt
Download these essential ROSbag datasets:
- Edit
./dataset/converter/config/rosbag2dataset.yaml
. - Run:
python3 ./dataset/converter/rosbag2dataset_parallel.py
python3 slam.py ./config/run_ncd128.yaml
This project is built upon the open-source project PIN-SLAM, developed by PRBonn/YuePanEdward. A huge thanks to the contributors of PIN-SLAM for their outstanding work and dedication!