CIR-KIT / fifth_robot_pkg

CIR-KIT5 の開発レポジトリ
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

yaml_reader リメイク案 #95

Closed yasu80 closed 6 years ago

yasu80 commented 7 years ago

とりあえず基幹機能だけ

Input

forno commented 6 years ago

回転角度が足りてないのでは?

forno commented 6 years ago

yaml readerが食べるファイル仕様案


- position:
    x: 0
    y: 0
    z: 0
  orientation:
    x: 0
    y: 0
    z: 0
    w: 1
  radius: 1
  name: "point name" # optional
yasu80 commented 6 years ago

そのような仕様になると思われます.

yasu80 commented 6 years ago

96 参照