-
Hi, In csv file I get zero value for all control inputs namely
@seanmcleod, am I missing some tag to enable these values to be fetched in configuration file. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Where are you getting the list above from? |
Beta Was this translation helpful? Give feedback.
-
Apologies for the late reply; I got caught up with work. I am using Ardupilot SITL for simulation. Following lines of code in xml configuration file outputs above mentioned data along with several other parameters in a csv file. <output name="JSBout.csv" type="CSV" rate="10">
<rates> ON </rates>
<velocities> ON </velocities>
<position> ON </position>
<atmosphere> ON </atmosphere>
<fcs> ON </fcs>
<ground_reactions> OFF </ground_reactions>
<propulsion> ON </propulsion>
<simulation> ON </simulation>
<massprops> ON </massprops>
<forces> ON </forces>
<moments> ON </moments>
<aerosurfaces> ON </aerosurfaces>
</output> I need to know thrust value of simulated flight for validation. |
Beta Was this translation helpful? Give feedback.
-
I am getting correct values in output log file now. Closing this discussion. |
Beta Was this translation helpful? Give feedback.
I am getting correct values in output log file now. Closing this discussion.