@ray-js/robot-map-sdk 0.0.2-beta-4 → 0.0.2-beta-5

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/dist/index.d.ts CHANGED
@@ -2609,6 +2609,7 @@ declare class MapManager {
2609
2609
  private createCarpet;
2610
2610
  /**
2611
2611
  * 处理房间几何数据,计算所有需要的几何信息
2612
+ * 返回所有房间的几何数据(包括正常房间和未知房间)
2612
2613
  */
2613
2614
  private processRoomsGeometry;
2614
2615
  /**