Microsoft Robotics Developer Studio


Microsoft Robotics Developer Studio is a discontinued Windows-based environment for robot control and simulation that was aimed at academic, hobbyist, and commercial developers and handled a wide variety of robot hardware. It requires a Microsoft Windows 7 operating system or later.
RDS is based on Concurrency and Coordination Runtime : a .NET Framework-based concurrent library implementation for managing asynchronous parallel tasks. This technique involves using message-passing and a lightweight services-oriented runtime, Decentralized Software Services, which allows orchestrating multiple services to achieve complex behaviors.
Features include: a visual programming tool, Microsoft Visual Programming Language to create and debug robot applications, web-based and windows-based interfaces, 3D simulation, easy access to a robot's sensors and actuators. The primary programming language is C#.
Microsoft Robotics Developer Studio includes support for packages to add other services to the suite. Those currently available include Soccer Simulation and Sumo Competition by Microsoft, and a community-developed Maze Simulator, a program to create worlds with walls that can be explored by a virtual robot, and a set of services for OpenCV.

Components

RDS has four main components:
CCR and DSS are also available separately for use in commercial applications that require a high level of concurrency and/or must be distributed across multiple nodes in a network. This package is called the CCR and DSS Toolkit.

Tools

The tools that allow developing an MRDS application contain a graphical environment command line tools allow working with Visual Studio projects in C#, and 3D simulation tools.
  • Visual Programming Language is a graphical development environment that uses a service and activity catalog.
  • * They can interact graphically, a service or an activity is represented by a block that has inputs and outputs that need only be dragged from the catalog to a diagram.
  • * Linking can be done with the mouse, it allows defining if signals are simultaneous or not, allows performing operations on transmitted values.
  • * VPL also allows generating the code of new "macro" services from diagrams created by users.
  • * In VPL, it is possible to easily customize services for different hardware elements.
  • RDS 3D simulation environment allows simulating the behavior of robots in a virtual world using NVIDIA PhysX technology that includes advanced physics.
  • There are several simulation environments in RDS. These environments were developed by SimplySim
  • * Apartment
  • * Factory
  • * Modern House
  • * Outdoor
  • * Urban
  • Many examples and tutorials are available for the different tools, which permits a fast understanding of MRDS. Several applications have been added to the suite, such as Maze Simulator, or Soccer Simulation which is developed by Microsoft.
  • The Kinect sensor can be used on a robot in the RDS environment. RDS also includes a simulated Kinect sensor. The Kinect Services for RDS are licensed for both commercial and non-commercial use. They depend on the Kinect for Windows SDK.

Notable applications

Critique

Microsoft Robotics and the future

Microsoft Robotics Developer Studio has not been updated or patched since version 4.0, which was released on March 8, 2012.
On September 22, 2014, as part of Microsoft's restructuring plan, the Robotics division of Microsoft Research was suspended, according to a tweet from Ashley Feniello, a principal developer at Microsoft Robotics division of Microsoft Research. It is now highly unlikely that MRDS will ever be updated again, however forum members may still offer limited support.