We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81072c commit 31160f2Copy full SHA for 31160f2
assets/run_demo.md
@@ -0,0 +1,20 @@
1
+# 系统正常运行打印输出
2
+```python
3
+(串口打开状态)
4
+serial_manager.cpp:25 Serial port: /dev/ttyACM0 initialized and opened.
5
+serial_manager.cpp:44 Serial manager started ( 使用串口通信 )
6
+infinite_sense.cpp:49 Synchronizer started
7
+messenger.cpp:16 ZMQ PUB: tcp://0.0.0.0:40295 ( 当前使用的ZMQ通讯地址 )
8
+infinite_sense.cpp:68
9
+--- Topic Monitor ---
10
+ Active Topics (8): ( 活跃话题数量 )
11
+ • imu1 (num: 100) (1秒内收到收到消息数量 )
12
+ • trigger/imu_1 (num: 100) ( 触发状态 )
13
+ • trigger/cam_4 (num: 8)
14
+ • trigger/cam_3 (num: 4)
15
+ • trigger/cam_2 (num: 2)
16
+ • trigger/laser (num: 1)
17
+ • trigger/cam_1 (num: 1)
18
+ • trigger/imu_2 (num: 1)
19
+---------------------
20
+```
0 commit comments