feat(robotic_arm): 新增机械臂控制功能
- 新增 MessageObserver 类用于消息通知
-重构 SlamWrapper 类,支持消息通知和机械臂控制
- 修改 TcpClient 类,使用消息通知替代直接控制机械臂
- 更新 TcpService 类,实现 MessageObserver 接口
1 parent 7288232 commit 1bd1174bc3ea180b6ceedad2c6e64164c9ce919b
pengxianhong authored on 11 Mar
Showing 8 changed files
View
src/message_handler.cpp
View
src/message_observer.hpp 0 → 100644
View
src/slam_wrapper.cpp
View
src/slam_wrapper.hpp
View
src/tcp_client.cpp
View
src/tcp_client.hpp
View
src/tcp_service.cpp
View
src/tcp_service.hpp