Microsoft robotics developer Studio (MRDS) is a development robot released by Microsoft.ProgramOf course, it is based on windows. (I will not repeat the many introductory questions)
I have not used MRDS for industrial or commercial experience, but I have developed some experimental projects. This is purely a beginner.
So why do we need to write this series of blogs?
1. force yourself to systematically learn MRDS again
2. Record your learning results
3. There are very few Chinese tutorials available on the Internet, and fewer are available for development. I would like to avoid detours for beginners like me.
I almost don't know about robots, and the physics is also very poor... (don't scold, don't scold ....)
The question is, why do you want to understand and learn MRDS (or why do you want to read this blog )?
1. MRDS integrates xNa and physx, making it much easier to develop a 3D environment (not a 3D Game) with a physical engine.
2. MRDS integrates the CRR and DSS (explained later) to help you handle concurrency and exceptions. At the same time, DSS builds a "service-oriented architecture ", you can use it to send messages between different processes or machines.
3. You are interested in robots, but like me, you are a robot "cainiao ".
Download and install
Address: http://www.microsoft.com/robotics/#Product
The installation will not work. Next step... next step... the classic style of Microsoft, the CRR and DSS have been installed independently from MRDS, that is, you can try to use the CRR and DSS separately.
Installation notes:
1. You should have installed. Net framework4 and vs 2010 (Express) in advance)
2. If you have installed the old version, you 'd better uninstall it first.
3. Exercise caution when selecting the installation directory, because your program will be released to this installation directory after compilation, and the release process is vs automatic, that is, if the directory changes during Reinstallation, your previous project compilation will fail. If you try to change the project options, you will be frustrated, at least I will be attacked. P.s. Microsoft has different default installation directories in different versions.
After the installation is complete, you can view the MRDS Project template after developing.
The last note is that the update of this series will be slow because MRDS is just my interest. Sorry.