feat(slam): 添加节点到达通知功能
- 在 MessageObserver 接口中新增 on_node_arrived 方法- 在 SlamWrapper 类中实现节点到达时通知观察者的功能 - 在 TcpService 类中添加处理节点到达消息的方法 - 优化 TcpService 类的代码结构,准备后续添加更多功能 |
---|
|
src/message_observer.hpp |
---|
src/slam_wrapper.cpp |
---|
src/slam_wrapper.hpp |
---|
src/tcp_service.cpp |
---|
src/tcp_service.hpp |
---|