Skip to content

Commit d66d17b

Browse files
committed
feat: working on ProbeData model
1 parent 4506057 commit d66d17b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Assets/Scripts/Insertion/ProbeInsertion.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public class ProbeInsertion
2020

2121
#region Data
2222
private InsertionData _data;
23+
24+
public InsertionData Data { get { return _data; } }
2325
#endregion
2426

2527
#region Coordinate Properties

Assets/Scripts/Pinpoint/JSON/ProbeData.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ public struct ProbeData
77
public string Name;
88
public Color Color;
99
public int Type;
10+
public string UUID;
11+
12+
// ChannelMap
13+
public string SelectionLayerName;
14+
15+
// API
16+
public string APITarget;
1017

1118
public InsertionData Insertion;
1219
public ManipulatorControllerData ManipulatorController;

Assets/Scripts/Pinpoint/Probes/trajectoryplanner.probe.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"GUID:20582ac19d7f4684f93b0c5ef62b2bcd",
2020
"GUID:5dedf88781c06a443aeac3e770ba73f9",
2121
"GUID:baba835d3f6de1948879ba12c4c45295",
22-
"GUID:0e79df8463de52046b3fdc88dc07a5ae"
22+
"GUID:0e79df8463de52046b3fdc88dc07a5ae",
23+
"GUID:607bd5b74fabd34449aca1e00d3c898e"
2324
],
2425
"includePlatforms": [],
2526
"excludePlatforms": [],

0 commit comments

Comments
 (0)