You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a followup to #108, I just came up with another limitation: With using kinematic chains in the gazebo model, the solution of using SetPosition does not work:
(1653985691 636065512) [Dbg] [Link.cc:1724] we have a loop! cannot find nice subset of connected links, this link boom_cylinder_barrel connects back to parent moved_with_q1.
(1653985691 636103177) [Wrn] [Joint.cc:815] failed to find a clean set of connected links, i.e. this joint is inside a loop, cannot SetPosition kinematically.
As far as I understand, SetPosition is simply not possible with kinematic chains, because the solution of the kinematics equations is not implemented within gazebo via position interface? Or does someone know a workaround for this?
The text was updated successfully, but these errors were encountered:
As a followup to #108, I just came up with another limitation: With using kinematic chains in the gazebo model, the solution of using SetPosition does not work:
The warnings are thrown here
https://github.com/osrf/gazebo/blob/gazebo11/gazebo/physics/Joint.cc#L813-L819
https://github.com/osrf/gazebo/blob/gazebo11/gazebo/physics/Link.cc#L1672-L1677
As far as I understand, SetPosition is simply not possible with kinematic chains, because the solution of the kinematics equations is not implemented within gazebo via position interface? Or does someone know a workaround for this?
The text was updated successfully, but these errors were encountered: