Skip to content

Drone Client not working for multiple drones in Matlab #32

Answered by WouterJansen
Siddharth2511 asked this question in Q&A
Discussion options

You must be logged in to vote

That is expected as you would need to use the matlab toolbox from source to see the changes reflected, I had not updated the toolbox itself at that time, just the code.

I have now pushed a new toolbox build 3.1.0 to file exchange.

This includes the previous mentioned fixes as well as the option to do something similar as .join() in Python by setting the join of the async functions to true to wait for function completion.

This new build also updates the example code and adds a new example for two drones:

airSimClient = AirSimClient(IsDrone=true, IP="127.0.0.1", port=41451);

airSimClient.setEnableApiControl("Drone1");
airSimClient.setEnableApiControl("Drone2");

airSimClient.setEnableDrone…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Siddharth2511
Comment options

@WouterJansen
Comment options

Answer selected by WouterJansen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants