Closed mass2010chromium closed 2 years ago
This works for me. You must be doing something wrong in setting the scale? Are you scaling the right geometry (visual vs collision)?
oh, i see. It looks like the collision geometry scaling is rendered, but visual geometry scaling isn't.
Looks like you should be scaling both. The visual has scaling 1
Ah, I should've explained what is going on in the image.
Scale 1:1 would make the robot look "correct"; it looks like the 0.1 scaling of the collision geometry is being applied to the "base" link (making it look smaller).
(The robot looks correct when I remove all "scale" tags)
You need to set use_vis_geom to 0 or 1 in the klampt tag. Klampt doesn’t store separate visualization and collision geometries.
example: https://answers.ros.org/question/273434/how-to-resize-meshes-in-urdf/?answer=273436#post-id-273436