Skip to content

Commit

Permalink
Update DETAILS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwick-yao committed Oct 22, 2023
1 parent a7e33a3 commit ff7ce04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DETAILS.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Config:
```
callback是所有类型按键的回调函数,dof_callback和button_callback是所有一类的按键均会触发的回调函数,dof_callback_arr和button_callback_arr是各类按键内对应按钮的触发回调函数。

##远程操控机器人
## 远程操控机器人

### IK Mode
在仿真环境中,把写好的IK lua代码覆盖机械臂初始代码。
Expand Down Expand Up @@ -177,4 +177,4 @@ if __name__=="__main__":
while True:
time.sleep(0.05)
robot.input2action()
```
```

0 comments on commit ff7ce04

Please sign in to comment.