-
Notifications
You must be signed in to change notification settings - Fork 38
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
Rotor torque being multiplied by a moment arm? #21
Comments
@mvacanti Could you share any insights? |
@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> |
What are |
@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. |
@mvacanti so maybe they're not named ideally? Maybe something like I had searched through the rest of the model files and also the bridge source code for references and couldn't find any. |
@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. |
@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 Wouldn't necessarily remove them, rather add a comment in the xml explaining what they can be used for and possibly rename them. |
In the hexarotor and quadrotor models why is the net torque being multiplied by a moment arm?
px4-jsbsim-bridge/models/hexarotor_x/hexarotor_x.xml
Lines 586 to 597 in 263da94
The text was updated successfully, but these errors were encountered: