ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Have you read the error message? It tells you that you are missing a package, namely pocketsphinx.

Do rosdep update and then rosdep check rbx1_speech and see what it has to say.

Have you read the error message? It tells you that you are missing a package, namely pocketsphinx.

Do rosdep update and then rosdep check rbx1_speech and see what it has to say.

Edit: Hm... not sure why rosdep does not recognize it, but try apt-get install ros-groovy-pocketsphinx and then the rosmake command again.