Code Monkey home page Code Monkey logo

Comments (7)

Jaeyoung-Lim avatar Jaeyoung-Lim commented on July 28, 2024

@mvacanti Could you share any insights?

from px4-jsbsim-bridge.

mvacanti avatar mvacanti commented on July 28, 2024

@seanmcleod & @Jaeyoung-Lim Good catch. This is a holdover from previous work. Should be:

 <axis name="YAW"> 
     <function name="aero/rotor_yaw"> 
     <description>Rotor Yaw</description> 
     <sum> 
         <property>fcs/net_torque</property> 
         <property>fcs/torque_bypass</property> 
     </sum> 
   </function> 
 </axis> 

from px4-jsbsim-bridge.

seanmcleod avatar seanmcleod commented on July 28, 2024

What are fcs/torque_bypass and fcs/lift_bypass[x] for?

from px4-jsbsim-bridge.

mvacanti avatar mvacanti commented on July 28, 2024

@seanmcleod these were properties I was using to test performance in JSBSim via telnet / scripts to evaluate model performance. It allowed me to 1. Isolate PX4 outputs in respect to vehicle movement (hold vehicle stationary or cause it to move in manner controlled explicitly by JSBSim) 2. Introduce disruptions to observe PX4 response. Can be simplified but believe the above are valuable uses.

from px4-jsbsim-bridge.

seanmcleod avatar seanmcleod commented on July 28, 2024

@mvacanti so maybe they're not named ideally? Maybe something like external_torque_disturbance?

I had searched through the rest of the model files and also the bridge source code for references and couldn't find any.

from px4-jsbsim-bridge.

mvacanti avatar mvacanti commented on July 28, 2024

@seanmcleod yes they could be renamed - I chose bypass as it was bypassing PX4 commands. There should not be any references to the properties as I was strictly utilizing them through JSBSim Telnet or the script files (not published here) - though if they cause confusion than they should be removed.

from px4-jsbsim-bridge.

seanmcleod avatar seanmcleod commented on July 28, 2024

@mvacanti yep I meant since I couldn't find any references to them in the rest of the repo it was difficult to figure out what they were being used for so was just guessing based on the bypass in the names.

Wouldn't necessarily remove them, rather add a comment in the xml explaining what they can be used for and possibly rename them.

from px4-jsbsim-bridge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.