How do I integrate a custom flight controller using HITL? #4896
Unanswered
yopknopixx
asked this question in
Support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am trying to develop a custom flight control software and I'm looking into testing using AirSim as opposed to an actual drone (in the initial stages). For now, I've considered using the Python or C++ API to get state and update motor PWMs using
simGetGroundTruthKinematics
andmoveByMotorPWMsAsync
which doesn't seem like a good approach given the latency.Can anyone suggest a better approach to this?
Beta Was this translation helpful? Give feedback.
All reactions