# YAG SLAM (Yet Another Graph SLAM)
Quick blurb on project goals: YAG SLAM is meant to be a complete graph SLAM system for life long mapping for robots using either 2D or 3D sensors. In its current form it is basically the same as Open Karto, even keeping the scan matcher from Karto mostly as is. The graph bits (including serialization/deserialization) however are implemented in Python and SBA is being used to do the graph optimization.
Here are the rough goals of this project:
Code should be easy to understand, maintain, and add to (hence the focus on Python as an interface).
Support ROS without needing ROS as I intend to use the API exposed by this codebase in a variety of situations/cloud services that are related to robotics but aren’t “on a robot”.
Do map saving, loading, and modification using portable formats (currently Graph state -> dict -> msgpack) to allow for tool development in a variety of ways.
Support any sensor so long as a scan matcher and a loop closure system are supplied.
Release files for yag-slam 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| yag_slam-0.3.0.tar.gz | 38.0 kB | Details |
Release files / yag_slam-0.3.0.tar.gz
| Download URL | yag_slam-0.3.0.tar.gz |
|---|---|
| Size | 38.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d0ad0171effe12afeb8efc64d668429b31c84a7fe515147d60452d87149d6469
|
|
BLAKE2b-256 checksum How to use checksums |
d66f5b0090db9b85511f5660d8af1c55620ea4cc4daf49d86b0c64c07b277a0d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.11
|