Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customHose type #168

Open
VenoushCZ opened this issue May 21, 2023 · 0 comments
Open

customHose type #168

VenoushCZ opened this issue May 21, 2023 · 0 comments

Comments

@VenoushCZ
Copy link

VenoushCZ commented May 21, 2023

Hi! Is there a way how to make MA work when there are customHose present?

for e.g.:

<connectionHoses>
    <customHose node="cnhMultiCoupler" type="cnhMultiCoupler" attacherJointIndices="1"/>
    <customHose node="electricConnector" type="cnhElectricConnector" attacherJointIndices="1"/>
    <target attacherJointIndices="2" type="electric" node="electricBack" socket="electric"/>
    <localHose>
        <hose type="hydraulicIn" node="localHose01Start" length="0.8" diameter="0.012" straighteningFactor="2" isWorldSpaceHose="false" isTwoPointHose="true" adapterType="NONE"/>
        <target type="hydraulicIn" node="localHose01End"/>
    </localHose>
    <localHose>
        <hose type="hydraulicIn" node="localHose02Start" length="0.8" diameter="0.012" straighteningFactor="2" isWorldSpaceHose="false" isTwoPointHose="true" adapterType="NONE"/>
        <target type="hydraulicIn" node="localHose02End"/>
    </localHose>
    <localHose>
        <hose type="hydraulicIn" node="localHose03Start" length="0.8" diameter="0.012" straighteningFactor="2" isWorldSpaceHose="false" isTwoPointHose="true" adapterType="NONE"/>
        <target type="hydraulicIn" node="localHose03End"/>
    </localHose>
    <localHose>
        <hose type="hydraulicIn" node="localHose04Start" length="0.8" diameter="0.024" straighteningFactor="2" isWorldSpaceHose="false" isTwoPointHose="true" adapterType="NONE"/>
        <target type="hydraulicIn" node="localHose04End"/>
    </localHose>
</connectionHoses>

The cutter works fine but the MA ignores the existing hoses. If I turn of MA then hoses connect visually OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant