Closed
Description
But since I have to manually specify the connection address when i start mavsdk_server
the second line doesn't do anything?
Good question. You always need both lines, but if mavsdk_server_address
is specified in the first one, then system_address
is ignored in the second one. In your case it would mean:
drone = System(mavsdk_server_address='localhost', port=50051)
await drone.connect()
And mavsdk_server
is started manually on 'localhost' with:
./mavsdk_server -p 50051 serial:///dev/ttyACM0:57600
Originally posted by @JonasVautherin in #189 (comment)
Metadata
Metadata
Assignees
Labels
No labels