Can we operate manual control mode for specified distance #487
Replies: 1 comment 3 replies
-
Out of boredom I've wrote a bit of new code recently and probably it may help. Excerpt from MQTT kinda "manual"-like examples:
There's also corresponding REST API that accepts alike parameters via PUT request to /api/set_manual_control. Both should work like this: you just put some RC commands via either way when the device is idle, and it then automatically turns on the RC mode, runs provided commands one by one, and then turns off RC mode after a small timeout when no new commands arrive. Yeah, angle/velocity/duration parameter values aren't rather very clear, but that's what manufacturer made them to be. Oh, and here is the compiled new test build binary containing all these (and some other) changes. PS: It's much larger by size than my previous releases because those used my custom v12 node.js build, and this one is based on much newer but plain default v16 one that doesn't have any size optimizations. Maybe at some point I'll be able to rebuild it properly, but actually it doesn't change a lot. |
Beta Was this translation helpful? Give feedback.
-
I want to use my robot to follow a specific path specified by me. Like it can be done in manual control mode. But it's like it moves a small specified distance when pressed the arrow button once. I would like to plan the route for example from one room to another and it would follow that planned route.
Any ideas if this can be done?
Beta Was this translation helpful? Give feedback.
All reactions