Skip to content

Commit 5b81aeb

Browse files
authored
Merge pull request #1712 from AllenNeuralDynamics/feat-lickety-split-viz
Adds lickety split to visualizer
2 parents f33f14c + 640908c commit 5b81aeb

3 files changed

Lines changed: 3838 additions & 100 deletions

File tree

dynamic-foraging-task.sln

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.5.2.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
6+
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{F0A602FC-B6B3-0309-A4D0-A7C9FDC897AA}"
8+
EndProject
9+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Extensions", "src\workflows\Extensions.csproj", "{762F400F-C3D6-8351-269D-93945E524324}"
10+
EndProject
11+
Global
12+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
13+
Debug|Any CPU = Debug|Any CPU
14+
Release|Any CPU = Release|Any CPU
15+
EndGlobalSection
16+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
17+
{762F400F-C3D6-8351-269D-93945E524324}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18+
{762F400F-C3D6-8351-269D-93945E524324}.Debug|Any CPU.Build.0 = Debug|Any CPU
19+
{762F400F-C3D6-8351-269D-93945E524324}.Release|Any CPU.ActiveCfg = Release|Any CPU
20+
{762F400F-C3D6-8351-269D-93945E524324}.Release|Any CPU.Build.0 = Release|Any CPU
21+
EndGlobalSection
22+
GlobalSection(SolutionProperties) = preSolution
23+
HideSolutionNode = FALSE
24+
EndGlobalSection
25+
GlobalSection(NestedProjects) = preSolution
26+
{F0A602FC-B6B3-0309-A4D0-A7C9FDC897AA} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
27+
{762F400F-C3D6-8351-269D-93945E524324} = {F0A602FC-B6B3-0309-A4D0-A7C9FDC897AA}
28+
EndGlobalSection
29+
GlobalSection(ExtensibilityGlobals) = postSolution
30+
SolutionGuid = {2898E1DB-616D-461F-A4F5-2F25E63A2B55}
31+
EndGlobalSection
32+
EndGlobal

src/workflows/foraging.bonsai

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3156,7 +3156,7 @@
31563156
<harp:VisualIndicators>On</harp:VisualIndicators>
31573157
<harp:Heartbeat>Enabled</harp:Heartbeat>
31583158
<harp:IgnoreErrors>false</harp:IgnoreErrors>
3159-
<harp:PortName>COM6</harp:PortName>
3159+
<harp:PortName>COM8</harp:PortName>
31603160
</Combinator>
31613161
</Expression>
31623162
<Expression xsi:type="rx:PublishSubject">
@@ -3186,7 +3186,7 @@
31863186
<harp:VisualIndicators>On</harp:VisualIndicators>
31873187
<harp:Heartbeat>Enabled</harp:Heartbeat>
31883188
<harp:IgnoreErrors>false</harp:IgnoreErrors>
3189-
<harp:PortName>COM5</harp:PortName>
3189+
<harp:PortName>COM9</harp:PortName>
31903190
</Combinator>
31913191
</Expression>
31923192
<Expression xsi:type="rx:PublishSubject">
@@ -3211,6 +3211,9 @@
32113211
<Value>0</Value>
32123212
</Operand>
32133213
</Expression>
3214+
<Expression xsi:type="rx:PublishSubject">
3215+
<Name>LicketySplitLeftLick</Name>
3216+
</Expression>
32143217
<Expression xsi:type="Combinator">
32153218
<Combinator xsi:type="rx:DistinctUntilChanged" />
32163219
</Expression>
@@ -3260,6 +3263,9 @@
32603263
<Value>0</Value>
32613264
</Operand>
32623265
</Expression>
3266+
<Expression xsi:type="rx:PublishSubject">
3267+
<Name>LicketySplitRightLick</Name>
3268+
</Expression>
32633269
<Expression xsi:type="Combinator">
32643270
<Combinator xsi:type="rx:DistinctUntilChanged" />
32653271
</Expression>
@@ -3311,7 +3317,7 @@
33113317
<Edge From="10" To="11" Label="Source1" />
33123318
<Edge From="12" To="13" Label="Source1" />
33133319
<Edge From="13" To="14" Label="Source1" />
3314-
<Edge From="13" To="19" Label="Source2" />
3320+
<Edge From="13" To="20" Label="Source2" />
33153321
<Edge From="14" To="15" Label="Source1" />
33163322
<Edge From="15" To="16" Label="Source1" />
33173323
<Edge From="16" To="17" Label="Source1" />
@@ -3320,21 +3326,23 @@
33203326
<Edge From="19" To="20" Label="Source1" />
33213327
<Edge From="20" To="21" Label="Source1" />
33223328
<Edge From="21" To="22" Label="Source1" />
3323-
<Edge From="22" To="34" Label="Source1" />
3324-
<Edge From="23" To="24" Label="Source1" />
3329+
<Edge From="22" To="23" Label="Source1" />
3330+
<Edge From="23" To="36" Label="Source1" />
33253331
<Edge From="24" To="25" Label="Source1" />
3326-
<Edge From="24" To="30" Label="Source2" />
33273332
<Edge From="25" To="26" Label="Source1" />
3333+
<Edge From="25" To="32" Label="Source2" />
33283334
<Edge From="26" To="27" Label="Source1" />
33293335
<Edge From="27" To="28" Label="Source1" />
33303336
<Edge From="28" To="29" Label="Source1" />
33313337
<Edge From="29" To="30" Label="Source1" />
33323338
<Edge From="30" To="31" Label="Source1" />
33333339
<Edge From="31" To="32" Label="Source1" />
33343340
<Edge From="32" To="33" Label="Source1" />
3335-
<Edge From="33" To="34" Label="Source2" />
3341+
<Edge From="33" To="34" Label="Source1" />
33363342
<Edge From="34" To="35" Label="Source1" />
3337-
<Edge From="35" To="36" Label="Source1" />
3343+
<Edge From="35" To="36" Label="Source2" />
3344+
<Edge From="36" To="37" Label="Source1" />
3345+
<Edge From="37" To="38" Label="Source1" />
33383346
</Edges>
33393347
</Workflow>
33403348
</Expression>
@@ -9493,6 +9501,12 @@
94939501
<Expression xsi:type="SubscribeSubject">
94949502
<Name>LeftLick</Name>
94959503
</Expression>
9504+
<Expression xsi:type="SubscribeSubject">
9505+
<Name>LicketySplitLeftLick</Name>
9506+
</Expression>
9507+
<Expression xsi:type="Combinator">
9508+
<Combinator xsi:type="rx:Merge" />
9509+
</Expression>
94969510
<Expression xsi:type="viz:RollingGraphBuilder">
94979511
<viz:SymbolType>None</viz:SymbolType>
94989512
<viz:LineWidth>1</viz:LineWidth>
@@ -9504,6 +9518,12 @@
95049518
<Expression xsi:type="SubscribeSubject">
95059519
<Name>RightLick</Name>
95069520
</Expression>
9521+
<Expression xsi:type="SubscribeSubject">
9522+
<Name>LicketySplitRightLick</Name>
9523+
</Expression>
9524+
<Expression xsi:type="Combinator">
9525+
<Combinator xsi:type="rx:Merge" />
9526+
</Expression>
95079527
<Expression xsi:type="viz:RollingGraphBuilder">
95089528
<viz:SymbolType>None</viz:SymbolType>
95099529
<viz:LineWidth>1</viz:LineWidth>
@@ -9530,13 +9550,17 @@
95309550
<Edge From="1" To="2" Label="Source1" />
95319551
<Edge From="2" To="3" Label="Source1" />
95329552
<Edge From="3" To="4" Label="Source1" />
9533-
<Edge From="4" To="11" Label="Source1" />
9534-
<Edge From="5" To="6" Label="Source1" />
9535-
<Edge From="6" To="7" Label="Source1" />
9536-
<Edge From="7" To="11" Label="Source2" />
9553+
<Edge From="4" To="15" Label="Source1" />
9554+
<Edge From="5" To="7" Label="Source1" />
9555+
<Edge From="6" To="7" Label="Source2" />
9556+
<Edge From="7" To="8" Label="Source1" />
95379557
<Edge From="8" To="9" Label="Source1" />
9538-
<Edge From="9" To="10" Label="Source1" />
9539-
<Edge From="10" To="11" Label="Source3" />
9558+
<Edge From="9" To="15" Label="Source2" />
9559+
<Edge From="10" To="12" Label="Source1" />
9560+
<Edge From="11" To="12" Label="Source2" />
9561+
<Edge From="12" To="13" Label="Source1" />
9562+
<Edge From="13" To="14" Label="Source1" />
9563+
<Edge From="14" To="15" Label="Source3" />
95409564
</Edges>
95419565
</Workflow>
95429566
</Expression>

0 commit comments

Comments
 (0)