theseus/embodied/motionmodel/double_integrator.py [15:21]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        pose1: LieGroup,
        vel1: Vector,
        pose2: LieGroup,
        vel2: Vector,
        dt: Variable,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



theseus/embodied/motionmodel/double_integrator.py [168:174]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        pose1: LieGroup,
        vel1: Vector,
        pose2: LieGroup,
        vel2: Vector,
        dt: Variable,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



