Short Explanation
Run reMap when a robot needs a persistent semantic scene model that can answer symbolic spatial questions over mapped entities.
reMap exposes a ROS-based semantic mapping stack that fuses 3D region maps, robot state, and symbolic queries so robots can ask where entities are and publish query results back into the runtime.
Core parameters, trigger timing, and visual before/after demo references.
Run reMap when a robot needs a persistent semantic scene model that can answer symbolic spatial questions over mapped entities.
Prepare the scene, image, video, sensor stream, prompt, or configuration expected by the original project.
Read the produced visualization, prediction, map, trajectory, mask, grasp pose, or other documented artifact.
A quick-run style example for the documentation page.
Readable controls and the meaning of each returned artifact.
patternstextSPARQL-inspired symbolic patterns used to query the semantic map.
dynamictogglefalseWhether the query should remain active and publish updates over time.
frequencytext{sec: 1, nanosec: 0}Polling frequency for dynamic queries.
publish_tftoggletrueWhether result entities should also be exposed as TF frames.
jsonStructured query answers returned by the ROS service.
successBoolean status for the query call.
result_topicsPublished point-cloud or query result topics under `/remap/query/results/...`.
tf_framesOptional TF frames representing queried entities.
Official resources, deployment steps, academic context, citation, and source-reported benchmark numbers.
# Relative-path local entry for the reMap deployment
source /opt/ros/humble/setup.bash
source ~/anaconda3/etc/profile.d/conda.sh
conda activate vdb_env
source /home/lyd/remap_linux_build/ros2_ws/install/setup.bash
ros2 service call /remap/query remap_msgs/srv/Query "{
patterns: ['tiago_pro isIn ?room'],
vars: [],
models: [],
dynamic: false,
duration: {sec: 0, nanosec: 0},
frequency: {sec: 1, nanosec: 0},
publish_tf: true,
id: 'presence_query'
}"{
"tool": "reMap",
"status": "ok",
"trajectory": [
{
"label": "Queryable semantic mapping",
"score": 0.87,
"output": "JSON query results, result topics, TF frames, semantic map updates"
}
],
"timing": {
"runtime": "Interactive ROS service calls are shown in the deployment notes, but no source-reported latency number is given.",
"device": "documented in source benchmark when available"
},
"artifacts": {
"visualization": "tools/reMap/runs/visualization.png",
"raw_predictions": "tools/reMap/runs/predictions.json"
}
}Paper identity and contribution summary.
@misc{reMap2025,
title={reMap: Spatially-Grounded and Queryable Semantics for Interactive Robots},
author={Author},
year={2025},
note={LNCS / ERL@HRI 2025},
url={https://github.com/RepresentationMaps/remap_plugin_query}
}Only compact, source-reported numbers are shown here.
| Dataset | Metric | Value | Runtime | Source |
|---|---|---|---|---|
| The bundled deployment README verifies service-level functionality on a demo scene, but it does not provide a source benchmark dataset or paper-reported numeric evaluation table. | Core result | No official numeric benchmark was found in the bundled public reMap materials, so the page leaves this as a deployment-validated tool rather than inventing a score. | Interactive ROS service calls are shown in the deployment notes, but no source-reported latency number is given. | LNCS / ERL@HRI 2025 |
Public ROS2 package READMEs, build logs, verified service calls, and runtime notes from the deployment README.
Visual references from the original tool. Click any image to inspect the original size.