-
Notifications
You must be signed in to change notification settings - Fork 42
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
rosdep cannot locate dependencies for [rviz_mesh_plugin] #14
Comments
Have you solved this issue? I am facing the same problem. |
I am using melodic and got the same problem |
Same issue with ros melodic |
I'll fix this soon! Sorry for the delay. |
I'd love to use this package, but I am still unable to install it via I did try building this from source (cloning this repo into the src folder of my catkin workspace, running from mesh_msgs.msgs import MeshGeometry fails with an error, saying that ModuleNotFoundError: No module named 'mesh_msgs' In addition, all of the mesh_tools packages are missing when I do |
Update: source ~/main_ws/devel/setup.bash
source ~/apriltag_ws/devel_isolated/setup.bash --extend This still does not solve the apt dependency issue, but at least now I can use the mesh_tools package! |
try use rosdepc |
I have the same problem. |
Your rosdep keys appear to not work on noetic. unless I'm missing something. An attempt to install mesh-tools with the command:
sudo apt install ros-noetic-mesh-tools
also returned the result
Am I missing a repository? Are there any installation instructions for this source?
The text was updated successfully, but these errors were encountered: