Android Question dji getUltrasonicHeight with Java Object

shb777

Active Member
Licensed User
Longtime User
This is my 101st question. I want to get the UltrasonicHeight, using the getUltrasonicHeight method.
It's in the class DJIFlightControllerDataType.DJIFlightControllerCurrentState I guess. But I don't
know how to do this with a Java Object. The DJI SDK documentation is very confusing to me. I'm
no java programmer. If you can do this, please explain to me the step by step process you use, so I can do these by myself, without always asking for help.
 

shb777

Active Member
Licensed User
Longtime User
It works! it only works at 30 feet and below, but that's where you really need it, when you're close to people. I don't trust the gps altitude. it's not
that accurate, and it only gives you the altitude relative to where you took off.
 
Upvote 0

shb777

Active Member
Licensed User
Longtime User
why does the dji documentation say that the class containing getUltrasonicHeight is
DJIFlightControllerDataType.DJIFlightControllerCurrentState

rather than

DJIFlightControllerCurrentState?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
You should ask this question to DJI, not US.
 
Upvote 0

shb777

Active Member
Licensed User
Longtime User
You should ask this question to DJI, not US.
does that mean, that it doesn't make sense to you, because it doesn't make sense to me.

I realize it's not your job, to teach me how to read other people's documentation.
 
Upvote 0
Top