0 mavproxy module Posted by Najam ul saiqb on February 26, 2017 at 1:43am when i load my module i get this error. can anybody tell me how i can remove this error?error2.PNG You need to be a member of diydrones to add comments! Join diydrones Email me when people reply – Follow
Replies
Take a look at http://ardupilot.github.io/MAVProxy/html/development/mavcustmod.html for an example of a MAVProxy module.
Note the "init" function must return an instance of the module. For example "return ModuleName(mpstate)". That is most likely where your error is.