<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nakarobo</author_name>
  <author_url>https://blog.hatena.ne.jp/nakarobo/</author_url>
  <blog_title>中野島ロボット</blog_title>
  <blog_url>https://www.nakarobo.com/</blog_url>
  <categories>
    <anon>3Dプリンター</anon>
    <anon>ArduiroidOne</anon>
    <anon>ロボット</anon>
    <anon>二足歩行ロボット</anon>
    <anon>雑記</anon>
  </categories>
  <description>続きに今度は自動で途中のモーションを補完してみます。補間のパターンは色々あるのですが、ArduiroidOneのソフトウェアはサーボモータの角度で姿勢を決めているので、一番簡単な等間隔に補間する場合の関数を作ってみます。 ソースコードこの関数は単純に指定されたポジションAからポジションBを５分割して動かす関数です。 // Set 8 ServoMoter PositionA to B void set8PosAToB(int positionA, int positionB) { for(int8_t i=0; i&lt;5; i++) //5分割 { Serial.print(i); for(in…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.nakarobo.com%2Fentry%2F2020%2F06%2F26%2F000000&quot; title=&quot;週刊中ロボ104 A地点～B地点まで 人類補間計画 その2 - 中野島ロボット&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/n/nakarobo/20200711/20200711051615.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-06-26 00:00:00</published>
  <title>週刊中ロボ104 A地点～B地点まで 人類補間計画 その2</title>
  <type>rich</type>
  <url>https://www.nakarobo.com/entry/2020/06/26/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
