-
Notifications
You must be signed in to change notification settings - Fork 93
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 compile for ROS Noetic Ubuntu 20.04 in WSL2 #163
Comments
Are you sure you did not get an error at this line? |
I'm running Ubuntu 20.04. The output of the command is The command rosdep update also shows Is there a packaged version of the repository that can be installed via apt? |
Yes. |
I've just updated the README accordingly. Let me know if that's not enough info. |
Thank you! Installation works fine. One thing though, running roslaunch naoqi_driver naoqi_driver.launch gives ERROR: cannot launch node of type [naoqi_driver/naoqi_driver_node]: Cannot locate node of type [naoqi_driver_node] in package [naoqi_driver]. Make sure file exists in package path and permission is set to executable (chmod +x) It looks like the naoqi_driver_node is missing. |
Hi @victorpaleologue, can I check if this is indeed an issue with the packaged version of Noetic? |
Yes. I wanted to go check the contents of that ubuntu packages to try and figure out whether the node really is missing or not, or if something else is wrong. I'm happy if you can help debugging that, but it's matter of time before I'm on it. |
Running rospack find naoqi_driver and cd-ing to the directory, and ls gives, |
Hi @victorpaleologue if the node is indeed missing, may I check how can this be rectified? |
I followed the exact steps listed in http://wiki.ros.org/pepper/Tutorials for ROS Noetic and above.
However, I get the same error as this #114.
Where it complains that the LIBQI_VERSION is not defined.
Has anyone encountered the same issue?
The text was updated successfully, but these errors were encountered: