Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
  • 0
Wrentch_

not much explanation on drones ?

Question

i have been tryint to get into drones. I tried to use different commands and programs but nothing works. Only thing that worked was code from chrismas video . And then i only was able to do about 3-5 commands. And the whorst thing is that there are soooooooooooo many errors like failed loading bios , or some other errors that are pain in the butt to find out how to fix and after all that still nothing works. So to wrap this up i just wanted to to make a drone that when i turn him on just goes somewhere and turns off but what i got is a lot of errors and i have to manualy type every move using chrismas code. :) bonus:how to make drone do multiple things in chrismas video code at once ?

plz help:(

Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 2

You have to load the drone component first. Because you do not have 

require()

cause it's part of the OpenOS library, you need to load it via

drone = component.proxy(component.list('drone')())

I hope this helps and that I did not forgot anything ^^

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.