SkillAgentSearch skills...

NormalDistributionTransform2D

Python sample code of 2D NDT Scan Matching

Install / Use

/learn @rsasaki0109/NormalDistributionTransform2D
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Python sample code of 2D NDT Scan Matching

This Python script demonstrates a 2D scan matching algorithm called Normal Distributions Transform (NDT) for aligning two point clouds.

Usage

python script/normal_distributions_transform.py

.

Results

The source points (red), target points (blue), and transformed source points (green).

True transform: [0.1        0.2        0.26179939]
Estimated transform: [0.11679415 0.28055845 0.25984399]

Result

This code is inspired by PythonRobotics.

Related Skills

View on GitHub
GitHub Stars37
CategoryDevelopment
Updated1mo ago
Forks2

Languages

Python

Security Score

95/100

Audited on Feb 18, 2026

No findings