G1_physical_ai_maps
收藏资源简介:
G1 Physical AI Maps 是一个基于 Unitree G1 机器人采集的3D点云地图与导航目标数据集。数据集包含一个实验室环境(lab)的点云地图,点云数量为19,124个点,地图尺寸为12.8米×12.4米×3.4米。每个点云包含坐标(x, y, z)、强度(intensity)、法向量(normal_x, normal_y, normal_z)和曲率(curvature)。此外,数据集中还提供了对应的导航目标列表(tasklist.json),包含四个目标点(goal_1 ~ goal_4),每个目标以位置和四元数表示在地图坐标系中。元数据文件(metadata.json)记录了地图边界和MD5校验值。地图版本通过Git标签管理,确保可复现。数据集适用于机器人导航、路径规划、3D场景理解等任务。
G1 Physical AI Maps is a 3D point cloud map and navigation goal dataset collected by the Unitree G1 robot. The dataset contains a point cloud map of a laboratory environment (lab) with 19,124 points, and the map dimensions are 12.8m × 12.4m × 3.4m. Each point includes coordinates (x, y, z), intensity, normal vectors (normal_x, normal_y, normal_z), and curvature. Additionally, the dataset provides a corresponding navigation goal list (tasklist.json) containing four goal points (goal_1 ~ goal_4), each represented by position and quaternion in the map coordinate system. The metadata file (metadata.json) records the map boundaries and MD5 checksum. Map versions are managed via Git tags to ensure reproducibility. The dataset is suitable for tasks such as robot navigation, path planning, and 3D scene understanding.
数据集概述:G1 Physical AI Maps
该数据集包含由 Unitree G1 机器人采集的 3D 点云地图及导航目标点,用于机器人导航和物理 AI 相关研究。
基本信息
- 许可证:Apache-2.0
- 数据类型:机器人学、Unitree G1、点云、导航
- 数据规模:n < 1K(样本数少于 1000)
数据内容
| 地图名称 | 点数 | 尺寸(米) | 任务 |
|---|---|---|---|
lab |
19,124 | 12.8 × 12.4 × 3.4 | goal_1 ~ goal_4(4 个导航目标) |
文件结构(以 lab 地图为例)
maps/g1/lab/map.pcd:点云文件(PCD 二进制格式),包含 x, y, z, intensity, normal_x, normal_y, normal_z, curvature 字段。maps/g1/lab/tasklist.json:目标位姿(地图坐标系下的位置 + 四元数),数组顺序表示注册顺序。maps/g1/lab/metadata.json:包含地图边界和 MD5 校验值。
使用说明
-
可通过
hf_hub_download函数从 Hugging Face 直接下载指定文件,例如: python path = hf_hub_download("mncai/G1_physical_ai_maps", "maps/g1/lab/map.pcd", repo_type="dataset", revision="map-g1-lab-v1") -
地图版本通过 Git 标签(revision)固定,用户可选择使用最新版或指定版本。
-
下载后可参照
metadata.json中的 MD5 值校验文件完整性。 -
点云坐标已对齐重力方向且 Z 轴向上,使用
map坐标系,无需额外变换。 -
注意:Hugging Face 数据集查看器不支持渲染
.pcd文件,3D 检查需在单独的 Space 中完成。




