Tiago Silva

Results 4 issues of Tiago Silva

I tried to use this project with mine but it starts giving a lot of errors of fasterxml missing, ObjectMapper, etc... Any idea where to get everything and why this...

I have this function to generate a random color. `function getRandomDarkRolor() { var letters = '012345'.split(''); var color = '#'; color += letters[Math.round(Math.random() * 5)]; letters = '0123456789ABCDEF'.split(''); for (var...

I am using 2 AR.Drones and one of them starts going up and one down for example. I though it's was the sonar frequency and I telnet into each AR...

question

Hi. I used this but my images are intercalating between each drone. How do I run 2 different tum AR drone launch for my drone1 and drone1?