-
Code's Tags
-
Your Codes
-
Reffers
-
Linked Codes
|
Code:
Short link for Twitter:
HTML:
HTML view:
Copy Source | Copy HTML- //-----------------------------------------------------------------------
- // This file is part of the Microsoft Robotics Studio Code Samples.
- //
- // Copyright (C) Microsoft Corporation. All rights reserved.
- //
- // $File: SimulatedBumperTypes.cs $ $Revision: 1 $
- //-----------------------------------------------------------------------
-
- using System;
- using System.Collections.Generic;
- using Microsoft.Ccr.Core;
- using soap = W3C.Soap;
- using dssp = Microsoft.Dss.ServiceModel.Dssp;
- using contactsensor = Microsoft.Robotics.Services.ContactSensor.Proxy;
-
- namespace Microsoft.Robotics.Services.Simulation.Sensors.Bumper
- {
- public static class Contract
- {
- public const string Identifier = "http://schemas.microsoft.com/robotics/simulation/services/2006/05/simulatedbumper.html";
- }
- }
-
|