Skip to content
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

Open
DanielDowling1 opened this issue Nov 9, 2021 · 8 comments
Open

rosdep cannot locate dependencies for [rviz_mesh_plugin] #14

DanielDowling1 opened this issue Nov 9, 2021 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@DanielDowling1
Copy link

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

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ros-noetic-mesh-tools : Depends: ros-noetic-rviz-mesh-plugin but it is not installable
E: Unable to correct problems, you have held broken packages.

Am I missing a repository? Are there any installation instructions for this source?

@BBlumhofer
Copy link

Have you solved this issue? I am facing the same problem.

@RuanJY
Copy link

RuanJY commented Jan 8, 2022

I am using melodic and got the same problem

@veronicamuriga
Copy link

Same issue with ros melodic

@spuetz
Copy link
Member

spuetz commented Apr 1, 2022

I'll fix this soon! Sorry for the delay.

@spuetz spuetz added the bug Something isn't working label Apr 1, 2022
@cbteeple
Copy link

cbteeple commented Apr 19, 2022

I'd love to use this package, but I am still unable to install it via apt.

I did try building this from source (cloning this repo into the src folder of my catkin workspace, running catkin_make_isolated), but then I cannot import messages. For example:

from mesh_msgs.msgs import MeshGeometry

fails with an error, saying that mesh_msgs is not found:

ModuleNotFoundError: No module named 'mesh_msgs'

In addition, all of the mesh_tools packages are missing when I do rospack list. Maybe I'm doing something wrong when building this?

@cbteeple
Copy link

cbteeple commented Apr 19, 2022

Update:
I think something about the apriltag_ros package interferes with building of mesh_msgs. If I keep apriltag_ros in its own workspace (built using catkin_make_isolated and make a new workspace with all my other packages (built using catkin_make), everything does build correctly. Then I just build the two workspaces separately and link them together with:

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!

@mnoweo
Copy link

mnoweo commented Aug 25, 2023

try use rosdepc

@JACKLiuDay
Copy link

I have the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants