Mobile Robot Modeling
Model the kinematic and dynamic properties of mobile robots. 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 Clearpath™
Robotics Husky, 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 mobile robots using kinematic motion models, such as
ackermannKinematics
and differentialDriveKinematics
objects.
Functions
Blocks
Ackermann Kinematic Model | Car-like vehicle motion using Ackermann kinematic model |
Bicycle Kinematic Model | Compute car-like vehicle motion using bicycle kinematic model |
Differential Drive Kinematic Model | Compute vehicle motion using differential drive kinematic model |
Unicycle Kinematic Model | Compute vehicle motion using unicycle kinematic model |
Topics
- Mobile Robot Kinematics Equations
Learn details about mobile robot kinematics equations including unicycle, bicycle, differential drive, and Ackermann models.
- Install Robotics System Toolbox Robot Library Data Support Package
Use Add-On to add robot mesh data.