Karthik Arumugham

Results 15 comments of Karthik Arumugham

Solved. Updated the firmware first and then the libraries.

> If you want to use it in tensorflow 2, I suggest changing > > in_channels = inputs.shape[-1].value to in_channels = inputs.shape.as_list()[-1] > > [tensorflow/tensorflow#28461](https://github.com/tensorflow/tensorflow/pull/28461) This worked in TF 2.7.

Hi, The village data for Rajasthan is also incomplete. Do you have an updated version?

Created a PR - https://github.com/mavlink/MAVSDK-docs/pull/286

> I changed the FragmentContainerView in activity_main.xml to fragment and it worked. This solved the app crash for me. Thanks.

It works for me after I add this `target_location.absolute_altitude_m = 488.0;` to the example. Video: https://youtu.be/vxwMRQwhBoc I figured out that the altitude value of NaN is being sent in the...

@julianoes Please find the PR - https://github.com/mavlink/MAVSDK/pull/2364

> [These](https://github.com/JonasVautherin/px4-gazebo-headless/blob/master/edit_rcS.bash#L12-L24) are the tricks I was doing for the Docker VMs (Windows/macOS), but I haven't tried them in years (I work on Linux). Maybe this has changed. > >...