Replies: 3 comments 1 reply
-
H!! Should be async + make sure that move cmd doesn't overwrite with other commands. I will debug it more and see what causes the issue. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. I just connected to AP mode and used the SnowyAP for running the same code and it worked! The robot responds for w and a but not for s and d. Seems like it is not processing negative velocities. |
Beta Was this translation helpful? Give feedback.
-
Good to know! You can see the general idea. how to control the dog inside the code (joy example) |
Beta Was this translation helpful? Give feedback.
-
Great work. This project has been really helpful to me lately.
I wanted to move the robot using WASD keys as follows.
It is publishing each time to the topic (checked from the printing statements). But, The robot moves only for the first command only and only to the move forward command "w". The following commands get stalled and Robot not responding. Do we have to try any async functions to make it work?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions