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

panda-moveit-config causes collision when included in ros-env (buildEnv) #386

Closed
henrispriet opened this issue Apr 7, 2024 · 3 comments
Closed

Comments

@henrispriet
Copy link

panda-moveit-config builds fine on its own, but when it is included in ros-env, it breaks.

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'
@henrispriet
Copy link
Author

henrispriet commented Apr 7, 2024

I believe the issue arises due to this override for rviz, which changes one line in python-qt-bingings.

@lopsided98
Copy link
Owner

Yes, see #301 for more discussion of this problem.

@henrispriet
Copy link
Author

Alright, closing since it's a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants