-
Notifications
You must be signed in to change notification settings - Fork 70
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
Attach, detach and reattach #10
Comments
Tested again with the simple demo provided with the package. Seems to work fine. |
@mehditlili Sorry no one replied to you at the time. I may give it a try in a month... but I guess being a year later you are in no hurry. Did you find any workaround? |
@awesomebytes I just avoided deleting objects. Or when I had to delete them, I made sure to respawn them under a different name. |
@mehditlili Thanks for the explanation! I'll make sure to test your bug too and see if I find how to fix it... Or in the worst case I could at least provide a warning that the behavior you describe is known to happen. |
…ate them later fixing pal-robotics#10
@mehditlili I got a segmentation fault when detaching using your last commit, does it work for you? With melodic-devel branch when I try to re-attach something I got a message: "Joint already existed, reusing it." and it says "Attach was succesful" but it doesn't re-attach in Gazebo. Please see my pull request #16 about a potential fix for the issue. |
Hi, I know it is been a while, but I am getting the exact same problem. I tried your fix but this segmentation fault keeps happening. Did you find any solution for this? |
@Lincoln97 , I only had problems during re-attach, and since that, I'm using my fork without any issues (and many many re-attach): What is the exact error you get? Here is an example of my re-attach use case: |
I am currently having problems with attaching multiple times. When I spawn a model, attach its link to another model's link it works fine. Detaching also works fine. But when I try to reattach those two links again it doesn't work and I don't see any error message. I am using the melodic-devel branch so I was wondering if this also happens in the master branch.
The text was updated successfully, but these errors were encountered: