Manipulator Modeling
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
.
Export URDF details in file format from rigid body tree model using exportrobot
or create a URDF exporter object using urdfExporter
.
Model the motion of the robots using joint- or task-space motion models as
jointSpaceMotionModel
and taskSpaceMotionModel
objects.
Functions
Blocks
Topics
- Rigid Body Tree Robot Model
Explore the structure and specific components of a rigid body tree robot model.
- Build a Robot Step by Step
Explore the detailed process of constructing a robot, highlighting different robot components and function calls to build them.
- Joint-Space Motion Model
Use joint-space motion model to characterize the motion of a manipulator under closed-loop joint-space position control.
- Task-Space Motion Model
Use task-space motion model to characterize the motion of a manipulator under closed-loop task-space position control.
- Robot Dynamics
Explore different elements, properties, and equations of rigid body robot dynamics.
- Install Robotics System Toolbox Robot Library Data Support Package
Use Add-On to add robot mesh data.