Robot Models
Rigid body tree models, forward kinematics, dynamics, joint- and task-space
motion models
Robot models simulate the kinematic and dynamic properties of manipulator
robots and other rigid body systems. The models are rigidBodyTree
objects
containing rigidBody
and rigidBodyJoint
elements with
joint transformations and inertial properties.
Access predefined models for certain commercial robots, such as
KINOVA™ and KUKA™, using the
loadrobot
function.
Import existing UDRF or Simscape™
Multibody™ models using importrobot
.
Model the motion of the robots using joint- or task-space motion models as
jointSpaceMotionModel
and taskSpaceMotionModel
objects.
Functions
Blocks
Topics
Kinematics
- Rigid Body Tree Robot Model
Explore the structure and specific components of a rigid body tree robot model. - Build a Robot Step by Step
This example goes through the process of building a robot step by step, showing you the different robot components and how functions are called to build it. - Build Manipulator Robot Using Kinematic DH Parameters
Use the Denavit-Hartenberg (DH) parameters of the Puma560® manipulator robot to incrementally build a rigid body tree robot model. - Install Robotics System Toolbox Robot Library Data Support Package
Use Add-On to add robot mesh data.
Dynamics
- Robot Dynamics
This topic details the different elements, properties, and equations of rigid body robot dynamics. - Compute Joint Torques To Balance An Endpoint Force and Moment
Generate torques to balance an endpoint force acting on the end-effector body of a planar robot.
Simulation
- Configure Gazebo and Simulink for Co-simulation of a Manipulator Robot
Set up a UR10 robot model to perform co-simulation between Gazebo and Simulink™. - Control Manipulator Robot with Co-Simulation in Simulink and Gazebo
Simulate control of a robotic manipulator using co-simulation between Simulink and Gazebo.