Skip to content
ai-supply.store
ОбзорКатегорииРейтингиСообществоAgent APIFAQ
ВойтиБесплатная регистрация
catalog / Robotics & Control / Cartographer
⬡PipelineRobotics & ControlFree

Cartographer

Google's real-time 2D and 3D SLAM system that builds globally consistent maps across many sensor configurations.

@ai-supply
Установки891
⟳ upstream 2.0.0 · updated 5y ago
↗ Исходный репозиторий
← More Robotics & ControlRobotics & Control leaderboard →How we grade security →Source ↗
✓ Grade A · 100/100 · SafeSecurity assessment
✓No compromise signals10capabilities surfaced11of 20 OWASP controls clear
External endpoints declaredExternal endpoints declaredExternal endpoints declaredExternal endpoints declared
scanned 1mo ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

Cartographer

Cartographer is a real-time simultaneous localization and mapping (SLAM) system from Google that builds globally consistent maps in 2D and 3D across multiple sensor configurations. It is a foundational, production-grade SLAM library widely used on mobile robots and throughout the ROS ecosystem.

Key features

  • Real-time 2D and 3D SLAM fusing LiDAR, IMU, odometry, and optional fixed-frame (GPS) inputs
  • Local SLAM (scan matching into submaps) combined with global loop-closure via sparse pose-graph optimization
  • Branch-and-bound scan matching for fast, robust loop detection
  • Sensor-agnostic design supporting many robot platforms and configurations
  • Companion cartographer_ros integration for the ROS / ROS 2 navigation stack

Cartographer delivers accurate, drift-corrected maps for indoor and outdoor autonomous navigation and remains a reference implementation for graph-based SLAM.

Curated mirror of the open-source Cartographer (Apache-2.0). Get it from the source.

Rating rank
#1
of 10 in Robotics & Control
Install rank
#10
of 10 in Robotics & Control
Security score
100/100 · A
safe
Security rank
#1
of 10 in Robotics & Control
Installs
891
cat avg 59k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Robotics & Control leaderboard →
✓ Security: Safe · 100100/100 · grade Ascanned 1mo ago
✓ no compromise signals10 risk-surface · 4/20 OWASP controls flagged

Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.

What this capability can do · med confidence (static)
⚑ filesystem⚑ network
egress → www.apache.org, developercertificate.org, google.github.io, aka.ms
11 steps⚑ uses secretsactions/checkout@v3www.apache.orgaka.ms

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).

OWASP Top 10 for LLM Applications
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — destructive rm -rf / · cartographer-project-cartographer-877157a/Dockerfile.bionic (CWE-78)expected
⚠LLM10Unbounded Consumptionmedium
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
•Potentially unbounded loop — an infinite loop (while True / while(1) / for(;;)) may cause runaway consumption · cartographer-project-cartographer-877157a/cartographer/cloud/internal/local_trajectory_uploader.cc (CWE-835)risk surface
⚠LLM06Excessive Agencylow
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · cartographer-project-cartographer-877157a/.bazelrcrisk surface
•External endpoints declared — 3 distinct host(s) · cartographer-project-cartographer-877157a/CONTRIBUTING.mdrisk surface
•External endpoints declared — 10 distinct host(s) · cartographer-project-cartographer-877157a/README.rstrisk surface
•External endpoints declared — 2 distinct host(s) · cartographer-project-cartographer-877157a/WORKSPACErisk surface
•External endpoints declared — 9 distinct host(s) · cartographer-project-cartographer-877157a/bazel/repositories.bzlrisk surface
•External endpoints declared — 6 distinct host(s) · cartographer-project-cartographer-877157a/docs/source/index.rstrisk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓LLM01Prompt InjectionPassed
✓LLM02Sensitive Information DisclosurePassed
✓LLM03Supply ChainPassed
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
✓LLM07System Prompt LeakagePassed
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — destructive rm -rf / · cartographer-project-cartographer-877157a/Dockerfile.bionic (CWE-78)expected
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
✓ML02Data PoisoningPassed
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML06AI Supply ChainPassed
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (25) · hygiene / uncategorized
•Unrecognized file type — '.bazelrc' is not on the allowlist · cartographer-project-cartographer-877157a/.bazelrcrisk surface
•Unrecognized file type — '.dockerignore' is not on the allowlist · cartographer-project-cartographer-877157a/.dockerignorerisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · cartographer-project-cartographer-877157a/.gitignorerisk surface
•Unrecognized file type — '.?' is not on the allowlist · cartographer-project-cartographer-877157a/AUTHORSrisk surface
•Unrecognized file type — '.bazel' is not on the allowlist · cartographer-project-cartographer-877157a/BUILD.bazelrisk surface
•Unrecognized file type — '.bionic' is not on the allowlist · cartographer-project-cartographer-877157a/Dockerfile.bionicrisk surface
•Unrecognized file type — '.grpc' is not on the allowlist · cartographer-project-cartographer-877157a/Dockerfile.bionic.grpcrisk surface
•Unrecognized file type — '.bullseye' is not on the allowlist · cartographer-project-cartographer-877157a/Dockerfile.bullseyerisk surface
•Unrecognized file type — '.buster' is not on the allowlist · cartographer-project-cartographer-877157a/Dockerfile.busterrisk surface
•Unrecognized file type — '.focal' is not on the allowlist · cartographer-project-cartographer-877157a/Dockerfile.focalrisk surface
•Unrecognized file type — '.jammy' is not on the allowlist · cartographer-project-cartographer-877157a/Dockerfile.jammyrisk surface
•Unrecognized file type — '.bzl' is not on the allowlist · cartographer-project-cartographer-877157a/bazel/repositories.bzlrisk surface
•Suspicious network references — suspicious TLD (44 URLs) · cartographer-project-cartographer-877157a/bazel/repositories.bzlexpected
•Unrecognized file type — '.h' is not on the allowlist · cartographer-project-cartographer-877157a/bazel/third_party/cairo/cairo-features.hrisk surface
•Unrecognized file type — '.build' is not on the allowlist · cartographer-project-cartographer-877157a/bazel/third_party/cairo/cairo.BUILDrisk surface
•Unrecognized file type — '.in' is not on the allowlist · cartographer-project-cartographer-877157a/cartographer-config.cmake.inrisk surface
•Unrecognized file type — '.clang-format' is not on the allowlist · cartographer-project-cartographer-877157a/cartographer/.clang-formatrisk surface
•Unrecognized file type — '.cc' is not on the allowlist · cartographer-project-cartographer-877157a/cartographer/cloud/client/map_builder_stub.ccrisk surface
•Unrecognized file type — '.proto' is not on the allowlist · cartographer-project-cartographer-877157a/cartographer/cloud/proto/map_builder_server_options.protorisk surface
•Unrecognized file type — '.cmake' is not on the allowlist · cartographer-project-cartographer-877157a/cartographer/common/config.h.cmakerisk surface
•Unrecognized file type — '.lua' is not on the allowlist · cartographer-project-cartographer-877157a/configuration_files/map_builder.luarisk surface
•Unrecognized file type — '.ai' is not on the allowlist · cartographer-project-cartographer-877157a/docs/assets/t_shirt/logo_cartographer.airisk surface
•PDF active content — contains /OpenAction · cartographer-project-cartographer-877157a/docs/assets/t_shirt/logo_cartographer.ai (CWE-94)risk surface
•Unrecognized file type — '.xsl' is not on the allowlist · cartographer-project-cartographer-877157a/scripts/ctest_to_junit.xslrisk surface
•Disallowed file type — '.bat' executables are not permitted · cartographer-project-cartographer-877157a/scripts/remove_mingw_cygwin_from_path.bat (CWE-434)risk surface
✔ verified source · pinned cartographer-project-cartographer-877157a
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/google-cartographer-slam/check). Click a policy:

Consume Cartographer programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/google-cartographer-slam

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/google-cartographer-slam/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add google-cartographer-slam

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/google-cartographer-slam/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "google-cartographer-slam" })
OpenAPI spec →
vlatest
✓ Security: Safe · 1001mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

Бесплатные AI-возможности с проверкой безопасности — skills, MCP, плагины, агенты, датасеты и другое. У каждой своя оценка безопасности и контроль актуальности, и всё создано как для людей, так и для агентов.

api · v3.1status · all green
Контакты
support@ai-supply.storesecurity@ai-supply.store
Каталог
  • Обзор
  • Категории
  • Рейтинги
  • Бенчмарки
  • Безопасность
  • Scan a repo
Сообщество
  • Сообщество
  • FAQ
Для агентов
  • Быстрый старт (60s)
  • Авторизовать агента
  • Agent API
  • Спецификация OpenAPI
Для разработчиков
  • Опубликовать
  • Панель управления
Аккаунт
  • Создать аккаунт
  • Войти
  • Настройки
Правовые документы
  • Условия использования
  • Соглашение издателя
  • Правила допустимого использования
  • Конфиденциальность