1 / 11

Open Dynamics Engine による ロボットシミュレーション

Open Dynamics Engine による ロボットシミュレーション. 矢萩研究室 ソ 17058  吉岡達也. http://www.aomori-u.ac.jp/staff/yahagi/lab/GR_2008/yoshioka/. 発表内容. 目的 ODE 概要 開発環境 プログラム開発 結果・考察. 1.目的. 3D 表現を用いたゲームには物体のリアルな動作が必要不可欠だ。それを可能にするのが物理計算エンジンである。 物理計算エンジンについて理解を深め、またそれを用いたロボットシミュレーションを作成することを目的とした。

lovey
Télécharger la présentation

Open Dynamics Engine による ロボットシミュレーション

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Open Dynamics Engineによるロボットシミュレーション 矢萩研究室 ソ17058 吉岡達也 http://www.aomori-u.ac.jp/staff/yahagi/lab/GR_2008/yoshioka/

  2. 発表内容 • 目的 • ODE概要 • 開発環境 • プログラム開発 • 結果・考察

  3. 1.目的 • 3D表現を用いたゲームには物体のリアルな動作が必要不可欠だ。それを可能にするのが物理計算エンジンである。 • 物理計算エンジンについて理解を深め、またそれを用いたロボットシミュレーションを作成することを目的とした。 • ODEという物理計算エンジンを用いて研究を進めた。

  4. 2.ODE概要 • ODE(Open Dynamics Engine) • フリーの物理計算エンジン • MathEngineを開発したラッセル・スミス氏らが中心となり2001年から開発開始 • オープンソース

  5. ODE概要2 • 正確性より安定性・高速性を重視 • キーボード・ジョイスティックから操作可能 • APIが充実している

  6. 3.開発環境 • プログラム開発にODEとC++ • 研究当初 • TeraPad • MinGW • MSYS

  7. 開発環境2 • Code::Blocks8.02

  8. 4.プログラム開発 • ODEの基本を学んだ後、サッカーロボ(車輪型)のソースプログラムを改良。 • オブジェクト・ボールを検出するセンサを取り付ける。 • ボールを検出し、その方向に向かっていく動作を追加。

  9. フローチャート

  10. 5.結果・考察 • 不具合が多く思うように研究を進められず、学習に多大な時間を要してしまった。 • プログラムは一応形になったが、実際にサッカーをするには回り込み、ゴール位置の取得等様々な動作が必要。

More Related