You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- fairlead objects now attach subordinately to platforms
-- connector objects join to fairlead objects
-- moorings automatically then connect to platform at the position of attached fairlead
-- similar concept for Jtubes with cables
- Jtubes attach subordinately to platforms
- dynamic cables attach to Jtubes
- overall cable object then automatically connects to platform at the position of the Jtubes
-- Jtubes and fairleads are optional; if not provided in the platform definition it will not be used
-- updated examples to work with this new methodology, added more examples showing this
-- added more tests
-- platform.setPosition now calls node.setPosition first, and updates the theta property
- for platforms, theta = -phi (because phi follows +CW convention and theta follows +CCW convention
- so if phi = pi/4, platform will rotate pi/4 rad in CW direction from the 0 degree orientation, and theta=-pi/4
- this is to maintain compass direction setup for users while mapping to cartesian coords/rotation matrices for nodes and in background processes
-- updates to documentation, tests, and examples are a work in progress - will be provided in future pushes
0 commit comments