Discover Learn Reference Get OpenPLX Search Contact

Vehicles/Excavator/Components/Tool/BucketWithCoupler

Base

Base is Vehicles.Excavator.Components.Tool.Base:
    .doc: """
    Tool assembly consisting of a bucket and a quick coupler.
    """

    coupler is Vehicles.Excavator.Components.Coupler.QuickCoupler:
        local_transform.position: {0,0,0}

    bucket is Vehicles.Excavator.Components.Tool.Bucket.Base

    bucket_coupling is MachineModeling.Connections.Fixed.DualHingeLockCoupling:
        from_connector_1: coupler.to
        to_connector_1: bucket.from
        from_connector_2: coupler.to_actuator
        to_connector_2: bucket.from_actuator

    from: coupler.from
    from_actuator: coupler.from_actuator

OpenPLX is a work in progress. This draft version will evolve with user feedback and experience. We welcome your input and collaboration.
X