I have worked with Ardupilot for a long time and I am very impressed with the EKF used there. I did some research and found out it was Paul Riseborough's Inertial Nav EKF.
I would like to implement this ekf on another personal project separate from A
I am working on doing external control of an autopilot using an onboard linux computer running MAVROS. I found the topic on mavros entitled "setpoint_velocity," But when I send that to the autopilot in guided mode with ESCs unplugged, nothing happens
I seem to be coming across an error from ironpython while trying to write a script for mission planner. I can't run the requests module because of an error:
Error running script 'module' object has no attribute '_getFrame'