I'm trying to do automatic takeoff. But after a few seconds giving TAKEOFF mode command with wsl terminal, Servos RX suddenly disconnected and Arduplane window shows error messeage below:
PANIC: FW rate control must be run or reset every loop Running: sh ../Tools/scripts/dumpstack.sh 6228 >dumpstack.sh_arduplane.6228.out 2>&1 dumpstack.sh has been run. Output was: -------------- begin dumpstack.sh output ---------------- Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf ptrace: Inappropriate ioctl for device. /tmp/gdb.6737:2: Error in sourced command file: No stack. -------------- end dumpstack.sh output ---------------- Running: sh ../Tools/scripts/dumpcore.sh 6228 >dumpcore.sh_arduplane.6228.out 2>&1 dumpcore.sh has been run. Output was: -------------- begin dumpcore.sh output ---------------- Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf ptrace: Inappropriate ioctl for device. /tmp/gdb.6759:2: Error in sourced command file: You can't do that without a process to debug. -------------- end dumpcore.sh output ----------------
Now I'm using ArduPilot in WSL2 because of terminal.
I'm trying to do automatic takeoff. But after a few seconds giving TAKEOFF mode command with wsl terminal, Servos RX suddenly disconnected and Arduplane window shows error messeage below:
PANIC: FW rate control must be run or reset every loop Running: sh ../Tools/scripts/dumpstack.sh 6228 >dumpstack.sh_arduplane.6228.out 2>&1 dumpstack.sh has been run. Output was: -------------- begin dumpstack.sh output ---------------- Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf ptrace: Inappropriate ioctl for device. /tmp/gdb.6737:2: Error in sourced command file: No stack. -------------- end dumpstack.sh output ---------------- Running: sh ../Tools/scripts/dumpcore.sh 6228 >dumpcore.sh_arduplane.6228.out 2>&1 dumpcore.sh has been run. Output was: -------------- begin dumpcore.sh output ---------------- Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf ptrace: Inappropriate ioctl for device. /tmp/gdb.6759:2: Error in sourced command file: You can't do that without a process to debug. -------------- end dumpcore.sh output ----------------Now I'm using ArduPilot in WSL2 because of terminal.