Microsoft Robotics Developer Studio 4
![]() |
Microsoft Robotics Developer Studio 4 |
Language:
|
English
|
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
- , 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
- 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 SystemWindows 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 Studiobefore
- 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.- Install the version of Visual Studio 2010 with C# if you plan to write new services for RDS
- Install Kinect for Windows SDK V1
- Install Silverlight 4.0 SDK
- Click the Download button on this page to start the download
- 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.
- 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. - 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
- .
Related Resources
Microsoft Robotics Developer Studio 4的更多相关文章
- Microsoft Graph: Developer Blog
https://developer.microsoft.com/en-us/graph/blogs/announcing-30-days-of-microsoft-graph-blog-series/ ...
- (转) [it-ebooks]电子书列表
[it-ebooks]电子书列表 [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Obj ...
- Bug2算法的实现(RobotBASIC环境中仿真)
移动机器人智能的一个重要标志就是自主导航,而实现机器人自主导航有个基本要求--避障.之前简单介绍过Bug避障算法,但仅仅了解大致理论而不亲自动手实现一遍很难有深刻的印象,只能说似懂非懂.我不是天才,不 ...
- Kinect for Windows SDK开发入门(15):进阶指引 下
Kinect for Windows SDK开发入门(十五):进阶指引 下 上一篇文章介绍了Kinect for Windows SDK进阶开发需要了解的一些内容,包括影像处理Coding4Fun K ...
- Kinect 开发 —— 全息图
Kinect的另一个有趣的应用是伪全息图(pseudo-hologram).3D图像可以根据人物在Kinect前面的各种位置进行倾斜和移动.如果方法够好,可以营造出3D控件中3D图像的效果,这样可以用 ...
- Kinect 开发 —— 进阶指引(上)
本文将会介绍一些第三方类库如何来帮助处理Kinect传感器提供的数据.使用不同的技术进行Kinect开发,可以发掘出Kinect应用的强大功能.另一方面如果不使用这些为了特定处理目的而开发的一些类库, ...
- Robotics Tools
https://sites.google.com/site/sunglok/rv_tool/robot Robotics Tools Contents 1 Robotics Tutorials 2 R ...
- VC6在win7环境下无法添加以及打开现有文件的解决办法
在VC6.0中使用键盘快捷键或者是文件菜单打开现有文件以及添加文件出现编辑器停止响应,弹出内容为Microsoft(R) Developer Studio已停止工作 Windows正在检查解决该 ...
- 安装VC6.0遇到的问题
1. 问题现象 安装VC6.0后,又安装了VS2005.用VC6.0打开以前的.dsw文件时,程序自动关闭.如下图所示. 具体操作是:选择一个.dsw文件,右键菜单[打开方式]中选择[Microsof ...
随机推荐
- Array.prototype.slice.call
Array.prototype.slice.call(arguments)能将具有length属性的对象转成数组 ,::'age'}; Array.prototype.slice.call(arr); ...
- Hadoop学习记录(7)|Eclipse远程调试Hadoop
1.创建Hadoop项目 2.创建包.类 这里使用hdfs.WordCount为例 3.编写自定Mapper和Reducer程序 MyMapper类 static class MyMapper ext ...
- JavaScript的function对象
我必须先说Java与JavaScript没有关系,不是我以前想的那个样子的(JavaScript是Java的一种超进化) 在JavaScript中,函数(function)就是对象. JavaScri ...
- pku3664 Election Time
http://poj.org/problem?id=3664 水题 #include <stdio.h> #include <map> using namespace std; ...
- POJ 1584 A Round Peg in a Ground Hole(判断凸多边形,点到线段距离,点在多边形内)
A Round Peg in a Ground Hole Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 4438 Acc ...
- spring 占位符 默认值
问题: 今天结合spel使用占位符时,存在没有配置文件中没有配置项的情况,就想给配置一个默认值. 解决方案: public abstract class PlaceholderConfigurerSu ...
- hdu 2444 The Accomodation of Students(最大匹配 + 二分图判断)
http://acm.hdu.edu.cn/showproblem.php?pid=2444 The Accomodation of Students Time Limit:1000MS Me ...
- C# 浅拷贝与深拷贝
浅拷贝:给对象拷贝一份新的对象引用地址:(只是给一个对象多起了个名字,所以,当改变拷贝的某个属性的时候,原对象的对应属性亦会改变).浅拷贝的定义—— 只对值类型(或string)类型分配新的内存地址: ...
- C:基本语句
基本语句知识 do{}while(); 与 while()do{}:for :while 语句的区别: while()do{}:先判断条件是否成立,条件满足则执行循环体 do{}while();是先执 ...
- (剑指Offer)面试题26:复杂链表的复制
题目: 请实现函数ComplexListNode* Clone(ComplexListNode* pHead),复制一个复杂链表. 在复杂链表中,每个结点除了有一个pNext指针指向下一个结点之外,还 ...