openarm_ros2/openarm_moveit_config/config/openarm.srdf
takuya kodama 56f98bd226
Relicense to Apache License 2.0 from BSD 3-Clause License (#13)
We are standardizing our software under Apache License 2.0. This PR
replaces existing BSD 3-Clause License with Apache 2.0 in this
repository.

## About Copyright

All commits in this repository are made by Reazon Holdings, Inc.
members, so the copyright has been added as follows.
- `Copyright 2025 Reazon Holdings, Inc.`
```console
$ git shortlog -sn
    55	Thomason Zhou
    14	thomason
     5	takuya kodama
     1	Fujimoto Seiji
     1	edwin-giang
     1	toki
```

## How it was done

We added the new license header directory by directory, with each commit
covering a single directory to make review easier.
To ensure there are no missing files, we ran the following commands.

```
$ grep -RIL --exclude-dir='.git' --exclude='*.stl' "Apache License, Version 2.0" .
./openarm_bringup/README.md
./openarm_bimanual_moveit_config/README.md
./openarm_bimanual_description/urdf/openarm_bimanual.urdf
./.gitignore
./README.md
./openarm_description/urdf/openarm.urdf
./openarm_description/resource/openarm_description
```

The following files are auto-generated. 
- openarm_bimanual_description/urdf/openarm_bimanual.urdf
- openarm_description/urdf/openarm.urdf
2025-05-22 16:22:55 +09:00

105 lines
6.0 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!--
 Copyright 2025 Reazon Holdings, Inc.
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
  http://www.apache.org/licenses/LICENSE-2.0
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->
<!--This does not replace URDF, and is not an extension of URDF.
This is a format for representing semantic information about the robot structure.
A URDF file must exist for this robot as well, where the joints and the links that are referenced are defined
-->
<robot name="openarm">
<!--GROUPS: Representation of a set of joints and links. This can be useful for specifying DOF to plan for, defining arms, end effectors, etc-->
<!--LINKS: When a link is specified, the parent joint of that link (if it exists) is automatically included-->
<!--JOINTS: When a joint is specified, the child link of that joint (which will always exist) is automatically included-->
<!--CHAINS: When a chain is specified, all the links along the chain (including endpoints) are included in the group. Additionally, all the joints that are parents to included links are also included. This means that joints along the chain and the parent joint of the base link are included in the group-->
<!--SUBGROUPS: Groups can also be formed by referencing to already defined group names-->
<group name="openarm_arm">
<link name="link1"/>
<link name="link2"/>
<link name="link3"/>
<link name="link4"/>
<link name="link5"/>
<link name="link6"/>
<link name="link7"/>
<link name="link8"/>
<joint name="rev1"/>
<joint name="rev2"/>
<joint name="rev3"/>
<joint name="rev4"/>
<joint name="rev5"/>
<joint name="rev6"/>
<joint name="rev7"/>
<chain base_link="link1" tip_link="link8"/>
</group>
<group name="gripper">
<link name="link_left_jaw"/>
<link name="link_right_jaw"/>
<joint name="left_pris1"/>
<joint name="right_pris2"/>
</group>
<!--GROUP STATES: Purpose: Define a named state for a particular group, in terms of joint values. This is useful to define states like 'folded arms'-->
<group_state name="zero_pos_vertical" group="openarm_arm">
<joint name="rev1" value="0"/>
<joint name="rev2" value="0"/>
<joint name="rev3" value="0"/>
<joint name="rev4" value="0"/>
<joint name="rev5" value="0"/>
<joint name="rev6" value="0"/>
<joint name="rev7" value="0"/>
</group_state>
<group_state name="horizontal_bent_elbow" group="openarm_arm">
<joint name="rev1" value="0"/>
<joint name="rev2" value="-1.5707"/>
<joint name="rev3" value="-1.5707"/>
<joint name="rev4" value="2.4974"/>
<joint name="rev5" value="0"/>
<joint name="rev6" value="0"/>
<joint name="rev7" value="0"/>
</group_state>
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
<end_effector name="gripper" parent_link="link8" group="gripper" parent_group="openarm_arm"/>
<!--VIRTUAL JOINT: Purpose: this element defines a virtual joint between a robot link and an external frame of reference (considered fixed with respect to the robot)-->
<virtual_joint name="virtual_joint" type="fixed" parent_frame="world" child_link="dummy_link"/>
<!--DISABLE COLLISIONS: By default it is assumed that any link of the robot could potentially come into collision with any other link in the robot. This tag disables collision checking between a specified pair of links. -->
<disable_collisions link1="link1" link2="link2" reason="Adjacent"/>
<disable_collisions link1="link1" link2="link3" reason="Never"/>
<disable_collisions link1="link1" link2="link5" reason="Never"/>
<disable_collisions link1="link2" link2="link3" reason="Adjacent"/>
<disable_collisions link1="link2" link2="link4" reason="Never"/>
<disable_collisions link1="link2" link2="link5" reason="Never"/>
<disable_collisions link1="link2" link2="link6" reason="Never"/>
<disable_collisions link1="link2" link2="link7" reason="Never"/>
<disable_collisions link1="link3" link2="link4" reason="Adjacent"/>
<disable_collisions link1="link3" link2="link5" reason="Never"/>
<disable_collisions link1="link4" link2="link5" reason="Adjacent"/>
<disable_collisions link1="link4" link2="link7" reason="Never"/>
<disable_collisions link1="link4" link2="link_left_jaw" reason="Never"/>
<disable_collisions link1="link4" link2="link_right_jaw" reason="Never"/>
<disable_collisions link1="link5" link2="link6" reason="Adjacent"/>
<disable_collisions link1="link5" link2="link7" reason="Never"/>
<disable_collisions link1="link5" link2="link8" reason="Never"/>
<disable_collisions link1="link5" link2="link_left_jaw" reason="Never"/>
<disable_collisions link1="link5" link2="link_right_jaw" reason="Never"/>
<disable_collisions link1="link6" link2="link7" reason="Adjacent"/>
<disable_collisions link1="link6" link2="link8" reason="Default"/>
<disable_collisions link1="link6" link2="link_left_jaw" reason="Never"/>
<disable_collisions link1="link6" link2="link_right_jaw" reason="Never"/>
<disable_collisions link1="link7" link2="link8" reason="Adjacent"/>
<disable_collisions link1="link7" link2="link_left_jaw" reason="Never"/>
<disable_collisions link1="link7" link2="link_right_jaw" reason="Never"/>
<disable_collisions link1="link8" link2="link_left_jaw" reason="Adjacent"/>
<disable_collisions link1="link8" link2="link_right_jaw" reason="Adjacent"/>
<disable_collisions link1="link_left_jaw" link2="link_right_jaw" reason="Never"/>
</robot>