Hi! I am working on a voice command operated bot as a project. I am using turtlebot2 as my bot and working with ros, and SpeechRecognition as the speech-to-text lib.
So far, I able to publish the recognized text into a topic and a subscriber listens into it and publishes movement commands in ‘/cmd_vel’ but my bot is not moving.
Could you share the ROSject with the code? The git? Something? Otherwise its quite impossible to debug. Do you have a simulation or something where we can test your code? I highly recommend you to put your project inside a ROSject , is the best way to debug this.
Test the following:
DOes the robot move when you publish those same cmd_vel commands in that topic? Thats is the first place you have to look.
Thank you so much for your reply. I have tried running a simulation using rosject but I was unable to install PyAudio library which is required for SpeechRecognition lib, additionally I’m not sure about installing microphone driver for the same.