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
Right now, the updateFromXMLNode() code for TwoFrameLinker will add offset frames if the location/orientation properties are nonzero, but the code will not properly set the socket connectee names to point to these offset frames. Instead, the connectee names remain as the original bodies specified in the old model.
The intent of this line was to set the connectee name to the offset frame, but it actually has no effect.
The text was updated successfully, but these errors were encountered:
Right now, the
updateFromXMLNode()
code forTwoFrameLinker
will add offset frames if the location/orientation properties are nonzero, but the code will not properly set the socket connectee names to point to these offset frames. Instead, the connectee names remain as the original bodies specified in the old model.The intent of this line was to set the connectee name to the offset frame, but it actually has no effect.
The text was updated successfully, but these errors were encountered: