Tagged Questions

Microsoft Robotics Developer Studio is an environment for simulating and controlling robots.

learn more… | top users | synonyms

8
votes
10answers
2k views

Robotics Simulator

Which is the best robotics simulator ? As of now, I am just looking to get simple simulations of Potential Field method, Bug Algorithms, A* Algorithm etc ! A list of the known robot simulators are; ...
6
votes
2answers
1k views

Microsoft Robotics: cheap but very extensible robot?

Is there any cheap and very extensible robot kit, which can work with Microsoft Robotics? I want to have a great choice of cool parts for a robot to buy. :) If where is no such robot kit which can ...
6
votes
2answers
355 views

How to create a new type of entity in Microsoft Robotics Studio 2.0?

What I'm trying to do with MRS is to teach myself some basic AI; what I want to do is to make a rocket entity, with things such as vectored exhaust, and staging. Anyone have an idea on how to make an ...
2
votes
3answers
584 views

Microsoft Robotics Studio, simple simulation

I am soon to start with Microsoft Robotics Studio. My question is to all the gurus of MSRS, Can simple simulation (as obstacle avoidance and wall following) be done without any hardware ? Does ...
2
votes
3answers
521 views

Microsoft Robotics Studio and absolute path problems

I have just installed Microsoft Robotics Studio 2008 R2, and I must admit that I'm shocked to discover how paths are handled. First of the studio wants to install itself into my personal profile ...
1
vote
1answer
259 views

Can I use MRDS (Microsoft Robotics Developer Studio) with C#?

I need to develop 3d simulation for teaching robots using MRDS and C#. Can I do this using these tools?
1
vote
2answers
620 views

Comparing LabView and Microsoft Robotics Studio

On the surface LabView and Microsoft Robotics Studio appear to me to have a very similar programming paradigm and environment. Is it fair to compare these two products, or are they in different ...
1
vote
1answer
149 views

Setup for MS Robotics Studio on 64 bit WIndows

What is the best way to setup Microsoft Robotics Studio 2.0 on 64 bit Windows Vista? Appearently something needs to be done beyond the default installation to get it to run properly.
1
vote
1answer
174 views

MS Robotics Studio: “contract is different from that of the namespace”

I'm trying to build a DSS service using MS Robotics Studio and VS 2008, but when I build, I get an error from dssproxy.exe saying: The class MyServiceName has a ContractAttribute but the contract ...
1
vote
1answer
195 views

Does Microsoft Robotics Developer Studio work on CE 6?

I have a DSS service I created (For Microsoft Robotics Studio). I then followed the documentation to make it a compact framework service and created a deployment package. I then deploy it to a CE 6 ...
0
votes
0answers
63 views

Error creating service xinputgamepad when using XBOX Controller to connect Lego NXT to MRDS

I'm trying to implement the simple Robotics example connecting my Lego NXT to MRDS using an xbox controller (Microsoft Robotics Studio and Lego Mindstorms NXT) Everything compiles fine but when I go ...
0
votes
1answer
26 views

C# MRDS: Why are the handlers virtual?

Can somebody familiar with microsoft robotics studio please explain why the handler operations are virtual and some are set as non-virtual ? [ServiceHandler(ServiceHandlerBehavior.Concurrent)] public ...
0
votes
0answers
75 views

Problem with compiling MRDS 2008 project in Visual Studio

Good time of the day! I use Microsoft Robotics Developer Studio 2008 R3, Visual Studio 2010 and Windows Vista, .NET 3.5. When I execute example TestBench from the book "Professional Microsoft ...
0
votes
0answers
100 views

Controlling Motors using Microsoft Robotics Developer Studio [closed]

I have an Intel Atom Kit, on which I have installed an OS on it and we are using MDRS on it. I have developed our application to use voice commands to control motors rotation. Now after this we want ...
0
votes
1answer
114 views

RoboBuilder HUNO Simulation in C#

I have this question about RoboBuilder, do you guys ever heard about it? If you haven't, try to visit the website, robobuilder.net I am a beginner in C#, unfortunately i have to deal with it, to ...
0
votes
1answer
134 views

Runtime Error in Visual Simulation Environment - Microsoft Robotics Studio

I am using Microsoft Robotics Studio for a school project and I am getting a strange error when I try to run the Visual Simulation Environment. It was working fine until yesterday and then suddenly it ...
0
votes
0answers
115 views

Simulated GPS Entity in Motor Base - Microsoft Robotics Developer Studio

I'm very new to MRDS and I'm trying to simulated a robot driving a car. I have used the Motor Base with Drive in the EntityUI manifest and would like to insert a GPS sensor to it to get its ...