Skip to content

Commit e9c2d8a

Browse files
author
Ziwei Chang
committed
updates
1 parent 4387649 commit e9c2d8a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
### brainco_ws
1010

1111
G1手臂IK计算基于宇树官方示例[Unitree/xr_teleoperate](https://github.com/unitreerobotics/xr_teleoperate/blob/main/teleop/robot_control/robot_arm_ik.py)。双臂双手控制基于ROS2。
12-
- Main control [smach_action.py](https://github.com/BrainCoTech/unitree-g1-brainco-hand/blob/main/brainco_ws/src/control_py/control_py/smach_action.py)
13-
- State machine transition client [keyboard_call.py](https://github.com/BrainCoTech/unitree-g1-brainco-hand/blob/main/brainco_ws/src/control_py/control_py/keyboard_call.py)
12+
- Main control [smach_action.py](./brainco_ws/src/control_py/control_py/smach_action.py)
13+
- State machine transition client [keyboard_call.py](./brainco_ws/src/control_py/control_py/keyboard_call.py)
1414

1515

1616
### ros2_stark_ws
1717

1818
本例中使用的灵巧手SDK与[原版SDK](https://github.com/BrainCoTech/stark-serialport-example/tree/revo2/ros2_stark_ws)区别:
1919
强脑灵巧手与宇树G1通过**双485**串口通信,即单ROS节点中左右手分别通过`/dev/ttyUSB0``/dev/ttyUSB1`串口同时传输信息。
20-
- Brainco hands [stark_node.cpp](https://github.com/BrainCoTech/unitree-g1-brainco-hand/blob/main/ros2_stark_ws/src/ros2_stark_controller/src/stark_node.cpp)
20+
- Brainco hands [stark_node.cpp](./ros2_stark_ws/src/ros2_stark_controller/src/stark_node.cpp)
2121

2222

2323
## 灵巧手适配教程
@@ -182,4 +182,4 @@ cd ~/unitree-g1-brainco-hand/brainco_ws # 进入工作空间
182182
</p>
183183

184184
## FAQ
185-
[FAQ.md](https://github.com/BrainCoTech/unitree-g1-brainco-hand/blob/main/FAQ.md).
185+
[FAQ.md](./FAQ.md).

README_en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Tutorial on adapting BrainCo Revo2 hands for Unitree G1 robot. Install, setup an
99
### brainco_ws
1010

1111
G1 arm IK calculation is based on [Unitree/xr_teleoperate](https://github.com/unitreerobotics/xr_teleoperate/blob/main/teleop/robot_control/robot_arm_ik.py). Dual-arm dual-hand control is based on ROS2.
12-
- Main control [smach_action.py](https://github.com/BrainCoTech/unitree-g1-brainco-hand/blob/main/brainco_ws/src/control_py/control_py/smach_action.py)
13-
- State machine transition client [keyboard_call.py](https://github.com/BrainCoTech/unitree-g1-brainco-hand/blob/main/brainco_ws/src/control_py/control_py/keyboard_call.py)
12+
- Main control [smach_action.py](./brainco_ws/src/control_py/control_py/smach_action.py)
13+
- State machine transition client [keyboard_call.py](./brainco_ws/src/control_py/control_py/keyboard_call.py)
1414

1515

1616
### ros2_stark_ws
1717

1818
Difference between this SDK version and [the original version](https://github.com/BrainCoTech/stark-serialport-example/tree/revo2/ros2_stark_ws):
1919
The BrainCo hands communicates with Unitree G1 via **dual 485** serial ports, i.e., in a single ROS node, the left and right hands communicate simultaneously through `/dev/ttyUSB0` and `/dev/ttyUSB1`.
20-
- Brainco hands [stark_node.cpp](https://github.com/BrainCoTech/unitree-g1-brainco-hand/blob/main/ros2_stark_ws/src/ros2_stark_controller/src/stark_node.cpp)
20+
- Brainco hands [stark_node.cpp](./ros2_stark_ws/src/ros2_stark_controller/src/stark_node.cpp)
2121

2222

2323
## Tutorial
@@ -188,4 +188,4 @@ Without `l/r`, both hands are controlled.
188188
</p>
189189

190190
## FAQ
191-
[FAQ.md](https://github.com/BrainCoTech/unitree-g1-brainco-hand/blob/main/FAQ.md).
191+
[FAQ.md](./FAQ.md).

0 commit comments

Comments
 (0)