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
When we print a robot with robot.print(), is it useful to print the link origin frame as well?
As per the URDF docs, a joint's frame coincides with it's child link's origin frame, so printing this out would help with creating mental correspondences and ensuring the users understanding is correct.
All we would need to do is print out bMlink similar to how we print out bMcom.
The text was updated successfully, but these errors were encountered:
varunagrawal
changed the title
Print Link Origin Frame for Robor
Print Link Origin Frame for Robot
Apr 29, 2022
When we print a robot with
robot.print()
, is it useful to print the link origin frame as well?As per the URDF docs, a joint's frame coincides with it's child link's origin frame, so printing this out would help with creating mental correspondences and ensuring the users understanding is correct.
All we would need to do is print out
bMlink
similar to how we print outbMcom
.The text was updated successfully, but these errors were encountered: