mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-07 07:25:15 +00:00
更新启动指南和脚本,优化启动流程,添加错误处理和动态路径检测
This commit is contained in:
@@ -11,16 +11,16 @@
|
||||
|
||||
## 🚀 快速启动
|
||||
|
||||
### 一键启动 (推荐)
|
||||
### 标准启动流程 (推荐)
|
||||
```bash
|
||||
# 检查系统状态
|
||||
./start_dummy2_unilab.sh check
|
||||
# 1. 启动CAN2ETH通信服务 (终端1)
|
||||
./start_dummy2_unilab.sh can2eth
|
||||
|
||||
# 启动硬件接口 (终端1)
|
||||
./start_dummy2_unilab.sh hw
|
||||
# 2. 启动MoveIt服务 (终端2)
|
||||
./start_dummy2_unilab.sh moveit no-gui
|
||||
|
||||
# 运行控制测试 (终端2)
|
||||
./start_dummy2_unilab.sh test
|
||||
# 3. 运行控制测试 (终端3)
|
||||
./start_dummy2_unilab.sh test direct
|
||||
```
|
||||
|
||||
## 🎮 控制脚本
|
||||
|
||||
Reference in New Issue
Block a user