ethz-asl / fw_px4_plottools

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

compatibility issues with Matlab R2016b version #2

Closed ASM3 closed 7 years ago

ASM3 commented 7 years ago

It seems as the script has some compatibility issues with the Matlab R2016b version. This is probably caused due to the string usage. It needs to be cleaned up for the 2016b version or to be decided whether this script should supports only Matlab 2017b version.

acfloria commented 7 years ago

I actually have Matlab R2017a. The reason why it currently does not work for older versions is that they added in that release the ability to define strings in the following way: "text"

@ASM3 is upgrading to R2017a an option? If not could you try if the following works: string('text') For testing you can remove all but one topic from the setupTopics function.

mantelt commented 7 years ago

Team decision: Make it compatible for Version >=2016b