Skip to content

Commit 02684e4

Browse files
authored
Feature/simple launch (#14)
* remove unused yaml * refactor launch * add 120s * add variant support
1 parent 5eb8230 commit 02684e4

25 files changed

Lines changed: 889 additions & 50365 deletions

File tree

dexhands/linkerhand_description/config/ros2_control/l6.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ hand_joint_controller:
4444
- velocity
4545

4646
# Home 配置(需要根据实际情况调整)
47-
home_1: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
48-
home_2: [1.0, 0.5, 1.0, 1.0, 1.0, 1.0]
47+
home_1: [0.0, 1.39, 0.0, 0.0, 0.0, 0.0]
48+
home_2: [0.6, 1.39, 0.5, 0.5, 0.5, 0.5]
4949

5050
home_duration: 0.2
5151
movej_duration: 0.2

dexhands/linkerhand_description/config/ros2_control/templates/l6.side.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
state_interfaces:
1717
- position
1818
- velocity
19-
home_1: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
20-
home_2: [1.0, 0.5, 1.0, 1.0, 1.0, 1.0]
19+
home_1: [0.0, 1.39, 0.0, 0.0, 0.0, 0.0]
20+
home_2: [0.6, 1.39, 0.5, 0.5, 0.5, 0.5]
2121
home_duration: 2.0
2222
movej_duration: 2.0
2323
hold_position_threshold: 0.1
1.04 MB
Binary file not shown.

0 commit comments

Comments
 (0)