We discussed where things should be put on linux boards and this is what I captured from that discussion.
Parameters: /etc/ardupilot/ardupilot.conf
/etc/ardupilot/copter/defaults.parm OR /etc/ardupilot/defaults/copter/
Binaries: /usr/bin/arducopter
Local builds: /usr/local/bin/arducopter
Dataflash logs: /var/ardupilot/logs/1.BIN
Pictures: /var/ardupilot/images
Loadable Modules:/etc/ardupilot/modules.d/*.so
Note: our virtual eeprom stores data in “/var/APM/ArduCopter.stg” and we should consider moving this to “/var/ardupilot/ArduCopter.stg” or “/var/ardupilot/arducopter.stg”
-Randy
+1 for this. Thanks Randy for bringing it up.
--
You received this message because you are subscribed to the Google Groups "drones-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drones-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-f configAnd maybe:
-C directive-c directive
I’d like to consolidate the outcome of the file location discussion. I’m not an expert in this area so if there are corrections, can the replies include the entire list with the correction? Let’s leave no room for doubt or interpretation on the locations. So for example in the “Loadable Modules” section, I was unsure if the .so files would go into the directory listed below or if there would be an additional directory below this.
Parameters: /etc/ardupilot/ardupilot.conf
/etc/ardupilot/copter/defaults.parm OR /etc/ardupilot/defaults/copter/
Binaries: /usr/bin/arducopter
Local builds: /usr/local/bin/arducopter
Dataflash logs: /var/ardupilot/logs/1.BIN
Standard output from application: /var/log/ardupilot.log
Pictures: /var/lib/ardupilot/images
Loadable Modules:/usr/lib/ardupilot/*.so
-Randy
--
This is the document I shared in our last dev call:
Lucas De Marchi
Ah, perfect, thanks! I had missed that part of the discussion I think.
-Randy