Actor belonging to a drivingScenario object, specified as an
Actor or Vehicle object. To create these objects, use the
actor and vehicle functions, respectively.
Current lane of the actor, returned as a positive integer. Lanes are
numbered from left to right, relative to the actor, starting from 1. When
the actor is not on a road or is on a road without any lanes specified,
cl is returned as empty,
[].
numlanes — Number of lanes on road positive integer | []
Number of lanes on the road that the actor is traveling on, returned as a
positive integer. When the actor is not on a road or is on a road without
any lanes specified, numlanes is returned as empty,
[].