docs: 修正遥操作测试命令

This commit is contained in:
2026-07-31 15:29:22 +08:00
parent 80e823c097
commit 3981c380ea
2 changed files with 9 additions and 9 deletions
@@ -65,8 +65,8 @@
```bash
source /opt/ros/humble/setup.bash
pytest src/xr_rm_teleop/test/test_initial_joint_pose.py
pytest src/xr_rm_teleop/test/test_orientation_control.py
python3 -m pytest src/xr_rm_teleop/test/test_initial_joint_pose.py
python3 -m pytest src/xr_rm_teleop/test/test_orientation_control.py
colcon build --symlink-install
```