We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
panda-moveit-config builds fine on its own, but when it is included in ros-env, it breaks.
panda-moveit-config
with pkgs.rosPackages.noetic; pkgs.mkShell { packages = [ (buildEnv { paths = [ panda-moveit-config ]; }) ]; }
Error message:
@nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase error: collision between `/nix/store/fylj4985hk0d9ck4jldqzy2jbi9h27na-ros-noetic-python-qt-binding-0.4.4-r1/share/python_qt_binding/cmake/sip_configure.py' and `/nix/store/k5hy73mfzdyw9dl9ljg05rzzmf2waqg1-ros-noetic-python-qt-binding-0.4.4-r1/share/python_qt_binding/cmake/sip_configure.py'
The text was updated successfully, but these errors were encountered:
I believe the issue arises due to this override for rviz, which changes one line in python-qt-bingings.
rviz
python-qt-bingings
Sorry, something went wrong.
Yes, see #301 for more discussion of this problem.
Alright, closing since it's a duplicate.
No branches or pull requests
panda-moveit-config
builds fine on its own, but when it is included in ros-env, it breaks.Error message:
The text was updated successfully, but these errors were encountered: