Skip to content

Add option for multiple kites #167

@1-Bart-1

Description

@1-Bart-1

Currently, the MTK model only has one kite. It should be possible to add multiple kites.

struct PointMassSystem
    name::String
    points::Vector{Point}
    groups::Vector{KitePointGroup}
    segments::Vector{Segment}
    pulleys::Vector{Pulley}
    tethers::Vector{Tether}
    winches::Vector{Winch}
    kites::Vector{Kite}
end
@with_kw struct Kite
    mass::SimFloat = 1.0
    orient::KVec4 = zeros(KVec4)
    angular_vel::KVec3 = zeros(KVec3)
    pos::KVec3 = zeros(KVec3)
    vel::KVec3 = zeros(KVec3)
end

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions