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 ...
随机推荐
- HLS -- m3u8档案格式解析
1. Playlist file 一个M3U的 Playlist 就是一个由多个独立行组成的文本文件,每行由回车/换行区分.每一行可以是一个URI.空白行或 是以”#“号开头的字符串,并且空格只能存在 ...
- 10个优质PSD文件资源下载
很多设计需求并不一定要从头开始设计,你完全可以通过已有的灵感或素材开始设计任务.这个时候你可能需要一些PSD资源作为参考.今天我整理了一些常用的PSD资源供需要的朋友免费下载使用. Web & ...
- Mapreduce读取Hbase表,写数据到多个Hbase表中
Job端的变化: 通过设置conf,配置输出表,在reduce中获取输出表名字 Configuration conf = job.getConfiguration(); //输出表1 conf.set ...
- 通过AopTestUtils对切面对象进行mock
概述 当对一个切面类进行测试时,由于Spring对切面对象生成了proxy对象,此时对切面对象使用ReflectionTestUtils赋值,操作的是proxy对象,而不是真实对象,会使得赋值出问 ...
- HDU-3872 Dragon Ball 线段树+DP
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3872 题意:有n个龙珠按顺序放在一列,每个龙珠有一个type和一个权值,要求你把这n个龙珠分成k个段, ...
- phonegap 新窗口 inappbrowser插件
在Phonegap 开发过程中,需要调用外部网页,又要跳出白名单安全限制,可以使用 inappbrowser插件. http://plugins.cordova.io/#/package/org.ap ...
- c++builder XE8 线程 Thread
thread Thread c++builder XE8 / RAD 10 Settle delphi TThread.CreateAnonymousThread(MyMethod).Start; ...
- 安装glibc2.7
参考链接http://fhqdddddd.blog.163.com/blog/static/18699154201401722649441/ /lib/libc.so.6: version `glib ...
- Objective C静态代码扫描和代码质量管理 OClint + SonarQube
OClint是针对C, C++及Objective C代码的静态扫描分析工具,而SonarQube是一个开源的代码质量管理平台.本文将实现将OClint的扫描结果导入到SonarQube中,已实现对O ...
- 利用预渲染加速iOS设备的图像显示
最近在做一个UITableView的例子,发现滚动时的性能还不错.但来回滚动时,第一次显示的图像不如再次显示的图像流畅,出现前会有稍许的停顿感.于是我猜想显示过的图像肯定是被缓存起来了,查了下文档后发 ...


