Questions tagged [robotics-studio]

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

30 questions
0
votes
1 answer

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 to run the service I get the following error: ***…
Matt
  • 3,305
  • 11
  • 54
  • 98
0
votes
1 answer

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 virtual IEnumerator GetHandler(Get get) { …
nixgadget
  • 6,983
  • 16
  • 70
  • 103
0
votes
1 answer

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 Robotics Developer Studio" from DSS command promt -…
0
votes
2 answers

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 gave me a runtime error saying "Illegal command…
Imelza
  • 301
  • 1
  • 7
  • 19
0
votes
1 answer

Multiple CMD instances command passing

I'm using the Microsoft Robotics suit, to start an instance in DSS Command Prompt it targets the normal SysWOW64\cmd.exe with the parameters /K filepath\env.cmd Then to start the service in the DSS Command Prompt it would be something like dsshost32…
Blayne
  • 3
  • 3
0
votes
1 answer

Advanced Line Follower Robot

I know about line follower mainly the grid solving robots i know the basics actually. Actually they have to trace the path of the grid in an arena and then reach back to starting point in a shortest distance. Here my doubt is regarding the line…
user4734909
0
votes
0 answers

How to add wireless sensor and create wsn on Microsoft Robotics Developer Studio?

Microsoft robotics developer studio has many sensors but no wireless sensor.I want to add it.I researched but didn't find anything.İ guess i must write new dss service on Mrds.Then add this service to manifest file.But i don't know how to write the…
ekrem
  • 1
  • 1
0
votes
1 answer

VPL doesn't calculate cube root

I was trying to calculate cube root using VPL: https://www.dropbox.com/s/vjng6fjf081ovkq/shot_140214_212725.png What I'm doing is setting the value to the power of 1/3 https://www.dropbox.com/s/4f8eqep8rm3jpw0/shot_140214_212742.png And as a…
vadimmelnyk
  • 71
  • 1
  • 11
0
votes
1 answer

Service creation failure Microsoft Robotic Studio in "DifferentialDrive Sample"

I am So new In Microsoft Robotic I try to run DifferentialDrive Sample on :\Microsoft Robotics Dev Studio 4\samples\Simulation But i have Problem with Identifier ... after i running the sample it's says can not start service due to Identifier i've…
Pouya Samie
  • 3,718
  • 1
  • 21
  • 34
0
votes
1 answer

"Join connected to independent data sources " in Microsoft Robotics Developer Studio VPL

I am working on a custom made Robot made by a set of entities. I am trying to evaluate its Center of Gravity and Zero Moment Point for which i need Center of Gravity of every entity and then apply General Rule for Center of Gravity: (X-coordinate of…
0
votes
1 answer

Request clarification on Decentralized Software Services communication mechanism

I see from http://social.msdn.microsoft.com/Forums/en/roboticsdss/thread/3169a539-f536-4b9d-bae7-01212a857660 and also from my own experience of using and debugging DSS services that DSS makes use of cloning for intra node communication and cloning…
Venk K
  • 1,157
  • 5
  • 14
  • 25
0
votes
1 answer

Trying to use Kinect for Windows with C#, but I get System.BadImageFormatException

I am attempting to create a very simple Microsoft DSS program in which I subscribe to the events generated by the example Kinect DSS that implements speech recognition with the array microphone. However, I get the error seen below at runtime. I've…
OregonTrail
  • 8,594
  • 7
  • 43
  • 58
0
votes
1 answer

How to send an HttpPost message to the Drive service of MRDS

How can I send an HttpPost request to the drive service (I'm using the generic diff drive) to set the distance and the rotate angle to a specific value? I wrote my own service and it works properly without using HttpPost. What actually is happening…
-1
votes
1 answer

How we use G1ANT.Addon.Msoffice in real life?

How we used this format in real life and what is the benefit to used it?
-1
votes
1 answer

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 create simulation model of the HUNO(humanoid)…
Justin
  • 1
1
2