Hi there,
I have some space issues in my Intel aero rtf drone, and I checked the disk usage and I found that in the directory /var/lib/mavlink-router there are 6.8 GB also I checked the content in this directory and there are many .bin files.
The question is should I erase this files??
Link Copied
Hi ivanalexo,
Thank you for your interest in the Intel Aero drone.
Logs are collected on
.bin
(for Ardupilot) or .ulg
(for PX4) files inside specified directory. Note that they are named XXXXX-date-time
, where XXXXX
is an increasing number.You can either delete the files, or you can turn off logging on the mavlink routing service.
Modify /etc/mavlink-router/main.conf and comment out the line below:
[General]
Log=/var/log/mavlink-router
Let me know if this helps.
Regards,
Alexandra
Hi ivanalexo,
Thank you for your interest in the Intel Aero drone.
Logs are collected on
.bin
(for Ardupilot) or .ulg
(for PX4) files inside specified directory. Note that they are named XXXXX-date-time
, where XXXXX
is an increasing number.You can either delete the files, or you can turn off logging on the mavlink routing service.
Modify /etc/mavlink-router/main.conf and comment out the line below:
[General]
Log=/var/log/mavlink-router
Let me know if this helps.
Regards,
Alexandra
Thanks for your answer, I'll try those options.
Regards
For more complete information about compiler optimizations, see our Optimization Notice.