The course materials and instructions can be found at KTH Canvas .
The software was developed on the following dependancies
- Ubuntu 20.04
- ROS Noetic
- robot_localization package (with apt-get)
- PCL libary (built-in of Ubuntu 20.04)
The code was editted on VS Code with #region folding add-on for tidier view.
Please install all dependencies first. Afterwards, create a ros workspace, clone the package to the workspace, and build by catkin build
or catkin_make
, for e.g.:
mkdir catkin_ws/src
cd catkin_ws/src
git clone https://github.com/brytsknguyen/oblam_deskew
cd ..; catkin build
Please download the data here
Declare the path to the data in the launch file run_deskew.launch.
Go to the function PropagateIMU() and DeskewByImuPropagation() and add the codes to complete the motion compensation of the pointclouds. If sucess you should see the deskewed pointcloud on the right.