-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
#N canvas 0 27 950 985 12; | ||
#X obj 302 241 oscformat set-motor; | ||
#X obj 301 209 oscformat set-led; | ||
#X floatatom 135 131 5 0 0 0 - - - 0; | ||
#X floatatom 209 130 5 0 0 0 - - - 0; | ||
#X obj 524 339 list prepend send; | ||
#X obj 524 374 list trim; | ||
#X msg 680 355 connect localhost 9000; | ||
#X msg 680 382 disconnect; | ||
#X obj 524 415 netsend -u -b; | ||
#X obj 135 172 list append; | ||
#X obj 302 271 oscformat set-torque; | ||
#X obj 303 299 oscformat set-speed; | ||
#X floatatom 295 38 5 0 0 0 - - - 0; | ||
#X floatatom 369 37 5 0 0 0 - - - 0; | ||
#X obj 295 79 list append; | ||
#X floatatom 73 224 5 0 0 0 - - - 0; | ||
#X floatatom 147 223 5 0 0 0 - - - 0; | ||
#X obj 73 265 list append; | ||
#X floatatom 96 303 5 0 0 0 - - - 0; | ||
#X floatatom 170 302 5 0 0 0 - - - 0; | ||
#X obj 96 344 list append; | ||
#X floatatom 66 503 5 0 0 0 - - - 0; | ||
#X floatatom 157 456 5 0 0 0 - - - 0; | ||
#X obj 66 544 list append; | ||
#X obj 157 487 list append; | ||
#X floatatom 231 456 5 0 0 0 - - - 0; | ||
#X obj 291 494 oscformat inverse-kinematics; | ||
#X connect 0 0 4 0; | ||
#X connect 1 0 4 0; | ||
#X connect 2 0 9 0; | ||
#X connect 3 0 9 1; | ||
#X connect 4 0 5 0; | ||
#X connect 5 0 8 0; | ||
#X connect 6 0 8 0; | ||
#X connect 7 0 8 0; | ||
#X connect 9 0 0 0; | ||
#X connect 10 0 4 0; | ||
#X connect 11 0 4 0; | ||
#X connect 12 0 14 0; | ||
#X connect 13 0 14 1; | ||
#X connect 14 0 1 0; | ||
#X connect 15 0 17 0; | ||
#X connect 16 0 17 1; | ||
#X connect 17 0 10 0; | ||
#X connect 18 0 20 0; | ||
#X connect 19 0 20 1; | ||
#X connect 20 0 11 0; | ||
#X connect 21 0 23 0; | ||
#X connect 22 0 24 0; | ||
#X connect 23 0 26 0; | ||
#X connect 24 0 23 1; | ||
#X connect 25 0 24 1; | ||
#X connect 26 0 4 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters