Skip to content

Commit 8070a01

Browse files
authored
Merge pull request #206 from RobotControlStack/feat/XArm7
feat: XArm7 support
2 parents a879860 + 934b99e commit 8070a01

File tree

102 files changed

+2254
-523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+2254
-523
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions

assets/scenes/fr3_empty_world/scene.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<mujoco model="fr3 scene">
22
<include file="fr3_common.xml"/>
3-
<include file="fr3_0.xml"/>
3+
<include file="robot.xml"/>
44

55
<statistic center="0.3 0 0.4" extent="1"/>
66

File renamed without changes.
File renamed without changes.

assets/scenes/fr3_simple_pick_up/scene.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<mujoco model="simple pick up task">
22
<include file="fr3_common.xml" />
3-
<include file="fr3_0.xml" />
3+
<include file="robot.xml" />
44

55
<statistic center="0.3 0 0.4" extent="1" />
66

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../xarm7/stl
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../xarm7/mjcf/xarm7.xml

0 commit comments

Comments
 (0)