YangLiu1021 commited on
Commit
492381f
·
1 Parent(s): d7df20d

document TOFSense-M cascade metadata

Browse files
README.md CHANGED
@@ -86,6 +86,7 @@ raw/sessions/<session_id>/metadata.yaml # session metadata
86
  raw/sessions/<session_id>/topic_summary.yaml # per-topic statistics
87
  metadata/sessions.parquet # session index
88
  metadata/topics.parquet # topic index
 
89
  quality/reports/ # generated quality reports
90
  calibration/robot_v1_template/ # calibration files
91
  ```
@@ -130,9 +131,10 @@ calibration/robot_v1_template/ # calibration files
130
 
131
  - Sessions missing RGB color topics: 7 (`2026-05-13_024746_odom_run001`, `2026-05-14_001841_odom_run008`, `2026-05-14_013615_odom_run012`, `2026-05-14_020913_odom_run015`, `2026-05-15_013500_odom_run019`, `2026-05-15_025645_odom_run022`, `2026-05-15_034810_odom_run024`).
132
  - Sessions missing ToF topic: 2 (`2026-05-13_025750_odom_run003`, `2026-05-13_033144_odom_run006`).
 
133
  - ToF validity report: 29,607,498/37,576,640 valid pixels (78.79%).
134
  - `quality/reports/topic_completeness_and_tof_validity.md` contains the detailed per-session report.
135
- - `calibration/robot_v1_template/` contains MAVROS IMU, MID360 LiDAR, and D430 infrared stereo camera calibration. Use the recorded `/camera/*/camera_info` topics for RealSense color/depth intrinsics. Fixed ToF extrinsic is not available in this dataset version.
136
 
137
  ## Limitations
138
 
 
86
  raw/sessions/<session_id>/topic_summary.yaml # per-topic statistics
87
  metadata/sessions.parquet # session index
88
  metadata/topics.parquet # topic index
89
+ metadata/tof_sensor.yaml # TOFSense-M cascade metadata
90
  quality/reports/ # generated quality reports
91
  calibration/robot_v1_template/ # calibration files
92
  ```
 
131
 
132
  - Sessions missing RGB color topics: 7 (`2026-05-13_024746_odom_run001`, `2026-05-14_001841_odom_run008`, `2026-05-14_013615_odom_run012`, `2026-05-14_020913_odom_run015`, `2026-05-15_013500_odom_run019`, `2026-05-15_025645_odom_run022`, `2026-05-15_034810_odom_run024`).
133
  - Sessions missing ToF topic: 2 (`2026-05-13_025750_odom_run003`, `2026-05-13_033144_odom_run006`).
134
+ - ToF sensor metadata: six-node Nooploop TOFSense-M cascade, UART query mode, 8x8 pixels per node. See `metadata/tof_sensor.yaml` and `metadata/tof_sensor.md`.
135
  - ToF validity report: 29,607,498/37,576,640 valid pixels (78.79%).
136
  - `quality/reports/topic_completeness_and_tof_validity.md` contains the detailed per-session report.
137
+ - `calibration/robot_v1_template/` contains MAVROS IMU, MID360 LiDAR, D430 infrared stereo camera calibration, and the explicit ToF extrinsic status. Use the recorded `/camera/*/camera_info` topics for RealSense color/depth intrinsics. Fixed ToF extrinsic is not available in this dataset version.
138
 
139
  ## Limitations
140
 
calibration/robot_v1_template/tof_to_base.yaml CHANGED
@@ -1,5 +1,16 @@
1
  sensor: nlink_tofsensem_cascade
 
 
 
2
  topic: /nlink_tofsensem_cascade
 
 
 
 
 
 
 
 
3
  parent_frame: base_link
4
  child_frame: tof_frame
5
  calibration_status: unavailable
 
1
  sensor: nlink_tofsensem_cascade
2
+ manufacturer: Nooploop
3
+ model: TOFSense-M
4
+ sensor_type: time_of_flight_matrix_laser_ranger
5
  topic: /nlink_tofsensem_cascade
6
+ ros_message_type: nlink_parser/TofsenseMCascade
7
+ collection_configuration:
8
+ interface: UART
9
+ output_mode: query
10
+ cascade_nodes: 6
11
+ pixel_mode: 8x8
12
+ pixels_per_node: 64
13
+ expected_pixels_per_message: 384
14
  parent_frame: base_link
15
  child_frame: tof_frame
16
  calibration_status: unavailable
dataset.yaml CHANGED
@@ -30,6 +30,9 @@ default_topics:
30
  tf: /tf
31
  tf_static: /tf_static
32
 
 
 
 
33
  quality_status:
34
  - unchecked
35
  - good
 
30
  tf: /tf
31
  tf_static: /tf_static
32
 
33
+ sensor_metadata:
34
+ tof: metadata/tof_sensor.yaml
35
+
36
  quality_status:
37
  - unchecked
38
  - good
metadata/schema.md CHANGED
@@ -41,3 +41,19 @@ All timestamps use nanoseconds (`ns`). The first version stores indexes only. Ra
41
  | `timestamp_min_ns` | `int64` | Earliest topic timestamp. |
42
  | `timestamp_max_ns` | `int64` | Latest topic timestamp. |
43
  | `category` | `string` | Topic category. |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  | `timestamp_min_ns` | `int64` | Earliest topic timestamp. |
42
  | `timestamp_max_ns` | `int64` | Latest topic timestamp. |
43
  | `category` | `string` | Topic category. |
44
+
45
+ ## `metadata/tof_sensor.yaml`
46
+
47
+ Machine-readable metadata for the ToF sensor used by `/nlink_tofsensem_cascade`.
48
+
49
+ Key facts:
50
+
51
+ | Field | Description |
52
+ | --- | --- |
53
+ | `model` | Nooploop TOFSense-M. |
54
+ | `collection_configuration` | Six-node UART query cascade in 8x8 mode. |
55
+ | `message_layout` | ROS message and per-node/per-pixel fields. |
56
+ | `distance_status_codes` | Meaning of `dis_status` values. |
57
+ | `specifications` | Range, FOV, refresh rate, laser class, power, and interface limits. |
58
+
59
+ See `metadata/tof_sensor.md` for the human-readable version.
metadata/sensors.yaml CHANGED
@@ -23,3 +23,19 @@ topic_categories:
23
  TF:
24
  - /tf
25
  - /tf_static
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  TF:
24
  - /tf
25
  - /tf_static
26
+
27
+ sensor_specs:
28
+ tof:
29
+ metadata_file: metadata/tof_sensor.yaml
30
+ description_file: metadata/tof_sensor.md
31
+ manufacturer: Nooploop
32
+ model: TOFSense-M
33
+ sensor_type: time_of_flight_matrix_laser_ranger
34
+ topic: /nlink_tofsensem_cascade
35
+ ros_message_type: nlink_parser/TofsenseMCascade
36
+ collection_configuration:
37
+ interface: UART
38
+ output_mode: query
39
+ cascade_nodes: 6
40
+ pixel_mode: 8x8
41
+ pixels_per_node: 64
metadata/tof_sensor.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # TOFSense-M ToF Sensor Metadata
2
+
3
+ The dataset ToF topic is `/nlink_tofsensem_cascade`. It records a six-node Nooploop TOFSense-M cascade using UART query output in 8x8 mode.
4
+
5
+ ## Collection Configuration
6
+
7
+ | Field | Value |
8
+ | --- | --- |
9
+ | Sensor model | Nooploop TOFSense-M |
10
+ | Sensor type | Time-of-flight matrix laser ranging sensor |
11
+ | ROS topic | `/nlink_tofsensem_cascade` |
12
+ | ROS message | `nlink_parser/TofsenseMCascade` |
13
+ | Interface | UART |
14
+ | Output mode | Query |
15
+ | Cascade nodes | 6 |
16
+ | Pixel mode | 8x8 |
17
+ | Pixels per node | 64 |
18
+ | Expected pixels per cascade message | 384 |
19
+ | Nominal refresh rate | 15 Hz per node in 8x8 mode |
20
+ | UART baud rate | 921600 bps |
21
+
22
+ ## Message Layout
23
+
24
+ `nlink_parser/TofsenseMCascade` contains `nodes`, an array of `nlink_parser/TofsenseMFrame0`.
25
+
26
+ Each node has:
27
+
28
+ | Field | Type | Meaning |
29
+ | --- | --- | --- |
30
+ | `id` | `uint8` | Module ID in the cascade |
31
+ | `system_time` | `uint32` | Sensor-side system time |
32
+ | `pixel_count` | `uint8` | Expected to be 64 in this dataset |
33
+ | `pixels` | `TofsenseMFrame0Pixel[]` | Pixel data ordered from index 0 to 63 |
34
+
35
+ Each pixel has:
36
+
37
+ | Field | Type | Unit | Meaning |
38
+ | --- | --- | --- | --- |
39
+ | `dis` | `float32` | mm | Distance decoded by the current `nlink_parser` output |
40
+ | `dis_status` | `uint8` | code | Per-pixel distance status |
41
+ | `signal_strength` | `uint16` | raw count | Return signal strength; larger is stronger |
42
+
43
+ For validity checks, treat a pixel as usable only when `dis_status == 0` and `dis > 0`.
44
+
45
+ ## Distance Status Codes
46
+
47
+ | Code | Meaning |
48
+ | --- | --- |
49
+ | 0 | Measurement usable |
50
+ | 1 | Signal strength too low |
51
+ | 2 | Phase target |
52
+ | 3 | Target noise estimate too high |
53
+ | 4 | Target consistency check failed |
54
+ | 5 | Measurement not updated |
55
+ | 6 | Wraparound not performed, usually the first measurement |
56
+ | 7 | Rate inconsistent |
57
+ | 8 | Current target signal strength low |
58
+ | 9 | Large pulse valid range, possibly due to merged targets |
59
+ | 10 | Usable measurement, but no target was detected in the previous detection |
60
+ | 11 | Measurement inconsistent |
61
+ | 12 | Target ambiguous |
62
+ | 13 | Target detected but data inconsistent, usually when a secondary target exists |
63
+ | 255 | Target not detected |
64
+
65
+ ## Sensor Specifications
66
+
67
+ | Parameter | Value |
68
+ | --- | --- |
69
+ | Range at 600 lux | 1.5 cm to 4 m |
70
+ | Range at 60K lux | 1.5 cm to 2 m |
71
+ | Range at 100K lux | 1.5 cm to 1.2 m |
72
+ | Distance resolution | 1 mm |
73
+ | Typical ranging accuracy | +/- 1.5 cm |
74
+ | Typical standard deviation | < 1 cm at 4 m indoors / 600 lux |
75
+ | Field of view | 45 deg horizontal, 45 deg vertical, 65 deg diagonal |
76
+ | Supported pixel modes | 8x8 and 4x4 |
77
+ | Refresh rate | 15 Hz at 8x8, 60 Hz at 4x4 |
78
+ | Laser wavelength | 940 nm |
79
+ | Laser class | Class 1 |
80
+ | Typical power | 670 mW |
81
+ | UART supply voltage | 3.7 V to 5.2 V |
82
+ | CAN supply voltage | 4.2 V to 5.2 V |
83
+
84
+ The fixed ToF-to-base extrinsic is not available in this dataset version. Use `calibration/robot_v1_template/tof_to_base.yaml` for the explicit calibration status.
metadata/tof_sensor.yaml ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ sensor_name: tof_cascade
2
+ manufacturer: Nooploop
3
+ model: TOFSense-M
4
+ product_family:
5
+ - TOFSense-M
6
+ - TOFSense-M S
7
+ firmware_version_from_manual: V2.0.2
8
+ sensor_type: time_of_flight_matrix_laser_ranger
9
+
10
+ dataset_topic:
11
+ topic: /nlink_tofsensem_cascade
12
+ ros_message_type: nlink_parser/TofsenseMCascade
13
+ node_message_type: nlink_parser/TofsenseMFrame0
14
+ pixel_message_type: nlink_parser/TofsenseMFrame0Pixel
15
+
16
+ collection_configuration:
17
+ interface: UART
18
+ output_mode: query
19
+ cascade_nodes: 6
20
+ pixel_mode: 8x8
21
+ pixels_per_node: 64
22
+ expected_pixels_per_message: 384
23
+ nominal_refresh_hz_per_node: 15
24
+ uart:
25
+ baud_rate_bps: 921600
26
+ data_bits: 8
27
+ stop_bits: 1
28
+ parity: none
29
+ flow_control: none
30
+ protocol:
31
+ query_frame: NLink_TOFSense_Read_Frame0
32
+ output_frame: NLink_TOFSense_M_Frame0
33
+ byte_order: little_endian
34
+
35
+ message_layout:
36
+ nodes:
37
+ type: array
38
+ expected_length: 6
39
+ fields:
40
+ id:
41
+ type: uint8
42
+ description: Module ID in the cascade.
43
+ system_time:
44
+ type: uint32
45
+ description: Sensor-side system time from the TOFSense-M frame.
46
+ pixel_count:
47
+ type: uint8
48
+ expected_value: 64
49
+ pixels:
50
+ type: array
51
+ expected_length: 64
52
+ order: row_major_index_0_to_63
53
+ pixel_fields:
54
+ dis:
55
+ type: float32
56
+ unit: mm
57
+ valid_when: dis_status == 0 and dis > 0
58
+ description: Distance decoded by the nlink_parser from the protocol integer scale.
59
+ dis_status:
60
+ type: uint8
61
+ description: Per-pixel distance status code.
62
+ signal_strength:
63
+ type: uint16
64
+ unit: raw_count
65
+ description: Return signal strength. Larger values mean stronger returns.
66
+
67
+ distance_status_codes:
68
+ 0: measurement_usable
69
+ 1: signal_strength_too_low
70
+ 2: phase_target
71
+ 3: target_noise_estimate_too_high
72
+ 4: target_consistency_check_failed
73
+ 5: measurement_not_updated
74
+ 6: wraparound_not_performed_usually_first_measurement
75
+ 7: rate_inconsistent
76
+ 8: current_target_signal_strength_low
77
+ 9: large_pulse_valid_range_possible_merged_target
78
+ 10: usable_but_target_not_detected_in_previous_detection
79
+ 11: measurement_inconsistent
80
+ 12: target_ambiguous
81
+ 13: target_detected_but_data_inconsistent_usually_secondary_target
82
+ 255: target_not_detected
83
+
84
+ specifications:
85
+ ranging_range_m:
86
+ at_600_lux:
87
+ min: 0.015
88
+ max: 4.0
89
+ at_60000_lux:
90
+ min: 0.015
91
+ max: 2.0
92
+ at_100000_lux:
93
+ min: 0.015
94
+ max: 1.2
95
+ distance_resolution_mm: 1
96
+ typical_accuracy_cm: 1.5
97
+ typical_standard_deviation_cm: 1.0
98
+ typical_standard_deviation_condition: indoor_600_lux_at_4m
99
+ field_of_view_deg:
100
+ horizontal: 45
101
+ vertical: 45
102
+ diagonal: 65
103
+ supported_pixel_modes:
104
+ - mode: 8x8
105
+ pixels: 64
106
+ nominal_refresh_hz: 15
107
+ - mode: 4x4
108
+ pixels: 16
109
+ nominal_refresh_hz: 60
110
+ wavelength_nm: 940
111
+ laser_class:
112
+ iec_60825_1_2014: Class 1
113
+ gb_7247_1_2012: class_1_laser_product
114
+ power:
115
+ typical_power_mw: 670
116
+ supply_voltage_v:
117
+ uart:
118
+ min: 3.7
119
+ max: 5.2
120
+ can:
121
+ min: 4.2
122
+ max: 5.2
123
+ communication:
124
+ supported_interfaces:
125
+ - UART
126
+ - CAN
127
+ max_cascade_nodes:
128
+ uart: 8
129
+ can: 7
130
+
131
+ manuals:
132
+ - TOFSense-M_Datasheet_V3.0_zh.pdf
133
+ - TOFSense-M_User_Manual_V3.0_zh.pdf
quality/reports/topic_completeness_and_tof_validity.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  Generated from local ROS1 Docker by reading raw ROSBag files.
4
 
5
- Validity definition: a ToF pixel is valid when `dis_status == 0` and `dis` is finite and greater than 0. Distances are reported in the message unit, apparently millimeters.
6
 
7
  ## Summary
8
 
 
2
 
3
  Generated from local ROS1 Docker by reading raw ROSBag files.
4
 
5
+ Validity definition: a ToF pixel is valid when `dis_status == 0` and `dis` is finite and greater than 0. Distances are reported in millimeters by the current `nlink_parser` output.
6
 
7
  ## Summary
8