-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot launch node of type [homer_robot_face/RobotFace] Cannot locate node of type [RobotFace] in package #9
Comments
Hello, |
i have already done all the steps you mention in problem #5. but still my issue is not resolve.if you have any other way to do this then please tell me. |
by the way where is the file in this package named RobotFace or i have to change anything |
There is no file RobotFace in this package. It is the node name (executable) that you have to generate by running catkin_make. Is catkin_make reporting any errors? If the package can not be found you have to source your workspace. If this is not helping try running |
there is no error it simply go to the directory. like,,, |
using roscd homer_robot_face command |
That's a good sign. somewhere in the beginning (around 20-25 lines from the start) there will be something like this: -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Check that homer_robot_face is in the list of the packages. |
so there is no package name homer_robot_face in this topological order list. " CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Add the installation prefix of "bayesian_belief_networks" to -- Configuring incomplete, errors occurred! |
The package If you need it, then you first have to figure out how to fix it - otherwise you can not run catkin_make and you can not build robot_face. |
now i am getting another error.
Add the installation prefix of "Qt5X11Extras" to CMAKE_PREFIX_PATH or set -- Configuring incomplete, errors occurred! " |
by the i am using ros melodic |
qt5 is a dependency of robot face try |
my one is ubuntu 18.04 |
should work then :) |
" -- Configuring incomplete, errors occurred! " please mention all the dependency |
You can find them in the CMakeLists.txt - but you are also right that they should be listed.
|
try: |
already have |
i am also using this command but in this following packages are unable to locate E: Unable to locate package libqt4-core |
please give me the command to download these dependency Currently using " Ubuntu 18.04 (bionic) " |
First of all: all the "sudo apt install ..." commands I give you, I find using www.google.com, so you can try to do this too. From one of your last comments it seems that ogre and qt5 are already installed. You probably should not mix qt4 and qt5 so don't mind that these packages are not found. What is the current error? Is it still ESD missing? |
i run the command you gave but still same issue CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): -- Configuring incomplete, errors occurred! |
Hi bro ! auto-starting new master setting /run_id to e6e934e0-7307-11ee-bc05-88b111da1830 So can you please guide..... |
Hi again, As for the remaining issue: Hard to tell from here. The command you posted a while ago: |
Another thing: Is the head talking (can you here speech)? If not maybe there is an issue with your text-to-speech system. If no speech is arriving at the head it will not talk and the lips won't move. |
i have run the command catkin_make (As suggested in issue #5) but still its not working. I am getting same error every time. So please help me to resolve this issue.
The text was updated successfully, but these errors were encountered: