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

Error running test executable while building #64

Closed
kakandikonda opened this issue Nov 17, 2023 · 4 comments
Closed

Error running test executable while building #64

kakandikonda opened this issue Nov 17, 2023 · 4 comments
Assignees

Comments

@kakandikonda
Copy link

Hello,

I am getting this problem when building Moveit2 with ROS2 Iron. I saw a similar issue as well but since our issues were slightly different I thought I'd make a different post. I attached a screenshot of my error output below.

Screenshot from 2023-11-17 12-50-52

@sea-bass
Copy link
Collaborator

Did you by any chance have build output from a former version, or anything like that in your workspace? If you rebulid the pick_ik package as follows, does the issue still persist?

cd <YOUR WORKSPACE>
rm -rf build/pick_ik install/pick_ik
colcon build

@kakandikonda
Copy link
Author

Yes, I just tried it and was getting the same error as above. I also tried redoing the whole process but that didn't work either.

@sea-bass
Copy link
Collaborator

sea-bass commented Nov 30, 2023

I was able to reproduce this only if I also had binaries for pick_ik installed. Can you try

sudo apt-get remove ros-rolling-pick-ik

and then build again?

@sea-bass sea-bass self-assigned this Nov 30, 2023
@sea-bass
Copy link
Collaborator

Confirmed in #65 that this resolves the issue.

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