fw_px4_plottools
fw_px4_plottools copied to clipboard
Plotting tools for reading and showing Pixhawk uLog logs in Matlab
``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...
Upper case field names are not allowed anymore in the most recent firmware so we will have to account for this: mag_T -> mag_t temp_C->temp_c
Implement backward compatibility for the airflow angle measurements and the respective params.
See ethz-asl/fw_px4#185 and ethz-asl/fw_px4#196 -- once merged
@acfloria Can we simply remove the `if(topics.XXX.logged)` checks for every check that contains/checks more than one topic? I currently have the problem that (due to a logger failure) only the...
Currently new topics need to be added manually. By removing the struct or automatically creating it the manual input is minimized. Not sure if the topic script is even needed...