Configure a Manipulator¶
Learning Objectives¶
After completing this tutorial, you will have learned:
- How to adjust articulation solver settings
- How to configure physics materials (friction)
- How to set joint effort limits
- How to inspect articulations using Physics Inspector
- How to tune joint drive gains using Gain Tuner
Getting Started¶
Prerequisites¶
- Complete Tutorial 6: Setup a Manipulator before starting this tutorial.
Estimated Time¶
Approximately 15-20 minutes.
Overview¶
In this tutorial, you will configure physics properties, joint effort limits, and drive gains for the UR10e robot and Robotiq 2F-140 gripper to improve stability and accuracy for manipulation tasks.
Adjusting the Articulation¶
-
Select the
ur/root_jointprim and enable Articulation. -
Increase the Solver Position Iterations Count.
-
Increase the Solver Velocity Iterations Count.
-
Decrease the Sleep Threshold.
-
Decrease the Stabilization Threshold.

Adding Physics Materials¶
-
Create a Physics Material (Rigid Body Material).
-
Configure static and dynamic friction.
-
Apply the material to the gripper finger tips.
Configuring Joint Effort Limits¶
-
Select the
finger_jointprim. -
Set the Max Force value.
Inspecting the Robot Articulation¶
-
Open the Physics Inspector.
-
Refresh the articulation and test joint positioning.

Tuning Gains with Gain Tuner¶
-
Access the Gain Tuner tool.
-
Select the robot articulation and adjust joint gains.

Summary¶
This tutorial covered the following topics:
- Adjusting articulation solver settings
- Configuring physics materials (friction)
- Setting joint effort limits
- Inspecting articulations with Physics Inspector
- Tuning joint gains with Gain Tuner
Next Steps¶
Proceed to the next tutorial, "Generate Robot Configuration File", to learn how to generate configuration files for kinematics solvers.