Very large robots are expensive, powerful (and very hungry), heavy, and in many cases absurdly complex. Hobby-oriented robotics focuses on devices that won’t cause injury and / or death when things go wrong.
This is a bit like asking where you can buy a 1: 1 remote control helicopter.
But to get you started, I would advise you to learn how to work with built-in devices so that when you build your army of killer robots (as you will undoubtedly be), you will know how to control motors, lights, sensors, etc. Programmability in C # and .NET in embedded devices is not an ordinary thing, but you're in luck, a new chip has recently been announced that does just that.
Take a look at Fez Domino . It is pretty much compatible with the more popular Arduino platform, but you program it with .NET instead of C, so it's twice as expensive. Most of the work needed to control motors, lights, sensors, etc. With such a device has already been made for the Arduino platform, and this is largely translated into Fez Domino. Although, of course, you will have to rewrite the code in C #.
Even if you want to control your legion of deadly bots with powerful computers, you will often use a microcontroller like these to process IO with external devices, as they are better suited for these kinds of things, and you can communicate with them using simple computer protocols such as serial over USB.
tylerl
source share