@x-humanoid-cloud/bic-map 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +12 -5
- package/README.md +12 -5
- package/dist/bic-map.mjs +12421 -0
- package/dist/bic-map.umd.js +1 -0
- package/dist/cdn/bicMap.ext.min.js +22 -0
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
<h5 align="center">Seamless indoor/outdoor GPU map rendering & interaction SDK · Built for robotics</h5>
|
|
23
23
|
|
|
24
|
-
[](https://bicmap.x-humanoid-cloud.com/)
|
|
25
25
|
|
|
26
26
|
BicMap (`@x-humanoid-cloud/bic-map`) is a WebGL-based map rendering library built on top of [MapLibre GL](https://maplibre.org), [Three.js](https://threejs.org), and [Turf](https://turfjs.org), extended with robotics-oriented features including **indoor SLAM maps, outdoor tile/HD maps, point clouds, 3D models, POI markers, drawing tools, path planning, and robot orchestration** — all ready to use out of the box.
|
|
27
27
|
|
|
@@ -82,10 +82,10 @@ For environments without a build step (uniapp renderJS, plain `<script>` tags, e
|
|
|
82
82
|
|
|
83
83
|
| | | |
|
|
84
84
|
| :---: | :---: | :---: |
|
|
85
|
-
| <br/>Robot Mapping | <br/>3D Model Control | <br/>Real-time Location |
|
|
86
|
+
| <br/>POI Markers | <br/>Graphic Drawing | <br/>Cleaning Robot Scene |
|
|
87
|
+
| <br/>Transit Hub Map Guide | <br/>Museum Tour Guide | <br/>Community 24h Inspection |
|
|
88
|
+
| <br/>Outdoor Buildings | <br/>Outdoor Point Cloud | <br/>HD Map Loading |
|
|
89
89
|
|
|
90
90
|
<p align="right"><a href="https://bicmap.x-humanoid-cloud.com/">View more examples →</a></p>
|
|
91
91
|
|
|
@@ -134,6 +134,13 @@ Thanks to the following developers for their contributions to BicMap:
|
|
|
134
134
|
|
|
135
135
|
<table>
|
|
136
136
|
<tr>
|
|
137
|
+
<td align="center">
|
|
138
|
+
<a href="https://github.com/mayanhui">
|
|
139
|
+
<img src="https://github.com/mayanhui.png" width="80" height="80" style="border-radius:50%" alt="mayanhui"/>
|
|
140
|
+
<br/>
|
|
141
|
+
<sub><b>mayanhui (Yuri)</b></sub>
|
|
142
|
+
</a>
|
|
143
|
+
</td>
|
|
137
144
|
<td align="center">
|
|
138
145
|
<a href="https://github.com/HouserHao">
|
|
139
146
|
<img src="https://github.com/HouserHao.png" width="80" height="80" style="border-radius:50%" alt="HouserHao"/>
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
<h5 align="center">室内外一体化的 GPU 地图渲染与交互解决方案 · 面向机器人场景</h5>
|
|
23
23
|
|
|
24
|
-
[](https://bicmap.x-humanoid-cloud.com/)
|
|
25
25
|
|
|
26
26
|
BicMap(`@x-humanoid-cloud/bic-map`)是一套基于 WebGL 的地图渲染库,在 [MapLibre GL](https://maplibre.org) + [Three.js](https://threejs.org) + [Turf](https://turfjs.org) 之上做了面向机器人业务的二次封装,提供 **室内 SLAM 地图、室外瓦片/高精地图、点云、3D 模型、POI 标注、绘制工具、路径规划与机器人编排** 等开箱即用的能力。
|
|
27
27
|
|
|
@@ -82,10 +82,10 @@ createApp(App).use(bicMap).mount('#app')
|
|
|
82
82
|
|
|
83
83
|
| | | |
|
|
84
84
|
| :---: | :---: | :---: |
|
|
85
|
-
| <br/>机器人建图 | <br/>3D 模型控制 | <br/>实时位置更新 |
|
|
86
|
+
| <br/>点位 Marker | <br/>图形绘制 | <br/>扫地机器人场景 |
|
|
87
|
+
| <br/>三站一场地图引导 | <br/>博物馆导览讲解 | <br/>社区 24h 无人值守巡检 |
|
|
88
|
+
| <br/>室外建筑物 | <br/>室外点云 | <br/>高精地图加载 |
|
|
89
89
|
|
|
90
90
|
<p align="right"><a href="https://bicmap.x-humanoid-cloud.com/">查看更多示例 →</a></p>
|
|
91
91
|
|
|
@@ -134,6 +134,13 @@ BicMap 构建于以下开源项目之上:
|
|
|
134
134
|
|
|
135
135
|
<table>
|
|
136
136
|
<tr>
|
|
137
|
+
<td align="center">
|
|
138
|
+
<a href="https://github.com/mayanhui">
|
|
139
|
+
<img src="https://github.com/mayanhui.png" width="80" height="80" style="border-radius:50%" alt="mayanhui"/>
|
|
140
|
+
<br/>
|
|
141
|
+
<sub><b>mayanhui (Yuri)</b></sub>
|
|
142
|
+
</a>
|
|
143
|
+
</td>
|
|
137
144
|
<td align="center">
|
|
138
145
|
<a href="https://github.com/HouserHao">
|
|
139
146
|
<img src="https://github.com/HouserHao.png" width="80" height="80" style="border-radius:50%" alt="HouserHao"/>
|