rayw-dronesense

Results 56 comments of rayw-dronesense

Yeah, after removing the "disable verification" flag, running on S23 results in the same error as before, ``` 2024-12-04 14:10:53.421 17866-17939 Mavsdk com.dronesense.pilot.blue I RAWR Downloading camera definition from: https://github.com/Gremsy/Vio-Camera-Definition/releases/download/v2.0.3/vio_camera_f1_def.xml...

@julianoes @matthieu-db I hadn't seen those before, thanks for letting me know. However, the other issue should still be valid as the first issue was worked around by ignoring the...

~Think I found the root cause of the issue, the function `bool CurlWrapper::download_text(const std::string& url, std::string& content)` is only loading the XML file partially, so the parser doesn't see the...

> Could this be a bug inside of the camera software? Don't think so - QGC works. I'm having it print out all of the parameters that the `auto e_parameters...

Got it, it's because there are two parameters in the XML that have default values that don't match one of the listed options and the SDK logic bails out as...

Thanks for the suggestions. It doesn't seem like I can update the camera unfortunately as it came packaged with the aircraft in my possession. However, it does look like I...