charliegerard / myo_drone

Using the Myo armband to control the Parrot AR Drone
6 stars 7 forks source link

using the node #1

Open thaithanh1303 opened 8 years ago

thaithanh1303 commented 8 years ago

Hello , i have try to control my bebop drone with myo armband. COuld you please give me the detailed how to use your sample. Sorry i am a newbie

charliegerard commented 8 years ago

Hey! There are some instructions in the README file. If you have followed them and it still doesn't work, can you tell me exactly what you've done and if you see any error message?

thaithanh1303 commented 8 years ago

Hello, Sorry for late reply . I am not familiar with the node.js. So when you said Clone this repo and run 'npm install' and then 'node server.js'. How can i clone it. Can you give me deeper instruction please ?

charliegerard commented 8 years ago

To clone the repo, you just need to copy the url that is on the Github page, next to the 'HTTPS' dropdown. Then, in your terminal window, run 'git clone' and then paste the url. This will clone the repo on your computer. Then you'll just need to cd into it and run 'npm install'