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. DouNet学习_Excel导入导出

    Excel --->列是有限的 -->数据靠在单元格右边是数字类型,左边是字符串类型 把一个数字当初字符串来显示 在前面加个 ' -->用程序操作Excel 可以使用Excel的所有 ...

  2. SpringMVC + Spring + MyBatis 学习笔记:在类和方法上都使用RequestMapping如何访问

    系统:WIN8.1 数据库:Oracle 11GR2 开发工具:MyEclipse 8.6 框架:Spring3.2.9.SpringMVC3.2.9.MyBatis3.2.8 先看代码: @Requ ...

  3. 【Python学习笔记】循环和迭代

    for和while基本语法 break和continue else的使用 enumerate和zip在循环中的应用 for和while基本语法 Python中的的循环使用for和while语句来实现, ...

  4. Ios下解决libzbar.a不支持armv7s的方法

    解决 libzbar.a' for architecture armv7 的问题 下载最新的zbar源码 http://sourceforge.net/p/zbar/code/ci/default/t ...

  5. NServiceBus教程-消息传递与处理

    nservicebus"的容错默认"设计的一部分,基础设施管理事务自动所以你不需要记住所有的线程和状态管理要素配置. 客户端和服务器 理想情况下,服务器代码处理消息事务,但它往往不 ...

  6. Command Line Tools uninstall

    sudo rm -rf /Library/Developer/CommandLineTools

  7. 第三百四十四天 how can I 坚持

    三言诗,把自己的心情,想要说的话用三句话诗意的表达出来.像: 烦===>好想睡一觉,待日落,盼天明. 愁====>待到花开花落,闲庭信步,蹋碎一世忧愁. 三句话,可以表达的很好. 老是感觉 ...

  8. 第二百二十七天 how can I 坚持

    今天去了蟒山,天池,刚去的时候身体有点难受,整天都是那样,回来就好多了,不知道怎么回事. 天池竟然是个人造池,挺大,没有去十三陵,回来都很晚了. 去天池竟然是走的小路,已经关了,不让进,里边玲玲清清的 ...

  9. this compilation unit is not on the build of a java project

    this compilation unit is not on the build of a java project java里输入代码就出这个提示,无法写代码了. 找到觉得路径打开文件编辑就好了, ...

  10. iPhone 6/6 Plus 出现后,如何改进工作流以实现一份设计稿支持多个尺寸?

    iPhone 6/6 Plus 出现后,如何改进工作流以实现一份设计稿支持多个尺寸? 2014-12-05 09:33 编辑: suiling 分类:iOS开发 来源:知乎(pigtwo)  2 22 ...