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. Laravel不同数据库的模型之间关联

    假设ModelA和ModelB之间是BelongsTo的关系 如果同属于一个数据库连接 那么 public function a(){ return $this->belongsTo(" ...

  2. 把一个序列转换成严格递增序列的最小花费 CF E - Sonya and Problem Wihtout a Legend

    //把一个序列转换成严格递增序列的最小花费 CF E - Sonya and Problem Wihtout a Legend //dp[i][j]:把第i个数转成第j小的数,最小花费 //此题与po ...

  3. MFC知识点(DDX_Control 与 DDX_Text ,ON_COMMAND和ON_MESSAGE)

    1.DDX_Control 与 DDX_Text 区别 DDX_TEXT()的作用可以理解为把字符串变量和控件的文本(WindowText)关联起来, DDX_Control()的作用可以理解为把变量 ...

  4. 关于Bean

    什么是Bean? 一个Bean 就是一个类.我们不必为制造任何的Bean而编写一些特殊的代码或者使用特殊的编程语言.事实上,我们唯一需要做的是略微地修改我们对我们方法命名的办法.方法名通知应用程序构建 ...

  5. First & First

    First有记录则返回,否则返回null FirstOrDefault有记录则返回,否则NEW一个新的实体对象返回  

  6. 游戏模块分析总结(2)之UI、操作篇

    转自:http://www.gameres.com/309812.html 游戏模块分析总结(2)之UI.操作篇 发布者: wuye | 发布时间: 2014-12-12 15:03| 评论数: 0 ...

  7. ucos创建任务的一般方法

    一般说来,任务可在OSStart()启动任务调度之前来创建,也可在任务中创建,但是UC/OS有个规定:在调用OSStart()启动任务调度之前,必须创建了至少一个任务.因此一般习惯上,在OSStart ...

  8. 51Nod 1201 整数划分 (经典dp)

    题目链接:http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1201 题意不多说了. dp[i][j]表示i这个数划分成j个数 ...

  9. HDU题目分类

    基础题: 1000.1001.1004.1005.1008.1012.1013.1014.1017.1019.1021.1028.1029.1032.1037.1040.1048.1056.1058. ...

  10. thinkphp 防止sql注入

    防止SQL注入 对于WEB应用来说,SQL注入攻击无疑是首要防范的安全问题,系统底层对于数据安全方面本身进行了很多的处理和相应的防范机制,例如: $User = M("User") ...