-
Notifications
You must be signed in to change notification settings - Fork 67
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
Not able to detach #15
Comments
Any updates? |
I was facing a similar problem earlier while trying to attach a tool to a support and, after some time, position the robot correctly, attach the tool to the robot and finally detach from the support. I only figured it out because the tool would detach from the robot correctly but not from the support, so the problem was that the support was a static model. After setting static to false in the sdf of the support, everything worked. I guess the world is also a fixed model, therefore a possible solution would be to attach the model to a not static object. It could be a small box with a huge mass, so it would probably not move and not even being seen depending on where you put it. |
I can only propose to put another object on top of the floor that is very
heavy and try to attach/detach from that one.
I say this because I remember having some issue with the floor being
'special' somehow, I don't know why. But it has been a long while from when
I had the opportunity to look back into this package. Sorry.
…On Thu, 14 Oct 2021 at 12:25, Lincoln-Boer ***@***.***> wrote:
Facing the same problem, couldn't solve it yet.
Any help would be very appreciated
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANEK5BK3UY52IXPXGO2A7LUGYWQ7ANCNFSM4WVQTZ4Q>
.
--
*Sammy Pfeiffer*
PhD in Software Engineering from the University of Technology Sydney.
Autonomous Vehicle Technical Lead in Conigital.
|
I wanted to create a temporary joint with respect to ground. So using gazebo_ros_link_attacher I was able to attach model object with ground(world model) but not able to detach it.
The text was updated successfully, but these errors were encountered: