joao.morais2000
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by joao.morais2000-
joao.morais2000 created a post,
Obstacle Data Listener
CompletedHello, I can't read the information about the obstacles distances. This is my code: PerceptionManager.getInstance().addObstacleDataListener(value -> { objectsAboveLiveData.postValue(value.getU...
-
joao.morais2000 commented,
That one detects the drone, but it doesn't have the simulator tab.
-
joao.morais2000 commented,
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 created a post,
Problem using IKeyManager in JAVA
CompletedHello, 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...