1 | initial version |
In the c++ api of gazebo, there is a SetScale function for the "Link" class. I suppose that it should do what you want. (the solution mentionned by @chapulina may be a good way to do it if the SetScale method doesn't work as you want)
2 | No.2 Revision |
In the c++ api of gazebo, there is a SetScale function method for the "Link" class. I suppose that it should do what you want. (the solution mentionned by @chapulina may be a good way to do it if the SetScale method doesn't work as you want)
And there is a SetRelativePose method to change the pose of the link.