Lidar-Odometry-and-Mapping
Lidar Odometry and Mapping (J.Zhang et.al). EECS/NAVARCH 568 (Mobile Robotics) Final Project
File Explorer
Download Latest Version (.zip)- benchmarking.m
- placeholder.txt
- Angle.h
- CircularBuffer.h
- common.h
- LaserMapping.h
- LaserOdometry.h
- MultiScanRegistration.h
- nanoflann.hpp
- nanoflann_pcl.h
- ScanRegistration.h
- TransformMaintenance.h
- Twist.h
- Vector3.h
- hector_loam_velodyne.launch
- loam_velodyne.launch
- loam_velodyne.launch~
- Forked_from_laboshinl
- loam_velodyne.rviz
- CMakeLists.txt
- LaserMapping.cpp
- LaserMapping.cpp~
- LaserOdometry.cpp
- math_utils.h
- MultiScanRegistration.cpp
- MultiScanRegistration.cpp~
- ScanRegistration.cpp
- ScanRegistration.cpp~
- TransformMaintenance.cpp
- laser_mapping_node.cpp
- laser_odometry_node.cpp
- multi_scan_registration_node.cpp
- transform_maintenance_node.cpp
- bag_test
- loam.test.in
- capture.bmp
- CMakeLists.txt
- Forked_from_laboshinl
- LICENSE
- package.xml
- Project Proposal.zip
- Project_Proposal.pdf
- laserMapping.cpp
- laserOdometry.cpp
- scanRegistration.cpp
- transformMaintenance.cpp
- EECS 568 Project Paper.zip
- EECS_568_Project_Paper.pdf
- KITTI08.gif
- Team_18_568_Final_Presentation.pdf
- Project Proposal.zip
- Project_Proposal.pdf
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/stevenliu216/Lidar-Odometry-and-Mapping
Downloads the entire project code from GitHub to your computer.
cd Lidar-Odometry-and-Mapping
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cd loam_velodyne
This project's files live in a subfolder, so move into it first.
mkdir 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.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
// repository documentation
Was this content helpful?
(0 ratings)
