Asked

My robot wants to communicate via JSON commands (it is controlled via JSON from a browser) but I need to use ARC to talk to it. It also sends a lot of data back over JSON to provide current servo status that would need to be fed back into ARC. Any thoughts if this can be adapted to communicate with the robot? https://github.com/mjbots/quad/blob/main/mech/web_control_assets/index.html
Related Hardware EZ-B v4
Related Controls
Custom Movement Panel
WebSocket Client
Robot just stood up WOOT! So happy.
Noice!!!!
Once you figure out the movement commands and speed, then you can use the Custom Movement Panel to rock it
Something like this for Forward. I dunno if that's the correct json or not. But the idea is use the Map function to convert the ARC speed (0-255) into a float of (0-1) for that robot.
Thanks for all your help on this DJ. I have it obeying a bunch of commands. Still a while to go but he can stand laydown and we are learning to walk. Lots of fun.