@neuracore/types 10.0.0 → 10.2.0

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.
@@ -1350,10 +1350,12 @@ export interface RecordingMetadata {
1350
1350
  *
1351
1351
  * Represents 3D spatial data from depth sensors or LiDAR systems with
1352
1352
  * optional colour information and camera calibration for registration.
1353
+ * The points and rgb_points fields are populated during dataset iteration.
1353
1354
  */
1354
1355
  export interface PointCloudData {
1355
1356
  timestamp: number;
1356
1357
  type: Type14;
1358
+ frame_idx: number;
1357
1359
  points?: string | null;
1358
1360
  rgb_points?: string | null;
1359
1361
  extrinsics?: unknown[] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuracore/types",
3
- "version": "10.0.0",
3
+ "version": "10.2.0",
4
4
  "description": "Shared TypeScript type definitions for Neuracore robotics platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",