alphacep / ros-vosk

Vosk node for ROS Robot Operating System
Apache License 2.0
39 stars 18 forks source link

Can't add new model #10

Open Vikas-106 opened 9 months ago

Vikas-106 commented 9 months ago

when executing vosk_node.py after changing the model name in param , iam getting this message ""Unable to register with master node [http://localhost:11311]: master may not be running yet. Will keep trying."" i downloaded a new model using roslauch ros_vosk ros_vosk.launch and after downloading its showing error

nshmyrev commented 9 months ago

You can probably check the node logs to see why it fails, it should print the information like files are corrupt or something

Mtouat commented 2 months ago

when executing vosk_node.py after changing the model name in param , iam getting this message ""Unable to register with master node [http://localhost:11311]: master may not be running yet. Will keep trying."" i downloaded a new model using roslauch ros_vosk ros_vosk.launch and after downloading its showing error

Hi, if someone comes accross this issue, the problem is that you need to have an instance of "roscore" running before running any node. simple type "roscore" on a terminal.