-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathRobotBridge.tscn
40 lines (28 loc) · 1.67 KB
/
RobotBridge.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[gd_scene load_steps=6 format=2]
[ext_resource path="res://RobotBridge.gd" type="Script" id=1]
[ext_resource path="res://assets/ari.glb" type="PackedScene" id=2]
[ext_resource path="res://LaserScannerLines.gd" type="Script" id=3]
[ext_resource path="res://SpeechBubble.tscn" type="PackedScene" id=4]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.737352, 1.66297, 0.617224 )
[node name="Robot" type="KinematicBody"]
script = ExtResource( 1 )
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( -8.14603e-08, 0, 0.5, 0, 0.5, 0, -0.5, 0, -8.14603e-08, 1.40592e-05, 0.822586, -0.172317 )
shape = SubResource( 1 )
[node name="robot" parent="." instance=ExtResource( 2 )]
transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 0 )
[node name="Camera" type="Camera" parent="robot"]
transform = Transform( -4.0134e-07, 0, 1, 0, 1, 0, -1, 0, -4.0134e-07, 0.00417387, 1.58756, 3.64892e-10 )
fov = 50.0
[node name="LaserScanner" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.2, 0 )
script = ExtResource( 3 )
[node name="SpeechBubbleHandle" type="Node2D" parent="."]
[node name="SpeechBubble" parent="SpeechBubbleHandle" instance=ExtResource( 4 )]
[node name="SpeechBubbleAnchorAxis" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.3077, 0.126205 )
[node name="SpeechBubbleAnchor" type="Spatial" parent="SpeechBubbleAnchorAxis"]
transform = Transform( 0.0882466, 0, 0, 0, 0.0882466, 0, 0, 0, 0.0972273, -0.147955, 0.274592, 0.00488836 )
[node name="NameAnchor" type="Spatial" parent="SpeechBubbleAnchorAxis"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.553644, 0 )