Microsoft Robotics Developer Studio 4

 
 
 
Share
 
Language:
English
 
Microsoft® Robotics Developer Studio 4 is a freely available .NET-based programming environment for building robotics applications. It can be used by both professional and non-professional developers as well as hobbyists.
  • Details

    Version:
    Date Published:

    4.0.261.0

    3/6/2012

    File name:
    File size:

    Microsoft Robotics Developer Studio 4.exe

    289.6 MB

        Microsoft® Robotics Developer Studio 4 enables hobbyists and professional or non-professional developers to create robotics applications targeting a wide range of scenarios. This release is an update that has the functionality of the previous RDS 2008 R3 Standard Edition with the addition of support for the Kinect sensor and a defined

    Reference Platform

        , also referred to as MARK (Mobile Autonomous Robot using Kinect).
        Microsoft Robotics Developer Studio can support a broad set of robotics
        platforms by either running directly on the platform (if it has an
        embedded PC running Windows) or controlling the robot from a Windows PC
        through a communication channel such as Wi-Fi or Bluetooth®.
        In addition to providing support for Microsoft Visual Studio 2010,
        Microsoft Robotics Developer Studio 4 provides a Visual Programming
        Language (VPL) which allows developers to create applications simply by
        dragging and dropping components onto a canvas and wiring them together.
        The powerful Visual Simulation Environment (VSE) provides a
        high-fidelity simulation environment powered by NVIDIA™ PhysX™ engine
        for running game-quality 3D simulations with real-world physics
        interactions.
        To help developers getting started, Robotics Developer Studio contains extensive

    Documentation

      and a large set of samples and tutorials that illustrate how to write
      applications ranging from simple "Hello Robot" to complex applications
      that simultaneously run on multiple robots.

  • System Requirements

    Supported Operating System

    Windows 7

        Robotics Developer Studio requires Windows 7.
        In addition to using Robotics Developer Studio as a stand-alone
        development environment, it can be used with any of the Visual Studio
        2010 Editions, including the Express Edition. Note that you should
        install Visual Studio

    before

        Robotics Developer Studio so that the New Service Wizard installs correctly.

  • Install Instructions

    Important:

        Make sure you have the latest
        service pack and critical updates for Windows 7. To find recent security
        updates, visit Windows Update.
      1. Install the version of Visual Studio 2010 with C# if you plan to write new services for RDS
      2. Install Kinect for Windows SDK V1
      3. Install Silverlight 4.0 SDK
      4. Click the Download button on this page to start the download
      5. Do one of the following:
        • To start the installation immediately, click Run.
        • To save the download to your computer for installation at a later time, click Save. (Recommended)
        • To cancel the installation, click Cancel.
      6. Answer the prompts. Note that the CCR and DSS Runtime will be
        installed first as well as some pre-requisites. RDS requires .NET 4.0
        but does not install it because this comes with Visual Studio. If you
        want to remove RDS later, you must also remove the CCR and DSS Runtime
        afterwards.
      7. When the installation is complete, look in the Start Menu under Microsoft Robotics Developer Studio 4 and run Build All Samples. This is a separate manual step that takes several minutes.
  • Additional Information

        RDS 4 is an upgrade to RDS 2008 R3, but it
        install into a separate folder. If you already have RDS 2008 R3, then
        RDS 4 will install side-by-side. However, the Security Model for RDS 4
        is different. Please read the Release Notes for more information.

        For an overview of RDS 4 see the

    Datasheet

      .

  • Related Resources

Microsoft Robotics Developer Studio 4的更多相关文章

  1. Microsoft Graph: Developer Blog

    https://developer.microsoft.com/en-us/graph/blogs/announcing-30-days-of-microsoft-graph-blog-series/ ...

  2. (转) [it-ebooks]电子书列表

    [it-ebooks]电子书列表   [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Obj ...

  3. Bug2算法的实现(RobotBASIC环境中仿真)

    移动机器人智能的一个重要标志就是自主导航,而实现机器人自主导航有个基本要求--避障.之前简单介绍过Bug避障算法,但仅仅了解大致理论而不亲自动手实现一遍很难有深刻的印象,只能说似懂非懂.我不是天才,不 ...

  4. Kinect for Windows SDK开发入门(15):进阶指引 下

    Kinect for Windows SDK开发入门(十五):进阶指引 下 上一篇文章介绍了Kinect for Windows SDK进阶开发需要了解的一些内容,包括影像处理Coding4Fun K ...

  5. Kinect 开发 —— 全息图

    Kinect的另一个有趣的应用是伪全息图(pseudo-hologram).3D图像可以根据人物在Kinect前面的各种位置进行倾斜和移动.如果方法够好,可以营造出3D控件中3D图像的效果,这样可以用 ...

  6. Kinect 开发 —— 进阶指引(上)

    本文将会介绍一些第三方类库如何来帮助处理Kinect传感器提供的数据.使用不同的技术进行Kinect开发,可以发掘出Kinect应用的强大功能.另一方面如果不使用这些为了特定处理目的而开发的一些类库, ...

  7. Robotics Tools

    https://sites.google.com/site/sunglok/rv_tool/robot Robotics Tools Contents 1 Robotics Tutorials 2 R ...

  8. VC6在win7环境下无法添加以及打开现有文件的解决办法

       在VC6.0中使用键盘快捷键或者是文件菜单打开现有文件以及添加文件出现编辑器停止响应,弹出内容为Microsoft(R) Developer Studio已停止工作 Windows正在检查解决该 ...

  9. 安装VC6.0遇到的问题

    1. 问题现象 安装VC6.0后,又安装了VS2005.用VC6.0打开以前的.dsw文件时,程序自动关闭.如下图所示. 具体操作是:选择一个.dsw文件,右键菜单[打开方式]中选择[Microsof ...

随机推荐

  1. Page 16 Exercises 1.2.3 -------Introduction to Software Testing (Paul Ammann and Jeff Offutt)

    Below are four faulty programs. Each includes a test case that results in failure. Answer the follow ...

  2. Linux-sed用法

    本文为转载,原地址:http://www.cnblogs.com/dong008259/archive/2011/12/07/2279897.html sed是一个很好的文件处理工具,本身是一个管道命 ...

  3. ado无法访问数据库问题

    现象:以ADO方式访问数据库的C++程序,在一台计算机上能访问成功,在另一台计算机上却访问不成功,报告不能连接错误,并且这两台计算机都装有ado. 原因:ado版本不对 解决方案:下载KB983246 ...

  4. Java(jdk1.7) 陷阱

    String[] strA = new String[4]; for(int i=0; i<4; i++) { strA[i] = String.valueOf(i); } strA[0] = ...

  5. HTTP Status 500 - Servlet.init() for servlet htmlWebConfig threw exception

    HTTP Status 500 - Servlet.init() for servlet htmlWebConfig threw exception

  6. <转>Linux环境进程间通信(三)

    原文链接:http://www.ibm.com/developerworks/cn/linux/l-ipc/part3/index.html 原文内容: 消息队列(也叫做报文队列)能够克服早期unix ...

  7. 动态生成xml文件

    使用xmlParser动态生成xml,输入的字符编码是gbk,结果怎么生成都不行,后来把输入转成utf8之后, 再生成就ok了

  8. EntityFramework简单例子

    @(编程) 这个例子是用vs2013连接mysql数据库. 1. NuGet安装EF和mysql 略 2. 对象 namespace EFDemo { class Student { public s ...

  9. postconf 命令常用参数

    postfix的main.cf配置文件一般不直接编辑,而多使用postconf命令来配置‘ postconf -d:查看默认配置: postconf -n:查看当前配置(即当前生效的配置): post ...

  10. getGuid()

    function GetGUID: string;var  LTep: TGUID;begin  CreateGUID(LTep);  Result := GUIDToString(LTep);  R ...