From ecb0d8e29a34d02f1501580f964790d31b104c84 Mon Sep 17 00:00:00 2001 From: Kazushi Kurasawa Date: Wed, 8 Oct 2025 16:13:15 +0900 Subject: [PATCH 1/2] =?UTF-8?q?README=E3=81=AE=E3=83=95=E3=82=A9=E3=83=BC?= =?UTF-8?q?=E3=83=9E=E3=83=83=E3=83=88=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 55 +++++++++++++++++++++++++++++++-------------- README.md | 63 ++++++++++++++++++++++++++++++++++------------------ 2 files changed, 80 insertions(+), 38 deletions(-) diff --git a/README.en.md b/README.en.md index 6b14d93..1642684 100644 --- a/README.en.md +++ b/README.en.md @@ -6,38 +6,54 @@ ROS 2 package with URDF description macro for [Sciurus17](https://rt-net.jp/products/sciurus17/). -This ROS packages was separated from [rt-net/sciurus17_ros](https://github.com/rt-net/sciurus17_ros). +> [!NOTE] +> This ROS package was separated from [rt-net/sciurus17_ros](https://github.com/rt-net/sciurus17_ros). +> See [rt-net/sciurus17_ros#134](https://github.com/rt-net/sciurus17_ros/issues/134) for details. -See [rt-net/sciurus17_ros#134](https://github.com/rt-net/sciurus17_ros/issues/134) for details. +## Table of Contents + +- [sciurus17\_description](#sciurus17_description) + - [Supported ROS distributions](#supported-ros-distributions) + - [Requirements](#requirements) + - [Installation](#installation) + - [How to Use](#how-to-use) + - [Proprietary Rights](#proprietary-rights) ## Supported ROS distributions -- [Humble](https://github.com/rt-net/sciurus17_description/tree/humble) -- [Jazzy](https://github.com/rt-net/sciurus17_description/tree/jazzy) +### ROS 2 + +- [Humble Hawksbill](https://github.com/rt-net/sciurus17_description/tree/humble) +- [Jazzy Jalisco](https://github.com/rt-net/sciurus17_description/tree/jazzy) -### ROS 1 +## Requirements -- [Melodic](https://github.com/rt-net/sciurus17_description/tree/main) -- [Noetic](https://github.com/rt-net/sciurus17_description/tree/main) +- OS + - Ubuntu Desktop 24.04 +- ROS 2 + - Jazzy Jalisco ## Installation -```sh -# Clone sciurus17_description and install dependencies -mkdir -p ~/ros2_ws/src -cd ~/ros2_ws/src -git clone -b $ROS_DISTRO https://github.com/rt-net/sciurus17_description +```bash +# Create workspace directory +mkdir -p ~/ros2_ws/src && cd ~/ros2_ws/src + +# Clone package +git clone -b $ROS_DISTRO https://github.com/rt-net/sciurus17_description.git + +# Install dependencies rosdep install -r -y -i --from-paths . -# Build the package +# Build & Install cd ~/ros2_ws colcon build --symlink-install -source install/setup.bash +source ~/ros2_ws/install/setup.bash ``` ## How to Use -Display a CRANE-X7 robot model on RViz with the following command: +Display a Sciurus17 robot model on RViz with the following command: ```sh ros2 launch sciurus17_description display.launch.py @@ -47,6 +63,11 @@ ros2 launch sciurus17_description display.launch.py ## Proprietary Rights -Sciurus17 is an upper body robot developed by RT Corporation for research purposes. Please read the [license information contained in this repository](./LICENSE) to find out more about licensing. Companies are permitted to use Sciurus17 and the materials made available here for internal, research and development purposes only. If you are interested in building your own robot for your personal use by utilizing the information made available here, take your time to visit our website and purchase relevant components and parts – that will certainly help us keep going! Otherwise, if you are interested in manufacturing and commercializing products based on the information herein, please contact us to arrange a license and collaboration agreement with us. +Sciurus17 is an upper-body robot developed by RT Corporation for research purposes. +Please read the [license information contained in this repository](./LICENSE) to find out more about licensing. +Companies are permitted to use Sciurus17 and the materials made available here for internal, research and development purposes only. +If you are interested in building your own robot for your personal use by utilizing the information made available here, take your time to visit our website and purchase relevant components and parts – that will certainly help us keep going! +Otherwise, if you are interested in manufacturing and commercializing products based on the information herein, please contact us to arrange a license and collaboration agreement with us. -We have obtained permission from ROBOTIS Co., Ltd. to use CAD models relating to servo motors XM540 and XM430. The proprietary rights relating to any components or parts manufactured by ROBOTIS and used in this product, including but not limited to copyrights, trademarks, and other intellectual property rights, shall remain vested in ROBOTIS. \ No newline at end of file +We have obtained permission from ROBOTIS Co., Ltd. to use CAD models relating to servo motors XM540 and XM430. +The proprietary rights relating to any components or parts manufactured by ROBOTIS and used in this product, including but not limited to copyrights, trademarks, and other intellectual property rights, shall remain vested in ROBOTIS. diff --git a/README.md b/README.md index 65b96fc..be729ba 100644 --- a/README.md +++ b/README.md @@ -6,38 +6,54 @@ [Sciurus17](https://rt-net.jp/products/sciurus17/)のURDFファイルを含むROS 2パッケージです。 -このROSパッケージは[rt-net/sciurus17_ros](https://github.com/rt-net/sciurus17_ros)から分離しました。 +> [!NOTE] +> このROSパッケージは[rt-net/sciurus17_ros](https://github.com/rt-net/sciurus17_ros)から分離しました。 +> 詳細は[rt-net/sciurus17_ros#134](https://github.com/rt-net/sciurus17_ros/issues/134)を参照してください。 -詳細は[rt-net/sciurus17_ros#134](https://github.com/rt-net/sciurus17_ros/issues/134)を見てください。 +## Table of Contents -## サポートするROSディストリビューション +- [sciurus17\_description](#sciurus17_description) + - [Supported ROS distributions](#supported-ros-distributions) + - [Requirements](#requirements) + - [Installation](#installation) + - [How to Use](#how-to-use) + - [Proprietary Rights](#proprietary-rights) -- [Humble](https://github.com/rt-net/sciurus17_description/tree/humble) -- [Jazzy](https://github.com/rt-net/sciurus17_description/tree/jazzy) +## Supported ROS distributions -### ROS 1 +### ROS 2 -- [Melodic](https://github.com/rt-net/sciurus17_description/tree/main) -- [Noetic](https://github.com/rt-net/sciurus17_description/tree/main) +- [Humble Hawksbill](https://github.com/rt-net/sciurus17_description/tree/humble) +- [Jazzy Jalisco](https://github.com/rt-net/sciurus17_description/tree/jazzy) -## インストール方法 +## Requirements -```sh -# 本パッケージをクローンし、依存関係をインストールする -mkdir -p ~/ros2_ws/src -cd ~/ros2_ws/src -git clone -b $ROS_DISTRO https://github.com/rt-net/sciurus17_description +- OS + - Ubuntu Desktop 24.04 +- ROS 2 + - Jazzy Jalisco + +## Installation + +```bash +# Create workspace directory +mkdir -p ~/ros2_ws/src && cd ~/ros2_ws/src + +# Clone package +git clone -b $ROS_DISTRO https://github.com/rt-net/sciurus17_description.git + +# Install dependencies rosdep install -r -y -i --from-paths . -# パッケージをビルドする +# Build & Install cd ~/ros2_ws colcon build --symlink-install -source install/setup.bash +source ~/ros2_ws/install/setup.bash ``` -## 使用方法 +## How to Use -次のコマンドを実行するとRViz上にSciurus17のモデルが表示されます +次のコマンドを実行するとRViz上にSciurus17のモデルが表示されます。 ```sh ros2 launch sciurus17_description display.launch.py @@ -45,8 +61,13 @@ ros2 launch sciurus17_description display.launch.py ![display_launch](https://rt-net.github.io/images/sciurus17/display_launch.png) -## 知的財産権について +## Proprietary Rights -Sciurus17は、アールティが開発した研究用上半身ロボットです。 このリポジトリのデータ等に関するライセンスについては、[LICENSE](./LICENSE)ファイルをご参照ください。 企業による使用については、自社内において研究開発をする目的に限り、本データの使用を許諾します。 本データを使って自作されたい方は、義務ではありませんが弊社ロボットショップで部品をお買い求めいただければ、励みになります。 商業目的をもって本データを使用する場合は、商業用使用許諾の条件等について弊社までお問合せください。 +Sciurus17は、アールティが開発した研究用上半身ロボットです。 +このリポジトリのデータ等に関するライセンスについては、[LICENSE](./LICENSE)ファイルをご参照ください。 +企業による使用については、自社内において研究開発をする目的に限り、本データの使用を許諾します。 +本データを使って自作されたい方は、義務ではありませんが弊社ロボットショップで部品をお買い求めいただければ、励みになります。 +商業目的をもって本データを使用する場合は、商業用使用許諾の条件等について弊社までお問合せください。 -サーボモータのXM540やXM430に関するCADモデルの使用については、ROBOTIS社より使用許諾を受けています。 Sciurus17に使用されているROBOTIS社の部品類にかかる著作権、商標権、その他の知的財産権は、ROBOTIS社に帰属します。 \ No newline at end of file +サーボモータのXM540やXM430に関するCADモデルの使用については、ROBOTIS社より使用許諾を受けています。 +Sciurus17に使用されているROBOTIS社の部品類にかかる著作権、商標権、その他の知的財産権は、ROBOTIS社に帰属します。 From 99484da894df7de09dff6fbef2973a2d5c3b7675 Mon Sep 17 00:00:00 2001 From: Kazushi Kurasawa Date: Wed, 8 Oct 2025 16:16:35 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E6=94=B9=E8=A1=8C=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 1 + README.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 1642684..b663657 100644 --- a/README.en.md +++ b/README.en.md @@ -8,6 +8,7 @@ ROS 2 package with URDF description macro for [Sciurus17](https://rt-net.jp/prod > [!NOTE] > This ROS package was separated from [rt-net/sciurus17_ros](https://github.com/rt-net/sciurus17_ros). +> > See [rt-net/sciurus17_ros#134](https://github.com/rt-net/sciurus17_ros/issues/134) for details. ## Table of Contents diff --git a/README.md b/README.md index be729ba..0d9af4c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ [Sciurus17](https://rt-net.jp/products/sciurus17/)のURDFファイルを含むROS 2パッケージです。 > [!NOTE] -> このROSパッケージは[rt-net/sciurus17_ros](https://github.com/rt-net/sciurus17_ros)から分離しました。 +> 本ROSパッケージは[rt-net/sciurus17_ros](https://github.com/rt-net/sciurus17_ros)から分離したものです。 +> > 詳細は[rt-net/sciurus17_ros#134](https://github.com/rt-net/sciurus17_ros/issues/134)を参照してください。 ## Table of Contents @@ -64,7 +65,7 @@ ros2 launch sciurus17_description display.launch.py ## Proprietary Rights Sciurus17は、アールティが開発した研究用上半身ロボットです。 -このリポジトリのデータ等に関するライセンスについては、[LICENSE](./LICENSE)ファイルをご参照ください。 +本リポジトリのデータ等に関するライセンスについては、[LICENSE](./LICENSE)ファイルをご参照ください。 企業による使用については、自社内において研究開発をする目的に限り、本データの使用を許諾します。 本データを使って自作されたい方は、義務ではありませんが弊社ロボットショップで部品をお買い求めいただければ、励みになります。 商業目的をもって本データを使用する場合は、商業用使用許諾の条件等について弊社までお問合せください。