2025-04-10
feat(serial_port): 添加甲烷探测器数据异步上传服务器功能- 新增 upload_to_server_async 方法,用于异步上传数据到服务器 ...
pengxianhong committed on 10 Apr
2025-03-25
refactor(slam): 更新默认命令序列 ...
pengxianhong committed on 25 Mar
refactor(slam): 重构机械臂控制指令 ...
pengxianhong committed on 25 Mar
refactor(robotic_arm):调整机械臂控制指令和移动时间 ...
pengxianhong committed on 25 Mar
feat(robotic_arm): 添加机械臂移动到特定位置的功能 ...
pengxianhong committed on 25 Mar
2025-03-24
fix(methane_serial_port):修复甲烷传感器数据解析和传输问题 ...
pengxianhong committed on 24 Mar
2025-03-20
refactor(tcp_service): 重构 TCP 服务处理客户端的方式 ...
pengxianhong committed on 20 Mar
feat:重构代码并添加新功能 ...
pengxianhong committed on 20 Mar
2025-03-19
feat(serial_port): 实现机器人臂串口通信基本功能 ...
pengxianhong committed on 19 Mar
2025-03-18
refactor(serial_port): 重构串口模块并添加机械臂串口类 ...
pengxianhong committed on 18 Mar
refactor(tcp): 优化 TCP通信相关代码 ...
pengxianhong committed on 18 Mar
2025-03-13
feat(slam): 添加节点到达通知功能 ...
pengxianhong committed on 13 Mar
refactor(tcp_client): 重构 TCP 客户端代码 ...
pengxianhong committed on 13 Mar
2025-03-11
refactor(slam): 调整导航暂停逻辑 ...
pengxianhong committed on 11 Mar
feat(robotic_arm): 新增机械臂控制功能 ...
pengxianhong committed on 11 Mar
2025-03-07
refactor(slam_wrapper): 优化代码结构并添加异常处理 ...
pengxianhong committed on 7 Mar
2025-03-06
refactor(slam): 重构机械臂控制逻辑 ...
pengxianhong committed on 6 Mar
refactor(message_handler): 重构 TCP 客户端和服务端逻辑- 将 TcpService 实例化移至主线程,避免重复创建 ...
pengxianhong committed on 6 Mar
refactor: 移除 MessageQueue 并更新相关功能 ...
pengxianhong committed on 6 Mar
refactor(serial_port_wrapper): 重构串口通讯逻辑 ...
pengxianhong committed on 6 Mar
refactor(io_service): 重构 IO 服务以提高代码效率和可维护性 ...
pengxianhong committed on 6 Mar
refactor(message_handler): 重构代码以优化程序结构和可读性 ...
pengxianhong committed on 6 Mar
refactor(message_handler): 重构代码以优化程序结构和可读性 ...
pengxianhong committed on 6 Mar
refactor(src): 优化代码并准备迁移到甲烷串口- 移除了写入串口数据的相关代码,暂时不考虑此
pengxianhong committed on 6 Mar
refactor(slam_wrapper): 优化 qt_notice_handler 函数 ...
pengxianhong committed on 6 Mar
fix(slam_wrapper): 修复变量引用和冗余代码 ...
pengxianhong committed on 6 Mar
2025-03-05
refactor(slam_wrapper): 优化 qt_notice_handler 函数 ...
pengxianhong committed on 5 Mar
refactor(tcp_service): 将字符类型从 char 改为 uint8_t ...
pengxianhong committed on 5 Mar
refactor(message_queue): 将 char 替换为 uint8_t- 在 MessageQueue 类中,将 std::vector<char> 替换为 std::vector<uint8_t>- 更新了相关的 enqueue 和 dequeue 方法 ...
pengxianhong committed on 5 Mar
refactor(src): 重构代码并优化SLAM功能 ...
pengxianhong committed on 5 Mar