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
hello Zach!
do you have microsoft visual studio latest version? If not then try to download it then instead of making a notepad text file, make a .js file in Microsoft Visual Studioand paste the information into the .js file then save the file into the (c:\Development\Drone) folder in drone an simply save it there.
Steps:
1.copy repl.js text that say "var arDrone = require('ar-drone');"
2.go to Microsoft Visual Studio and click new on file
3. select javascript .js
4.paste the repl.js info we copied earlier in step 1, should be four lines.
5.save the file into your c: drive (\Development\Drone) and make sure the "save as type" is Javascript .js
5.2. Make sure the file named is repl.js
6.when you run on command prompt, type in your folders ( c: drive (\Development\Drone) ) then type :
node repl.js
Hey everyone,
I'm following this tutorial http://www.instructables.com/id/Autonomous-AR-Parrot-Drone-20-Flying/ and when I run the var arDrone = require('ar-drone'); it returns undefined. I believe I have the ar-drone module installed correctly and properly setup.
Any feedback/tips would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: