- 在 MessageObserver 接口中新增 on_node_arrived 方法- 在 SlamWrapper 类中实现节点到达时通知观察者的功能 - 在 TcpService 类中添加处理节点到达消息的方法 - 优化 TcpService 类的代码结构,准备后续添加更多功能
- 新增 MessageObserver 类用于消息通知 -重构 SlamWrapper 类,支持消息通知和机械臂控制 - 修改 TcpClient 类,使用消息通知替代直接控制机械臂 - 更新 TcpService 类,实现 MessageObserver 接口