-
Notifications
You must be signed in to change notification settings - Fork 66
Multiple Ar Drones #13
Comments
Ok just some google magic: Start your application in debug and check debug output - most likely you will find some network exceptions happing during connection. Cheers,
|
P.S. It is not easy. |
Maybe I can pay you to solve me this problem? :/ do you have paypal? |
Haha funny. How do you imagine this? In order to do so I need at least two drones. Cheers,
|
:( if u look at the code u dont know how to resolve it? Even if I open 2 different applications it doesnt work. It only works if I use 2 different PCs connected to the same router. So it's 100% port problem. |
oh...you terrible, read about UDP sockets, they are none sharable resources. |
it's very hard? :( so my only chance is to use ROS? |
Don't you think it's very strange that the video and navdata works perfectly but only takeoff, land etc commands dont work on the same PC? |
it requires drones you do have and (small?) fix in NavdataAcquisition class with respect to UdpClient. |
may be you will read thoroughly link I sent? |
I have to admit I am not the best programmer ^^ I ask kindly for ur help and time. The best I can do is pay you for ur time or give you some PC games if u play ;) |
I have 2 drones if u want we can use teamviewer. |
OMGGGGGGGGGGGGGGGGGGGGGG IT'S WORKINGGGGGGGGGGGGGGG |
OMG IM CRYING |
I JUST DELETED ONE WORD AND IT STARTED WORKING!!! IM BEST PROGRAMMER EUROPE! |
var udpClient = new UdpClient(CommandPort)) to var udpClient = new UdpClient()) |
Who would have though that Visual Studio showed you debug errors. |
Better learn how to. Maybe in few weeks I can take a look, I'm on vacation right now only with my phone on me. Good luck then. |
Nice. |
Hello again Ruslan.
I managed to make both work but the only problem is that I can only send commands one at the time.
I have to _droneClient.Stop() in order to send commands to _droneClient2 and vise-versa. Isnt there any way u can help me solve this? U created this code, must be really easy for you. :(
The text was updated successfully, but these errors were encountered: