joao.morais2000

  • 活动总数 6
  • 最后的活动
  • 成员加入日期
  • 正在关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 2

活动概览

joao.morais2000 的最新活动
  • joao.morais2000 创建了一个帖子,

    Obstacle Data Listener

    已完成

    Hello,   I can't read the information about the obstacles distances. This is my code: PerceptionManager.getInstance().addObstacleDataListener(value -> { objectsAboveLiveData.postValue(value.getU...

  • joao.morais2000 进行了评论,

    That one detects the drone, but it doesn't have the simulator tab.

  • joao.morais2000 进行了评论,

    Thank you, I managed to do it, it was something like this: KeyManager.getInstance().listen(KeyTools.createKey(BatteryKey.KeyChargeRemainingInPercent), this, (oldValue, newValue) -> { batteryPercen...

  • joao.morais2000 创建了一个帖子,

    Problem using IKeyManager in JAVA

    已完成

    Hello, I am developing a mobile app in JAVA with the msdk v5. I want to get information about a lot of sensors of the drone and show them to the user: battery percentage, altitude, speeds...   I ha...