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

nmarshall23

Members
  • Content Count

    7
  • Joined

  • Last visited

Posts posted by nmarshall23

  1. Drones are effectively mobile microcontrollers. That means it's much harder to debug them. How familiar are you with the Robot API?

     

    Here is my advice make a robot. be sure to add a screen and keyboard to it. Treat it as a mobile computer. Get used to the robot api. 

     

     

    From the title of your post I have a feeling you want to build a drone with an external local positioning system like the one direwolf20 made. ( I refuse to call them GPS because there is no globe in Minecraft. ) Good news, building a positioning system with open computers is far more simpler and has more functionality. I would use 4 wireless access points networked to a computer, that is responsible for calculating the requestors position and relaying that back. 

  2. If I had time, I would use the code from AE2 to make colored cables. I believe that both are open source. 

     

    I think that Colored cables would work fine. They would behave just like the currents ones do. However, you would have 16 colors to use.. so just use one color for networking. 

  3. Description:

     I would like to tool that would help prepare code for use on a Microcontroller. Something like a Lua code minifier, and to rewrite my api calls to components, and any other library constants. Like the sides and redstone color api.

     

     

×
×
  • Create New...

Important Information

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