Skip to content

Commit

Permalink
Track 7 addition
Browse files Browse the repository at this point in the history
  • Loading branch information
JARC99 committed Apr 14, 2021
1 parent 939bab6 commit c9d8b33
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 0 deletions.
170 changes: 170 additions & 0 deletions support/track_7.wrl
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
#VRML V2.0 utf8

DEF AHMap Transform {
translation 50.67 -0.1 62.48
rotation 0 1 0 -1.57
children Group {
children Inline {
url "asbQuadcopterAHBase.wrl"
}
}
}
DEF QuadBody Transform {
translation 50 0.001765 90
scaleOrientation 0 1 0 0
children [
DEF Airframe Transform {
scaleOrientation 1 0 0 0
rotation 0 1 0 0
children Inline {
url "asbQuadcopterBody.wrl"
}
}
DEF Blade1 Transform {
translation 0.0425 0.015 -0.0425
children Inline {
url "asbQuadcopterBladeCW.wrl"
}
}
DEF Blade3 Transform {
translation -0.0425 0.015 0.0425
children Inline {
url "asbQuadcopterBladeCW.wrl"
}
}
DEF Blade2 Transform {
translation -0.0425 0.015 -0.0425
children Inline {
url "asbQuadcopterBladeCCW.wrl"
}
}
DEF Blade4 Transform {
translation 0.0425 0.015 0.0425
children Inline {
url "asbQuadcopterBladeCCW.wrl"
}
}
DEF Camera Viewpoint {
description "Quadcopter Camera"
position 0 -0.1 0
orientation 1 0 0 -1.57
}
DEF OnQuad Viewpoint {
description "Chase"
position -1 0.25 0
orientation 0 1 0 -1.57
}
]
}
DEF IsoNoRotation Viewpoint {
description "Isometric - No Rotation"
position 50.9009 0.670747 90.99
orientation -0.46727 0.858698 0.210466 0.847752
}
DEF OnQuadNoRotation Viewpoint {
description "Chase - No Rotation"
position 47 1.00177 90
orientation 0 -1 -0 1.57
}
# Copyright 2017-2019 The MathWorks, Inc.
DEF TrackSection1 Transform {
translation 50.5 -0.02 90
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Box {
size 1 0.001 0.1
}
}
}
# Copyright 2017 The MathWorks, Inc.
DEF TrackSection2 Transform {
translation 52 -0.02 90
rotation 0 1 0 1.5708
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Box {
size 0.1 0.001 2
}
}
}
# Copyright 2017 The MathWorks, Inc.
DEF TrackSectionFinal Transform {
translation 53.45 -0.02 90.8
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Cylinder {
radius 0.1
height 0.001
}
}
}
# Copyright 2017 The MathWorks, Inc.
DEF BlueMarker Transform {
translation 50 -0.02 92
children Shape {
appearance Appearance {
material Material {
diffuseColor 0 0 1
}
}
geometry Box {
size 0.2 0.01 0.2
}
}
}
# Copyright 2017 The MathWorks, Inc.
DEF TrackSection3 Transform {
translation 52.5 -0.02 90.1
rotation 0 1 0 1.7453
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Box {
size 0.1 0.001 1
}
}
}
# Copyright 2017 The MathWorks, Inc.
DEF TrackSection4 Transform {
translation 52.15 -0.02 90.5
rotation 0 1 0 0.2618
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Box {
size 0.1 0.001 0.7
}
}
}
# Copyright 2017-2019 The MathWorks, Inc.
DEF TrackSection5 Transform {
translation 52.7 -0.02 90.8
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Box {
size 1 0.001 0.1
}
}
}
170 changes: 170 additions & 0 deletions support/track_7.wrl.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
#VRML V2.0 utf8

DEF AHMap Transform {
translation 50.67 -0.1 62.48
rotation 0 1 0 -1.57
children Group {
children Inline {
url "asbQuadcopterAHBase.wrl"
}
}
}
DEF QuadBody Transform {
translation 50 0.001765 90
scaleOrientation 0 1 0 0
children [
DEF Airframe Transform {
scaleOrientation 1 0 0 0
rotation 0 1 0 0
children Inline {
url "asbQuadcopterBody.wrl"
}
}
DEF Blade1 Transform {
translation 0.0425 0.015 -0.0425
children Inline {
url "asbQuadcopterBladeCW.wrl"
}
}
DEF Blade3 Transform {
translation -0.0425 0.015 0.0425
children Inline {
url "asbQuadcopterBladeCW.wrl"
}
}
DEF Blade2 Transform {
translation -0.0425 0.015 -0.0425
children Inline {
url "asbQuadcopterBladeCCW.wrl"
}
}
DEF Blade4 Transform {
translation 0.0425 0.015 0.0425
children Inline {
url "asbQuadcopterBladeCCW.wrl"
}
}
DEF Camera Viewpoint {
description "Quadcopter Camera"
position 0 -0.1 0
orientation 1 0 0 -1.57
}
DEF OnQuad Viewpoint {
description "Chase"
position -1 0.25 0
orientation 0 1 0 -1.57
}
]
}
DEF IsoNoRotation Viewpoint {
description "Isometric - No Rotation"
position 50.9009 0.670747 90.99
orientation -0.46727 0.858698 0.210466 0.847752
}
DEF OnQuadNoRotation Viewpoint {
description "Chase - No Rotation"
position 47 1.00177 90
orientation 0 -1 -0 1.57
}
# Copyright 2017-2019 The MathWorks, Inc.
DEF TrackSection1 Transform {
translation 50.5 -0.02 90
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Box {
size 1 0.001 0.1
}
}
}
# Copyright 2017 The MathWorks, Inc.
DEF TrackSection2 Transform {
translation 52 -0.02 90
rotation 0 1 0 1.5708
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Box {
size 0.1 0.001 2
}
}
}
# Copyright 2017 The MathWorks, Inc.
DEF TrackSectionFinal Transform {
translation 53.45 -0.02 90.8
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Cylinder {
radius 0.1
height 0.001
}
}
}
# Copyright 2017 The MathWorks, Inc.
DEF BlueMarker Transform {
translation 50 -0.02 92
children Shape {
appearance Appearance {
material Material {
diffuseColor 0 0 1
}
}
geometry Box {
size 0.2 0.01 0.2
}
}
}
# Copyright 2017 The MathWorks, Inc.
DEF TrackSection3 Transform {
translation 52.5 -0.02 90.1
rotation 0 1 0 1.7453
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Box {
size 0.1 0.001 1
}
}
}
# Copyright 2017 The MathWorks, Inc.
DEF TrackSection4 Transform {
translation 52.15 -0.02 90.5
rotation 0 1 0 0.2618
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Box {
size 0.1 0.001 0.7
}
}
}
# Copyright 2017-2019 The MathWorks, Inc.
DEF TrackSection5 Transform {
translation 52.7 -0.02 90.8
children Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
}
}
geometry Box {
size 1 0.001 0.1
}
}
}
Binary file added support/track_7.wrl.thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9d8b33

Please sign in to comment.