|
| 1 | +units: |
| 2 | + - path: /sensing/autonomous_available |
| 3 | + type: and |
| 4 | + list: |
| 5 | + - { type: link, link: /sensing/emergency_stop } |
| 6 | + - { type: link, link: /sensing/pull_over } |
| 7 | + - { type: link, link: /sensing/comfortable_stop } |
| 8 | + |
| 9 | + - path: /sensing/pull_over_available |
| 10 | + type: and |
| 11 | + list: |
| 12 | + - { type: link, link: /sensing/emergency_stop } |
| 13 | + - { type: link, link: /sensing/comfortable_stop } |
| 14 | + |
| 15 | + - path: /sensing/comfortable_stop_available |
| 16 | + type: and |
| 17 | + list: |
| 18 | + - { type: link, link: /sensing/emergency_stop } |
| 19 | + |
| 20 | + # *************************************************** |
| 21 | + |
| 22 | + - path: /sensing/emergency_stop |
| 23 | + type: and |
| 24 | + list: |
| 25 | + - { type: link, link: /sensing/imu/002-connection } |
| 26 | + - { type: link, link: /sensing/lidar/concat/001-status } |
| 27 | + - { type: link, link: /sensing/lidar/pandar/001-connection } |
| 28 | + - { type: link, link: /sensing/lidar/pandar/002-temperature } |
| 29 | + - { type: link, link: /sensing/lidar/pandar/003-ptp } |
| 30 | + # - { type: link, link: /sensing/lidar/pandar/004-rpm } # Not in use |
| 31 | + # - { type: link, link: /sensing/lidar/pandar/005-voltage } # Not in use |
| 32 | + - { type: link, link: /sensing/camera/001-connection } |
| 33 | + |
| 34 | + - path: /sensing/pull_over |
| 35 | + type: and |
| 36 | + |
| 37 | + - path: /sensing/comfortable_stop |
| 38 | + type: and |
| 39 | + list: |
| 40 | + - { type: link, link: /sensing/lidar/pandar/002-temperature } |
| 41 | + |
| 42 | + - path: /sensing/none |
| 43 | + type: and |
| 44 | + list: |
| 45 | + - { type: link, link: /sensing/imu/003-gyro_bias } |
| 46 | + |
| 47 | + # *************************************************** |
| 48 | + # Intermediate paths |
| 49 | + |
| 50 | + # camera 1, 7 and 8 on the addon ECU are not in use |
| 51 | + - path: /sensing/camera/001-connection |
| 52 | + type: and |
| 53 | + list: |
| 54 | + - { type: link, link: /sensing/camera/0/connection } |
| 55 | + # - { type: link, link: /sensing/camera/1/connection } |
| 56 | + - { type: link, link: /sensing/camera/2/connection } |
| 57 | + - { type: link, link: /sensing/camera/3/connection } |
| 58 | + - { type: link, link: /sensing/camera/4/connection } |
| 59 | + - { type: link, link: /sensing/camera/5/connection } |
| 60 | + - { type: link, link: /sensing/camera/6/connection } |
| 61 | + # - { type: link, link: /sensing/camera/7/connection } |
| 62 | + # - { type: link, link: /sensing/camera/8/connection } |
| 63 | + - { type: link, link: /sensing/camera/9/connection } |
| 64 | + - { type: link, link: /sensing/camera/10/connection } |
| 65 | + |
| 66 | + - path: /sensing/lidar/pandar/001-connection |
| 67 | + type: and |
| 68 | + list: |
| 69 | + - { type: link, link: /sensing/lidar/front_left/connection } |
| 70 | + - { type: link, link: /sensing/lidar/front_right/connection } |
| 71 | + - { type: link, link: /sensing/lidar/side_left/connection } |
| 72 | + - { type: link, link: /sensing/lidar/side_right/connection } |
| 73 | + - { type: link, link: /sensing/lidar/top/connection } |
| 74 | + # - { type: link, link: /sensing/lidar/rear/connection } |
| 75 | + |
| 76 | + - path: /sensing/lidar/pandar/002-temperature |
| 77 | + type: and |
| 78 | + list: |
| 79 | + - { type: link, link: /sensing/lidar/front_left/temperature } |
| 80 | + - { type: link, link: /sensing/lidar/front_right/temperature } |
| 81 | + - { type: link, link: /sensing/lidar/side_left/temperature } |
| 82 | + - { type: link, link: /sensing/lidar/side_right/temperature } |
| 83 | + - { type: link, link: /sensing/lidar/top/temperature } |
| 84 | + # - { type: link, link: /sensing/lidar/rear/temperature } |
| 85 | + |
| 86 | + - path: /sensing/lidar/pandar/003-ptp |
| 87 | + type: and |
| 88 | + list: |
| 89 | + - { type: link, link: /sensing/lidar/front_left/ptp } |
| 90 | + - { type: link, link: /sensing/lidar/front_right/ptp } |
| 91 | + - { type: link, link: /sensing/lidar/side_left/ptp } |
| 92 | + - { type: link, link: /sensing/lidar/side_right/ptp } |
| 93 | + - { type: link, link: /sensing/lidar/top/ptp } |
| 94 | + # - { type: link, link: /sensing/lidar/rear/ptp } |
| 95 | + |
| 96 | + # *************************************************** |
| 97 | + # Diagnostics paths |
| 98 | + |
| 99 | + # The error code 001-connection simply follows pilot-auo vanilla's convention |
| 100 | + # xx1 does not estimate yaw_rate_status |
| 101 | + # - path: /sensing/imu/001-monitor |
| 102 | + # type: diag |
| 103 | + # node: imu_monitor |
| 104 | + # name: yaw_rate_status |
| 105 | + # timeout: 5.0 |
| 106 | + |
| 107 | + - path: /sensing/imu/002-connection |
| 108 | + type: diag |
| 109 | + node: topic_state_monitor_imu |
| 110 | + name: sensing_topic_status |
| 111 | + timeout: 1.0 |
| 112 | + |
| 113 | + - path: /sensing/imu/003-gyro_bias |
| 114 | + type: diag |
| 115 | + node: gyro_bias_validator |
| 116 | + name: gyro_bias_validator |
| 117 | + timeout: 1.0 |
| 118 | + |
| 119 | + - path: /sensing/camera/0/connection |
| 120 | + type: diag |
| 121 | + node: topic_state_monitor_camera0 |
| 122 | + name: sensing_topic_status |
| 123 | + timeout: 1.0 |
| 124 | + |
| 125 | + # # camera 1, 7 and 8 on the addon ECU are not in use |
| 126 | + # - path: /sensing/camera/1/connection |
| 127 | + # type: diag |
| 128 | + # node: topic_state_monitor_camera1 |
| 129 | + # name: sensing_topic_status |
| 130 | + # timeout: 1.0 |
| 131 | + |
| 132 | + - path: /sensing/camera/2/connection |
| 133 | + type: diag |
| 134 | + node: topic_state_monitor_camera2 |
| 135 | + name: sensing_topic_status |
| 136 | + timeout: 1.0 |
| 137 | + |
| 138 | + - path: /sensing/camera/3/connection |
| 139 | + type: diag |
| 140 | + node: topic_state_monitor_camera3 |
| 141 | + name: sensing_topic_status |
| 142 | + timeout: 1.0 |
| 143 | + |
| 144 | + - path: /sensing/camera/4/connection |
| 145 | + type: diag |
| 146 | + node: topic_state_monitor_camera4 |
| 147 | + name: sensing_topic_status |
| 148 | + timeout: 1.0 |
| 149 | + |
| 150 | + - path: /sensing/camera/5/connection |
| 151 | + type: diag |
| 152 | + node: topic_state_monitor_camera5 |
| 153 | + name: sensing_topic_status |
| 154 | + timeout: 1.0 |
| 155 | + |
| 156 | + - path: /sensing/camera/6/connection |
| 157 | + type: diag |
| 158 | + node: topic_state_monitor_camera6 |
| 159 | + name: sensing_topic_status |
| 160 | + timeout: 1.0 |
| 161 | + |
| 162 | + # camera 1, 7 and 8 on the addon ECU are not in use |
| 163 | + # - path: /sensing/camera/7/connection |
| 164 | + # type: diag |
| 165 | + # node: topic_state_monitor_camera7 |
| 166 | + # name: sensing_topic_status |
| 167 | + # timeout: 1.0 |
| 168 | + |
| 169 | + # - path: /sensing/camera/8/connection |
| 170 | + # type: diag |
| 171 | + # node: topic_state_monitor_camera8 |
| 172 | + # name: sensing_topic_status |
| 173 | + # timeout: 1.0 |
| 174 | + |
| 175 | + - path: /sensing/camera/9/connection |
| 176 | + type: diag |
| 177 | + node: topic_state_monitor_camera9 |
| 178 | + name: sensing_topic_status |
| 179 | + timeout: 1.0 |
| 180 | + |
| 181 | + - path: /sensing/camera/10/connection |
| 182 | + type: diag |
| 183 | + node: topic_state_monitor_camera10 |
| 184 | + name: sensing_topic_status |
| 185 | + timeout: 1.0 |
| 186 | + |
| 187 | + - path: /sensing/lidar/concat/001-status |
| 188 | + type: diag |
| 189 | + node: concatenate_data |
| 190 | + name: concat_status |
| 191 | + timeout: 1.0 |
| 192 | + |
| 193 | + - path: /sensing/lidar/side_left/connection |
| 194 | + type: diag |
| 195 | + node: /sensing/lidar/side_left/hesai_ros_wrapper_node |
| 196 | + name: hesai_status |
| 197 | + timeout: 5.0 |
| 198 | + - path: /sensing/lidar/side_left/ptp |
| 199 | + type: diag |
| 200 | + node: /sensing/lidar/side_left/hesai_ros_wrapper_node |
| 201 | + name: hesai_ptp |
| 202 | + timeout: 5.0 |
| 203 | + - path: /sensing/lidar/side_left/temperature |
| 204 | + type: diag |
| 205 | + node: /sensing/lidar/side_left/hesai_ros_wrapper_node |
| 206 | + name: hesai_temperature |
| 207 | + timeout: 5.0 |
| 208 | + |
| 209 | + - path: /sensing/lidar/side_right/connection |
| 210 | + type: diag |
| 211 | + node: /sensing/lidar/side_right/hesai_ros_wrapper_node |
| 212 | + name: hesai_status |
| 213 | + timeout: 5.0 |
| 214 | + - path: /sensing/lidar/side_right/ptp |
| 215 | + type: diag |
| 216 | + node: /sensing/lidar/side_right/hesai_ros_wrapper_node |
| 217 | + name: hesai_ptp |
| 218 | + timeout: 5.0 |
| 219 | + - path: /sensing/lidar/side_right/temperature |
| 220 | + type: diag |
| 221 | + node: /sensing/lidar/side_right/hesai_ros_wrapper_node |
| 222 | + name: hesai_temperature |
| 223 | + timeout: 5.0 |
| 224 | + |
| 225 | + - path: /sensing/lidar/front_left/connection |
| 226 | + type: diag |
| 227 | + node: /sensing/lidar/front_left/hesai_ros_wrapper_node |
| 228 | + name: hesai_status |
| 229 | + timeout: 5.0 |
| 230 | + - path: /sensing/lidar/front_left/ptp |
| 231 | + type: diag |
| 232 | + node: /sensing/lidar/front_left/hesai_ros_wrapper_node |
| 233 | + name: hesai_ptp |
| 234 | + timeout: 5.0 |
| 235 | + - path: /sensing/lidar/front_left/temperature |
| 236 | + type: diag |
| 237 | + node: /sensing/lidar/front_left/hesai_ros_wrapper_node |
| 238 | + name: hesai_temperature |
| 239 | + timeout: 5.0 |
| 240 | + |
| 241 | + - path: /sensing/lidar/front_right/connection |
| 242 | + type: diag |
| 243 | + node: /sensing/lidar/front_right/hesai_ros_wrapper_node |
| 244 | + name: hesai_status |
| 245 | + timeout: 5.0 |
| 246 | + - path: /sensing/lidar/front_right/ptp |
| 247 | + type: diag |
| 248 | + node: /sensing/lidar/front_right/hesai_ros_wrapper_node |
| 249 | + name: hesai_ptp |
| 250 | + timeout: 5.0 |
| 251 | + - path: /sensing/lidar/front_right/temperature |
| 252 | + type: diag |
| 253 | + node: /sensing/lidar/front_right/hesai_ros_wrapper_node |
| 254 | + name: hesai_temperature |
| 255 | + timeout: 5.0 |
| 256 | + |
| 257 | + - path: /sensing/lidar/top/connection |
| 258 | + type: diag |
| 259 | + node: /sensing/lidar/top/hesai_ros_wrapper_node |
| 260 | + name: hesai_status |
| 261 | + timeout: 5.0 |
| 262 | + - path: /sensing/lidar/top/ptp |
| 263 | + type: diag |
| 264 | + node: /sensing/lidar/top/hesai_ros_wrapper_node |
| 265 | + name: hesai_ptp |
| 266 | + timeout: 5.0 |
| 267 | + - path: /sensing/lidar/top/temperature |
| 268 | + type: diag |
| 269 | + node: /sensing/lidar/top/hesai_ros_wrapper_node |
| 270 | + name: hesai_temperature |
| 271 | + timeout: 5.0 |
| 272 | + |
| 273 | + # - path: /sensing/lidar/rear/connection |
| 274 | + # type: diag |
| 275 | + # node: /sensing/lidar/rear/hesai_ros_wrapper_node |
| 276 | + # name: hesai_status |
| 277 | + # timeout: 5.0 |
| 278 | + # - path: /sensing/lidar/rear/ptp |
| 279 | + # type: diag |
| 280 | + # node: /sensing/lidar/rear/hesai_ros_wrapper_node |
| 281 | + # name: hesai_ptp |
| 282 | + # timeout: 5.0 |
| 283 | + # - path: /sensing/lidar/rear/temperature |
| 284 | + # type: diag |
| 285 | + # node: /sensing/lidar/rear/hesai_ros_wrapper_node |
| 286 | + # name: hesai_temperature |
| 287 | + # timeout: 5.0 |
0 commit comments