Howto:Implement pushback: Difference between revisions

Jump to navigation Jump to search
m
→‎Systems/pushback.xml: <output> is needed
(→‎Systems/pushback.xml: make sure the force follows the truck's heading)
m (→‎Systems/pushback.xml: <output> is needed)
Line 50: Line 50:
     </switch>
     </switch>


     <fcs_function name="external_reactions/pushback/x">
     <fcs_function name="Pushback Force X">
       <function>
       <function>
         <cos>
         <cos>
Line 56: Line 56:
         </cos>
         </cos>
       </function>
       </function>
      <output>external_reactions/pushback/x</output>
     </fcs_function>
     </fcs_function>


     <fcs_function name="external_reactions/pushback/y">
     <fcs_function name="Pushback Force Y">
       <function>
       <function>
         <sin>
         <sin>
Line 64: Line 65:
         </sin>
         </sin>
       </function>
       </function>
      <output>external_reactions/pushback/y</output>
     </fcs_function>
     </fcs_function>
   
   

Navigation menu