You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you think SITL might have the wrong set up where it is not receiving manual control commands from my joysticks?
If a get a result success from using the move() function from the Manual Control Plugin then MavSDK should forward the command successfully I think.
Ardupilot v4.6 (latest SITL)
MavSDK 2.0.1
SITL starting command: sim_vehicle.py -v Copter --console --map --out=IP:14540
Hi, I am unable to control the drone in Ardupilot SITL using the MavSDK-Java ManualControl Plugin, do you have any tips for this problem?
`val completable = mavSdkDataWrapper.manualControlWrapper.move(x, y, z, r)
`
I'm creating mavsdk server with systemId 245 and compId 190
mavSdkServer.run("IP:14540", 0, 245, 190)
I read another thread that it is solved with systemID 245, I tried that but it still not working and I am not able to control my drone in SITL.
The text was updated successfully, but these errors were encountered: