QGC keeps crashing when sentinel drone is reconnected
-
Hi, Im using sentinel drone.
When drone is connected for the first time to QGC everything works. After lost of signal and reconnection or just powering off drone then powering up QGC is crashing.Output :
Settings location "/home/autonomylab/.config/QGroundControl.org/QGroundControl.ini" Is writable?: true
Filter rules "*Log.debug=false\nGStreamerAPILog.debug=true\nqt.qml.connections=false"
System reported locale: QLocale(English, Latin, United States) ; Name "en_US" ; Preffered (used in maps): "en-US"
MAVLinkLogManagerLog: MAVLink logs directory: "/home/autonomylab/Documents/QGroundControl/Logs"
Map Cache in: "/home/autonomylab/.cache/QGCMapCache300" / "qgcMapCache.db"
qml: QGCCorePlugin(0x5559f952fc80) []
setCurrentPlanViewSeqNum
setCurrentPlanViewSeqNum
_recalcFlightPathSegments homePositionValid false
_recalcFlightPathSegments homePositionValid false
"v4.3.0"
Adding target QHostAddress("192.168.88.243") 14550
_recalcFlightPathSegments homePositionValid false
setCurrentPlanViewSeqNum
setCurrentPlanViewSeqNum
_recalcFlightPathSegments homePositionValid false
_recalcFlightPathSegments homePositionValid false
ParameterManagerLog: Attemping load from cache
ParameterManagerLog: Parameters cache match failed /home/autonomylab/.config/QGroundControl.org/ParamCache/1_1.v2
QCoreApplication::postEvent: Unexpected null receiver
setCurrentPlanViewSeqNum
setCurrentPlanViewSeqNum
_recalcFlightPathSegments homePositionValid false
_recalcFlightPathSegments homePositionValid false
_recalcFlightPathSegments homePositionValid false
VideoReceiverLog: Stop called on empty URI
corrupted size vs. prev_size while consolidating
Aborted (core dumped)In my other project this type is behavior was caused by my custom px4 module with new set of parameters. Maybe it's possible in Your software as well?
-
@Zachary-Lowell-0 This could be probably caused by missing sdlog_mode parameter. Maybe it was introduced in one of the commits that modified logger.cpp in src/modules/logger ?
-
@Zachary-Lowell-0 This could be probably caused by missing sdlog_mode parameter. Maybe it was introduced in one of the commits that modified logger.cpp in src/modules/logger ?
@Dawid-Mościcki Perhaps you can ask the QGC development team for some help in narrowing down what is causing QGC to crash. If you think there is a missing parameter then in your
/usr/bin/voxl-px4-startscript add a new line totouchthe parameter so that QGC will see it. (e.g.param touch SDLOG_MODE)
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login