88msgstr ""
99"Project-Id-Version : pybricks v3.6\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2025-03-01 18:48 +0900\n "
12- "PO-Revision-Date : 2025-03-01 22 :09+0900\n "
11+ "POT-Creation-Date : 2025-03-28 08:40 +0900\n "
12+ "PO-Revision-Date : 2025-03-28 09 :09+0900\n "
1313"Last-Translator : Minoru INACHI\n "
1414"Language-Team : ja\n "
1515"Plural-Forms : nplurals=1; plural=0;\n "
@@ -1274,16 +1274,16 @@ msgid ""
12741274"angle. Due to variations in the production process, each hub consistently"
12751275" reports a different value for a full rotation. For example, your hub "
12761276"might consistently report `357` degrees for every `360` degree turn. You "
1277- "can measure this value with ``hub.imu.rotation(-Axis.Z)`` and enter it as "
1278- " the ``heading_correction`` setting. Then, the ``hub.imu.heading()`` "
1279- "method will take it into account going forward, correctly scaling it to "
1280- "360 degrees for a full rotation."
1277+ "can measure this value with ``hub.imu.rotation(-Axis.Z, "
1278+ "calibrated=False)`` and enter it as the ``heading_correction`` setting. "
1279+ "Then, the ``hub.imu.heading()`` method will take it into account going "
1280+ "forward, correctly scaling it to 360 degrees for a full rotation."
12811281msgstr ""
12821282"ジャイロスコープはハブの回転速度を測定し、そこから合計回転角度を推定します。"
12831283"しかし、製品の誤差により、360度回転しても正確に360度と測定されない場合 があります。"
12841284"たとえば、ハブが実際には `360` 度回転しているのに `357` 度と測定されることがあります。 "
1285- "``hub.imu.rotation(-Axis.Z)`` を使って、ハブが1回転したときの測定値を確認し、 "
1286- "その値を ``heading_correction`` に設定します。"
1285+ "``hub.imu.rotation(-Axis.Z, calibrated=False )`` を使って、ハブが1回転 "
1286+ "したときの測定値を確認し、 その値を ``heading_correction`` に設定します。"
12871287"以降は ``hub.imu.heading()`` が自動的にスケール補正を行い、正しく360度として"
12881288"扱われるようになります。"
12891289
@@ -1307,11 +1307,12 @@ msgstr ""
13071307
13081308#: of pybricks._common.IMU.settings:41
13091309msgid ""
1310- "Number of degrees reported by ``imu.rotation(-Axis.Z)`` for one full "
1311- "rotation of your robot. After a reset the value is 360 degrees."
1310+ "Number of degrees reported by for one full rotation of your robot. After "
1311+ "a reset the value is 360 degrees. This is applied on top of any scaling "
1312+ "that is done by the ``angular_velocity_scale`` setting."
13121313msgstr ""
1313- "ロボットが1回転したときに ``imu.rotation(-Axis.Z)`` によって報告される角度の数値 。"
1314- "リセット後、この値は360度に設定されます 。"
1314+ "ロボットが1回転したときに報告される角度の値。リセット後のデフォルト値は360度です 。"
1315+ "これは ``angular_velocity_scale`` の指定によるスケール調整の上に適用されます 。"
13151316
13161317#: of pybricks._common.IMU.settings:45
13171318msgid ""
0 commit comments