Skip to content

Commit 3cb4f29

Browse files
committed
Functional left arm through VR Teleop in Isaac Sim
1 parent bc30fd8 commit 3cb4f29

4 files changed

Lines changed: 537 additions & 0 deletions

File tree

config/curobo/openarm_left.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
##
2+
## cuRobo robot config for OpenArm left arm
3+
## End-effector: openarm_left_hand_tcp
4+
##
5+
robot_cfg:
6+
kinematics:
7+
use_usd_kinematics: False
8+
urdf_path: "/home/vision/humanoids/openarm/urdf/openarm_bimanual.urdf"
9+
asset_root_path: "/home/vision/humanoids/openarm/urdf"
10+
base_link: "openarm_left_link0"
11+
ee_link: "openarm_left_hand_tcp"
12+
link_names: null
13+
collision_link_names: null
14+
collision_spheres: null
15+
mesh_link_names: null
16+
lock_joints: null
17+
cspace:
18+
joint_names:
19+
- "openarm_left_joint1"
20+
- "openarm_left_joint2"
21+
- "openarm_left_joint3"
22+
- "openarm_left_joint4"
23+
- "openarm_left_joint5"
24+
- "openarm_left_joint6"
25+
- "openarm_left_joint7"
26+
retract_config: [0.0, -1.5708, 0.0, 1.2217, 0.0, 0.0, 0.0]
27+
null_space_weight: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
28+
cspace_distance_weight: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
29+
max_jerk: 500.0
30+
max_acceleration: 12.0
31+
position_limit_clip: 0.01

config/curobo/openarm_right.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
##
2+
## cuRobo robot config for OpenArm right arm
3+
## End-effector: openarm_right_hand_tcp
4+
##
5+
robot_cfg:
6+
kinematics:
7+
use_usd_kinematics: False
8+
urdf_path: "/home/vision/humanoids/openarm/urdf/openarm_bimanual.urdf"
9+
asset_root_path: "/home/vision/humanoids/openarm/urdf"
10+
base_link: "openarm_right_link0"
11+
ee_link: "openarm_right_hand_tcp"
12+
link_names: null
13+
collision_link_names: null
14+
collision_spheres: null
15+
mesh_link_names: null
16+
lock_joints: null
17+
cspace:
18+
joint_names:
19+
- "openarm_right_joint1"
20+
- "openarm_right_joint2"
21+
- "openarm_right_joint3"
22+
- "openarm_right_joint4"
23+
- "openarm_right_joint5"
24+
- "openarm_right_joint6"
25+
- "openarm_right_joint7"
26+
retract_config: [0.0, -1.5708, 0.0, 1.2217, 0.0, 0.0, 0.0]
27+
null_space_weight: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
28+
cspace_distance_weight: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
29+
max_jerk: 500.0
30+
max_acceleration: 12.0
31+
position_limit_clip: 0.01

0 commit comments

Comments
 (0)