Skip to content

This repository contains tools for base_link to lidar, lidar-camera, and lidar-lidar calibration.

License

Notifications You must be signed in to change notification settings

zillur-av/CalibrationTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calibration_tools

Calibration tools used for autonomous driving

Requirement

  • Ubuntu22.04
  • Ros Humble

Installation procedures

After installing autoware (please see source-installation page), execute the following commands:

cd autoware
wget https://raw.githubusercontent.com/tier4/CalibrationTools/tier4/universe/calibration_tools.repos
vcs import src < calibration_tools.repos
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release

Implemented calibration tools

sensor

We provide calibration tool for sensor pairs like LiDAR - LiDAR, LiDAR - Camera, etc.

README

localization - deviation estimation tools

Estimate parameters of sensors used for dead reckoning (IMU and odometry) for a better localization performance

README

control - vehicle cmd analyzer

Visualization and analysis tools for the control outputs from Autoware

README

vehicle - time delay estimator

Calibration tool to fix the delay of the commands to the vehicle

README

system - tunable static tf broadcaster

GUI to modify the parameters of generic TFs.

README

About

This repository contains tools for base_link to lidar, lidar-camera, and lidar-lidar calibration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.5%
  • Python 30.2%
  • CMake 1.3%