<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aero Hand Open &#8211; GTROB</title>
	<atom:link href="https://www.gtrob.com/archives/tag/aero-hand-open/feed" rel="self" type="application/rss+xml" />
	<link>https://www.gtrob.com</link>
	<description>机器人开源社区，家庭服务机器人 ,个人服务机器人-IBOAI</description>
	<lastBuildDate>Thu, 07 May 2026 10:19:24 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.gtrob.com/wp-content/uploads/2019/12/cropped-GTROBTLOGO512512-32x32.png</url>
	<title>Aero Hand Open &#8211; GTROB</title>
	<link>https://www.gtrob.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">209238892</site>	<item>
		<title>Aero Hand 软件安装</title>
		<link>https://www.gtrob.com/archives/2561</link>
					<comments>https://www.gtrob.com/archives/2561#respond</comments>
		
		<dc:creator><![CDATA[高天]]></dc:creator>
		<pubDate>Thu, 19 Mar 2026 13:21:16 +0000</pubDate>
				<category><![CDATA[Aero Hand]]></category>
		<category><![CDATA[Aero Hand Open]]></category>
		<guid isPermaLink="false">https://www.gtrob.com/?p=2561</guid>

					<description><![CDATA[步骤 1：安装 该 SDK 目前已针对  ...]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">步骤 1：安装</h2>



<p class="has-medium-font-size">该 SDK 目前已针对 Python 3.10 及以上版本进行测试。</p>



<h4 class="wp-block-heading">建议通过 pip 安装</h4>



<p class="has-medium-font-size"><strong>对于 Mac 和 Linux：</strong></p>



<pre class="wp-block-code alignwide"><code>pip install aero-open-sdk</code></pre>



<p class="has-medium-font-size"><strong>对于 Windows（使用 PowerShell）：</strong></p>



<pre class="wp-block-code alignwide"><code>python -m pip install --upgrade pip
python -m pip install aero-open-sdk</code></pre>



<h4 class="wp-block-heading">选项 2：从源代码安装（获取最新更新）</h4>



<p class="has-medium-font-size">1.将代码库克隆到本地计算机</p>



<pre class="wp-block-code alignwide"><code>git clone https://github.com/TetherIA/aero-hand-open.git</code></pre>



<p class="has-medium-font-size">2.导航到 SDK 目录：</p>



<pre class="wp-block-code alignwide"><code>cd aero-hand-open/sdk</code></pre>



<p class="has-medium-font-size">3.以可编辑模式安装该软件包：</p>



<pre class="wp-block-code alignwide"><code>pip install -e .</code></pre>



<h2 class="wp-block-heading">步骤 2：图形用户界面GUI — Aero Hand Open控制程序</h2>



<p class="has-medium-font-size">安装后从终端启动图形用户界面：</p>



<p class="has-medium-font-size"><strong>对于 Mac 和 Linux：</strong></p>



<pre class="wp-block-code alignwide"><code>aero-open-gui</code></pre>



<p class="has-medium-font-size"><strong>对 Windows 系统：</strong></p>



<pre class="wp-block-code alignwide"><code>python -m aero_open_sdk</code></pre>



<p>注意：如果系统找不到该命令，请确保Python环境的脚本目录已添加到PATH中，并且包已安装到活动环境中。如需更多故障排除信息，请参阅文档末尾的“故障排除”部分。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img fetchpriority="high" decoding="async" width="1024" height="601" src="https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand-1024x601.png" alt="" class="wp-image-2564" srcset="https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand-1024x601.png 1024w, https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand-300x176.png 300w, https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand-768x451.png 768w, https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand-1536x902.png 1536w, https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand.png 1918w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<h4 class="wp-block-heading">Find port查找端口号：</h4>



<p class="has-medium-font-size">点击“刷新”按钮（靠近端口选择处），下拉菜单将弹出。如果Windows电脑上未连接多个串行设备，刷新后会自动选择正确的COM端口。这在仅用一只手操作时很方便。如果双手都使用，拔掉所有设备，再逐一插回以确定每个手（左手或右手）</p>



<p class="has-medium-font-size">对应的COM端口。在Linux系统中，刷新后会找到类似/dev/ttyACM0、/dev/ttyACM1或/dev/ttyUSB*的设备路径，然后使用正确的端口连接手部设备。</p>



<h4 class="wp-block-heading">Homing</h4>



<p class="has-medium-font-size">连接手部后，你将在图形用户界面（GUI）中看到一个“Homing”按钮。按下此按钮开始归位。请确保手部处于安全位置，且前方没有障碍物。如果运动不符合预期，我们建议执行归位操作。归位过程中，手部不会响应其他命令，且需要一些时间完成整个过程。完成后，图形用户界面（GUI）将显示确认信息（ACK），表明归位已完成。</p>



<h4 class="wp-block-heading">滑动滑块以控制位置</h4>



<p class="has-medium-font-size">在图形用户界面中，您可以使用滑块控制每个手指或执行器的位置。每个滑块代表一个通道（手指或拇指关节），允许您将其位置设置为从0（完全打开/伸展）到1（完全闭合/抓握）。</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="601" src="https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand2-1024x601.png" alt="" class="wp-image-2565" srcset="https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand2-1024x601.png 1024w, https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand2-300x176.png 300w, https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand2-768x451.png 768w, https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand2-1536x902.png 1536w, https://www.gtrob.com/wp-content/uploads/2026/03/gui-aero-hand2.png 1918w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-medium-font-size">只需点击并拖动滑块至所需值，手部会实时移动到该位置。这有助于测试单个手指的运动，也可手动将手部定位到您选择的某种姿势。</p>



<h2 class="wp-block-heading">步骤 3：Python 控制与示例</h2>



<p class="has-medium-font-size">Aero Hand 通过 USB-C 线缆连接到主机 PC。要在 Windows 电脑上操作 SDK，必须为您的设备指定正确的串口。</p>



<h4 class="wp-block-heading">Find port查找端口号：</h4>



<h5 class="wp-block-heading">Linux</h5>



<p class="has-medium-font-size">如果你只用一只手进行操作和工作，可以直接初始化手部。</p>



<pre class="wp-block-code alignwide"><code>from aero_open_sdk.aero_hand import AeroHand

aero_hand = AeroHand()</code></pre>



<h5 class="wp-block-heading">Windows</h5>



<p class="has-medium-font-size">在 Windows 系统中，连接到 USB 端口的设备会显示为 COM 端口，例如 COM12 或 COM3。您可以通过在“设备管理器”中的“端口 (COM &amp; LPT)”下检查来找到正确的端口。该设备将被列为类似“USB 串行设备 (COM12)”的条目。</p>



<p class="has-medium-font-size">然后您可以使用检测到的COM端口初始化您的灵巧手：</p>



<pre class="wp-block-code alignwide"><code>from aero_open_sdk.aero_hand import AeroHand
aero_hand = AeroHand(port="COM3")</code></pre>



<p class="has-medium-font-size">一旦你从上述步骤中知道了设备的端口，你就可以运行sdk/examples文件夹中的任何示例文件来测试或控制你的Aero Hand Open。</p>



<h3 class="wp-block-heading">运行示例</h3>



<h3 class="wp-block-heading has-medium-font-size">run_sequence</h3>



<p class="has-medium-font-size">如果归位操作正确完成且手部处于安全位置，运行 run_sequence.py 示例将使您的手依次通过一系列姿势：掌心张开、逐一捏起每个手指、掌心张开、比出和平手势、掌心张开、比出摇滚手势，然后回到掌心张开。</p>



<p class="has-medium-font-size">你也可以创建任何自定义轨迹并使用 hand.run_trajectory 来执行它。</p>



<h3 class="wp-block-heading">power_grasp</h3>



<p class="has-medium-font-size">运行 power_grasp.py 示例时，你可以使用键盘上的空格键在手的张开和闭合姿态之间切换。这允许你快速切换手的状态，以便进行测试或演示。</p>



<p class="has-medium-font-size">你也可以将 open_pose 和 grip_pose 更改为任何你想要的目标姿态，然后调用 hand.set_joint_positions。请确保检查 SDK 中的关节常量，因为每个关节的输入值必须在支持范围内，否则输入值将被截断到上下限范围。</p>



<h3 class="wp-block-heading">探索更多示例</h3>



<p class="has-medium-font-size">更多示例可在 sdk 文件夹中找到</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.gtrob.com/archives/2561/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2561</post-id>	</item>
	</channel>
</rss>
