io.github.srs.model.entity.dynamicentity.actuator.DifferentialWheelMotor
See theDifferentialWheelMotor companion object
Actuator for differential wheel motors.
Type parameters
-
E
-
The type of dynamic entity this motor is associated with.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Applies a sequence of movement actions to a dynamic entity over a specified duration.
Applies a sequence of movement actions to a dynamic entity over a specified duration.
Attributes
Ergonomic variant of act method to directly apply the motor's effect to a dynamic entity over a specified duration.
Ergonomic variant of act method to directly apply the motor's effect to a dynamic entity over a specified duration.
Attributes
Apply the actuator effect for a given time delta.
Apply the actuator effect for a given time delta.
Value parameters
-
dt
-
the timestep for which the actuation is applied
-
entity
-
the entity being actuated
-
kin
-
typeclass providing pose-update semantics
Attributes
-
Inherited from:
-
Actuator