-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
suport calc-jacobian for mimnic joints, with tests
- Loading branch information
Showing
25 changed files
with
1,772 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
<?xml version="1.0"?> | ||
<robot name="linear_1"> | ||
<link name="base_link"> | ||
<visual> | ||
<origin xyz="0 0 0.5" rpy="0 0 0" /> | ||
<geometry> | ||
<box size="0.2 0.2 1.0" /> | ||
</geometry> | ||
<material name="red"> | ||
<color rgba="1 0 0 1" /> | ||
</material> | ||
</visual> | ||
</link> | ||
|
||
<link name="link1"> | ||
<visual> | ||
<origin xyz="0 0 0.1" rpy="0 0 0" /> | ||
<geometry> | ||
<box size="0.2 0.2 0.2" /> | ||
</geometry> | ||
<material name="green"> | ||
<color rgba="0 1 0 1" /> | ||
</material> | ||
</visual> | ||
</link> | ||
|
||
<link name="link2"> | ||
<visual> | ||
<origin xyz="0 0 0" rpy="0 1.5708 0" /> | ||
<geometry> | ||
<box size="0.2 0.2 1.0" /> | ||
</geometry> | ||
<material name="blue"> | ||
<color rgba="0 0 1 1" /> | ||
</material> | ||
</visual> | ||
</link> | ||
|
||
<link name="link3"> | ||
<visual> | ||
<origin xyz="0 0 -0.5" rpy="0 0 0" /> | ||
<geometry> | ||
<box size="0.2 0.2 1.0" /> | ||
</geometry> | ||
<material name="red"> | ||
<color rgba="1 0 0 1" /> | ||
</material> | ||
</visual> | ||
</link> | ||
|
||
<link name="link4"> | ||
<visual> | ||
<origin xyz="0 0 0.1" rpy="0 0 0" /> | ||
<geometry> | ||
<box size="0.2 0.2 0.2" /> | ||
</geometry> | ||
<material name="green"> | ||
<color rgba="0 1 0 1" /> | ||
</material> | ||
</visual> | ||
</link> | ||
|
||
<link name="link5"> | ||
<visual> | ||
<origin xyz="0 0 0.0828" rpy="0 0 0" /> | ||
<geometry> | ||
<box size="0.2 0.2 0.1656" /> | ||
</geometry> | ||
<material name="blue"> | ||
<color rgba="0 0 1 1" /> | ||
</material> | ||
</visual> | ||
</link> | ||
|
||
<link name="link6"> | ||
<visual> | ||
<origin xyz="0 0 0.1" rpy="0 0 0" /> | ||
<geometry> | ||
<box size="0.2 0.2 0.2" /> | ||
</geometry> | ||
<material name="red"> | ||
<color rgba="1 0 0 1" /> | ||
</material> | ||
</visual> | ||
</link> | ||
|
||
<joint name="joint1" type="revolute"> | ||
<parent link="base_link"/> | ||
<child link="link1"/> | ||
<origin xyz="0 0 1.0" rpy="0 0 0" /> | ||
<axis xyz="0 0 1" /> | ||
<limit lower="-2.36" upper="2.36" effort="1" velocity="1" /> | ||
</joint> | ||
|
||
<joint name="joint2" type="prismatic"> | ||
<parent link="link1"/> | ||
<child link="link2"/> | ||
<origin xyz="0 0 0.3" rpy="0 0 0" /> | ||
<axis xyz="1 0 0" /> | ||
<limit lower="-2.36" upper="2.36" effort="1" velocity="1" /> | ||
</joint> | ||
|
||
<joint name="joint3" type="prismatic"> | ||
<parent link="link2"/> | ||
<child link="link3"/> | ||
<origin xyz="0.6 0 0" rpy="3.14159 0 0" /> | ||
<axis xyz="0 0 1" /> | ||
<limit lower="-2.36" upper="2.36" effort="1" velocity="1" /> | ||
</joint> | ||
|
||
<joint name="joint4" type="revolute"> | ||
<parent link="link3"/> | ||
<child link="link4"/> | ||
<origin xyz="0 0 0" rpy="0 0 0" /> | ||
<axis xyz="0 1 0" /> | ||
<limit lower="-2.36" upper="2.36" effort="1" velocity="1" /> | ||
</joint> | ||
|
||
<joint name="joint5" type="revolute"> | ||
<parent link="link4"/> | ||
<child link="link5"/> | ||
<origin xyz="0 0 0.2" rpy="0 0 0" /> | ||
<axis xyz="1 0 0" /> | ||
<limit lower="-2.36" upper="2.36" effort="1" velocity="1" /> | ||
</joint> | ||
|
||
<joint name="joint6" type="revolute"> | ||
<parent link="link5"/> | ||
<child link="link6"/> | ||
<origin xyz="0 0 0.1656" rpy="0 0 0" /> | ||
<axis xyz="0 0 1" /> | ||
<limit lower="-2.36" upper="2.36" effort="1" velocity="1" /> | ||
</joint> | ||
|
||
|
||
</robot> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## | ||
## - collada_joint_name : euslisp_joint_name (start with :) | ||
## | ||
|
||
rarm: | ||
- joint1 : rarm-shoulder-y | ||
- joint2 : rarm-shoulder-p | ||
- joint3 : rarm-elbow-p | ||
- joint4 : rarm-wrist-p | ||
- joint5 : rarm-wrist-r | ||
- joint6 : rarm-wrist-y | ||
|
||
## | ||
## end-coords | ||
## | ||
rarm-end-coords: | ||
translate : [0, 0, 0.2 ] | ||
rotate : [0, 0, 1, 0] | ||
parent : link6 |
Oops, something went wrong.