I have my android device, connected to a telemetry thingy. But how do I identify its connection string in my MavSDK-Java code?
As you can see, I am trying this approach:
mMavsdkServer = new MavsdkServer();
int mavsdkServerPort = mMavsdkServer.run("serial:///dev/ttyUSB0:57600");
mRover = new io.mavsdk.System("localhost", mavsdkServerPort);
But I think I am approaching it a bit too naively... can someone at least point me in the right direction(s)?
I have my android device, connected to a telemetry thingy. But how do I identify its connection string in my MavSDK-Java code?
As you can see, I am trying this approach:
But I think I am approaching it a bit too naively... can someone at least point me in the right direction(s)?