ethz-asl / fw_px4_plottools

Plotting tools for reading and showing Pixhawk uLog logs in Matlab
32 stars 22 forks source link

Bypassing Parameter check and parameter list #48

Open m-fatihozkan opened 2 years ago

m-fatihozkan commented 2 years ago

``Hello,

Thx for the code. For me, parameters are hidden so how can i run the code without param listing and checking. Apart from this situation, I am getting an output like this, if it has anything to do with it, it is as follows:

`Unrecognized function or variable 'paramvector'.

Error in ImportPX4LogData (line 216) if numel(fieldnames(paramvector)) == 0

Error in logconv (line 206) ImportPX4LogData(fileName, fileLocation, '05_csv_files', ... `

I would be appreciated if u help me.

Thx.

acfloria commented 2 years ago

Can you specify what exactly you mean by "hidden parameters"?

If you share with me the log file, if possible, that would help me debugging the issue.