Hey Mitch,
I’ve added a couple items to the Noise Bridge China shopping list for Sudo Room. They are Amphenol connectors that will be useful when we build tools for the giant robot arm. I found some of these connectors online for about $13 each, if you can get them in China for less, that would be super awesome. I’ll personally pay for 2 of each up to about $60 total. They are MS3106B18-1P and MS3106B18-1S . I put all this on the nb wiki page.
https://noisebridge.net/wiki/ChinaShoppingList &…
[View More]lt;https://noisebridge.net/wiki/ChinaShoppingList>
Thanks in advance,
Ben Burke
P.S. Hope you are having a great trip. Have you ever given a class/talk on buying electronics and fabrication services in China?
[View Less]
new command installed on sudodesk. not yet in git.
want to move the robot to x,y,z ?
motomove “10,20,30"
want to move the robot to current x +10 , current y + 20, current z + 30?
motomove -- "+=10,+=20,+=30"
Try also:
motomove --speed=600 -- "-195.725,222.899,1671.442,14.65,-27.77,148.86"
motomove -- "*=2,*=1.5,/=2"
motomove -h
I’ve symlinked 3 robot-related tools into /usr/local/bin on sudodesk. The new commands are motocommand, motomessage, and motodisk. They are under development and can break, but if you want to try them you should. Here’s how:
1. Get people away from the robot
2. Turn on the robot with the black rotatey-dial thing on the top left of the robot cabinet door.
3. Press the “REMOTE” button on the right side of the robot console.
4. On sudodesk, type the following (including quotes): motocommand “SVON …
[View More]1”
The robot will growl appropriately as the servos come on.
5. Now on sudodesk, type the following (including quotes): motocommand “START DEMO"
Currently the robot job called DEMO is really slow and unimpressive. Maybe someone could make it wave around perilously… or play the marimba (gently)! We could make a converter that turns midi streams into robot motion.
If you want less exciting stuff, try the above steps, but instead of step 4, type: motomessage “MUST KILL HUMANS”
The robot will show up to 23 characters of your snarky input. I’m working on these remote mode tools here: https://github.com/glvnst/yasnac <https://github.com/glvnst/yasnac>
[View Less]