Livox-Localization
A simple localization framework that can re-localize in one point-cloud map.
File Explorer
Download Latest Version (.zip)- horizon.yaml
- Livox-Localization.gif
- ikd_Tree.cpp
- ikd_Tree.h
- README.md
- esekfom.hpp
- util.hpp
- mtkmath.hpp
- SubManifold.hpp
- vectview.hpp
- S2.hpp
- SOn.hpp
- vect.hpp
- wrapped_cv_mat.hpp
- build_manifold.hpp
- startIdx.hpp
- common_lib.h
- Exp_mat.h
- matplotlibcpp.h
- so3_math.h
- use-ikfom.hpp
- localization_horizon.launch
- Pose6D.msg
- .gitignore
- loam_livox.rviz
- localization.rviz
- __init__.py
- icp_utlis.py
- kdtree.py
- point_cloud_utils.py
- global_localization.py
- livox_scan_context_test.py
- publish_initial_pose.py
- scan_context_manager.py
- transform_fusion.py
- IMU_Processing.hpp
- laserMapping.cpp
- preprocess.cpp
- preprocess.h
- .gitignore
- .gitmodules
- CMakeLists.txt
- LICENSE
- package.xml
- README.md
# Installation Guide
git clone https://github.com/SiyuanHuang95/Livox-Localization
Downloads the entire project code from GitHub to your computer.
cd Livox-Localization
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
- Python 3 Python is required to use pip.
sudo apt install ros-$ROS_DISTRO-ros-numpy
Installs directly from the APT package repository (Debian/Ubuntu-based).
pip install open3d
Installs the package published on PyPI directly β no need to clone the source.
pip install numpy
Installs the package published on PyPI directly β no need to clone the source.
pip install sklearn
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. CMake
Mediummkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
