• This project
    • Loading...
  • Sign in

2021-1-capstone-design2 / 2017104035

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • 2017104035
  • src
  • lib
  • mixer
  • MultirotorMixer
  • geometries
  • twin_engine.toml
  • 최예리's avatar
    Squashed 'code/modify/' content from commit e52c0ceca5 · e787324a ...
    e787324a
    git-subtree-dir: code/modify
    git-subtree-split: e52c0ceca5e63d98481ea7a4ed0fe2b2d3600f10
    최예리 authored 2021-06-01 18:33:36 +0900
twin_engine.toml 275 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# Twin engine

[info]
key = "2-"
description = "Twin engine"

[rotor_default]
axis      = [0.0, 0.0, -1.0]
Ct        = 1.0
Cm        = 0.0
direction = "CW"

[[rotors]]
name      = "right"
position  = [0.0, 1.0, 0.0]

[[rotors]]
name      = "left"
position  = [0.0, -1.0, 0.0]