Scaling Franka arm #1001
-
Hello, I'm trying to work with the Franka arm, but I need to scale it by 2. What’s happening is that if I leave the scale at 1 (as in the example shown in the documentation), everything works fine. But if I set the scale to 2 (so far I’m only updating the initial position as shown in the code), the arm collapses as if it doesn’t have enough strength. Which parameters should I change, and how/what values should I use, in order to scale the robot by 2 and keep the simulation stable?
robot_escala_1.mp4
robot-arm-scale-2.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
You need to update these parameters:
Multiply all of them by |
Beta Was this translation helpful? Give feedback.
-
One more question, it looks like the robot's fingers are shifted to the left (from our viewpoint), is this something that happens when scaling? |
Beta Was this translation helpful? Give feedback.
-
Using the following code:
I've seen that:
Videos:
|
Beta Was this translation helpful? Give feedback.
-
There is at least one issue about the dofs limits not being updated when scaling the robot. I need to fix this. |
Beta Was this translation helpful? Give feedback.
-
Here it is ! Sorry for the delay: #1039 |
Beta Was this translation helpful? Give feedback.
Here it is ! Sorry for the delay: #1039