Listening Joystick values from RC-N1C
已完成Hi,
With the code block below, I can get the joystick values from RC-N1 but I can not get values from RC-N1C remote controller. Should I follow a different way to get values? (By the way I am using MSDK 5.12.0 and I didn't have any issue with MSDK v4)
val rightStickHorizontalKey = KeyTools.createKey(RemoteControllerKey.KeyStickRightHorizontal)
KeyManager.getInstance().listen(rightStickHorizontalKey, this)
{oldV,newV ->
if (newV != null) {
rh = newV+660
SetRCValues()
}
}
-
Dear developers, Hello, thank you for contacting DJI Innovation. Have no plan https://developer.dji.com/doc/mobile-sdk-tutorial/en/ Thank you for your email and have a nice life! Best Regards, Dji innovation SDK technical support
请先登录再写评论。
评论
6 条评论