sim3d.person.Pedestrian
Description
Use the sim3d.person.Pedestrian object to create a pedestrian that follows
ground in the 3D environment. After you create a sim3d.person.Pedestrian object, you
can modify aspects of the pedestrian actor by setting property values.
Creation
Description
creates a
default pedestrian object in the 3D environment.person = sim3d.person.Pedestrian()
specifies options using one or more name-value arguments. For example, to create a
pedestrian at the position [1 2 0], set person = sim3d.person.Pedestrian(Name=Value)Translation to [1 2
0].
Name-Value Arguments
Output Arguments
Properties
Examples
Version History
Introduced in R2024bSee Also
sim3d.World | sim3d.Actor | add | run | Simulation 3D
Pedestrian