@@ -51,11 +51,11 @@ using WGLMakie
5151
5252 kpo = SLInput (0.54 ; label= " outer P" )
5353 kio = SLInput (2.48 ; label= " outer i" )
54- kdo = SLInput (0.0 ; label= " outer i " )
54+ kdo = SLInput (0.0 ; label= " outer d " )
5555
5656 kpi = SLInput (15.6 ; label= " inner P" )
57- kii = SLInput (1e6 ; label= " inner i" ) # TODO : put to Inf
58- kdi = SLInput (0.16 ; label= " inner i " )
57+ kii = SLInput (1e12 ; label= " inner i" ) # TODO : put to Inf
58+ kdi = SLInput (0.16 ; label= " inner d " )
5959
6060
6161 f = Figure ()
@@ -69,15 +69,15 @@ using WGLMakie
6969
7070end
7171
72- left1 (app:: AppState , x) = app. v_ref[] = - 1
73- left2 (app:: AppState , x) = app. v_ref[] = - 2
74- left3 (app:: AppState , x) = app. v_ref[] = - 3
72+ left1 (app:: AppState , x) = app. v_ref[] = - 0.5
73+ left2 (app:: AppState , x) = app. v_ref[] = - 1.0
74+ left3 (app:: AppState , x) = app. v_ref[] = - 1.5
7575
7676pause (app:: AppState , x) = app. v_ref[] = 0
7777
78- right1 (app:: AppState , x) = app. v_ref[] = + 1
79- right2 (app:: AppState , x) = app. v_ref[] = + 2
80- right3 (app:: AppState , x) = app. v_ref[] = + 3
78+ right1 (app:: AppState , x) = app. v_ref[] = + 0.5
79+ right2 (app:: AppState , x) = app. v_ref[] = + 1.0
80+ right3 (app:: AppState , x) = app. v_ref[] = + 1.5
8181
8282function stop (app:: AppState , x)
8383
@@ -212,6 +212,7 @@ function get_body(session, app::AppState)
212212 DOM. body (
213213
214214 DOM. div (
215+ DOM. h1 (" DyadBot App" ),
215216 app. R,
216217 app. L,
217218 DOM. hr (), # ---------------
0 commit comments