Hello, I'm currently working with python scripts and trying to produce a certain input pattern at different servos of my plane during flight. I'm successful in doing that. However I'm facing a problem that once this script is executed at the…
"Second Problem:
I selected the python script while ground testing and found that Input was there at RC-channel 2(visible in Graph log in telemetry logs) but not on the servo motor of elevator and servo was not moving accordingly. What could be the…"
I'm trying to apply automatic inputs at the elevator and aileron during the flight, for which I have configured the CRUISE mode. These inputs are of a specific pattern i.e., doublet(combination of an up pulse and down pulse). I have made changes in…
Hello,I'm using "ArduPilot-Arduino-1.0.3-windows" which has been modified for Ardupilot code. In this version of the compiler arduino core libraries are deliberately excluded.I want to use some functions like pinMode(), digitalWrite() etc., but due…
"
@Jani, Sorry I could not find replacements for the functions like pinMode(),digitalWrite() etc., would you kindly guide me in a bit more detail about their replacement functions and how to access them.
Thanks,Anis."
" @Grant, I know that these arduino libraries are excluded but I want to know that if we have to access any function like pinMode(), digtalWrite(),or anologWrite() which have been defined in the arduino core then how can we access them. Basically I…"
Hello,I want to use the functions digitalWrite() and analogWrite() which have been defined in the arduino core liberaries. But the problem is that once code is compiled the modified compiler of arduino for ardupilot excludes these core liberaries…
Hello,I'm using arduino 1.0.3 for arduplane 3.1.1. Once I compile the code I can't access the arduino core liberaries and it displays me the following message.Building for ArduPilot Mega 2.xExcluding arduino core from include pathsAnyone kindly tell…
Hello, I use the arduino V1.0.3 compiler for windows and the last version of ArduPlane V3.1.1b.The compilation process works well and I can make the hex file. In order to toggle an output digital pin , Unfortunately, a compilation error…