Arpit Parashar

Results 13 comments of Arpit Parashar

No, The Latest Mavsdk Version available is - 2.1 This might be your python version, Really Not sure about it. You can check the mavsdk version in your MAVSdk-Python Repo,...

Ok. Then You can close the issue if you're able to find the version.

ok.So is there any way to bypass this?

Hi, Thanks for the reply! I tried the mentioned values changing but still no luck. `linearDeflection: 0.001, 1, 5, 10, 50 angularDeflection: 0.1, 0.3, 0.5` Can you suggest me anything...

[ModelFile](https://drive.google.com/file/d/1JSoNt8ESSZ97LLO00aTHf1I2B8cOYZs9/view?usp=sharing) Here is the file. Please look into it and let me know if you can do something.

Try printing what is the response of health from telemetry: async for health in drone.telemetry.health(): print(health,'Drone Health') if health.is_global_position_ok and health.is_home_position_ok: print("-- Global position state is good enough for flying.")...

Actually you should be getting some response printing cuz everytime you ask for response telemetry it gives you something.. if condition only is for checking if it's ok or not....

Yeah !! Your GPS needs to be fixed. check if you can arm it through MP or try doing GPS calibration. ' is_global_position_ok: False,' This is the indicator that it...

You might wanna try downgrading your Ardupilot Firmware Stable Version. 4.1 or less.

No it doesn't mean that you're permanently shifting to 4.1. It helps us find out the bug and we might be able to fix it in further releases. Some version...