仿真机器人和仿真环境的建立代码

此项目是仿真机器人和仿真环境的建立代码。 想了解更多请下载附件。

应用介绍

此项目是仿真机器人和仿真环境的建立代码。


using System;

using System.Collections.Generic;

using System.ComponentModel;

using Microsoft.Ccr.Core;

using Microsoft.Dss.Core.Attributes;

using Microsoft.Dss.ServiceModel.Dssp;

using Microsoft.Dss.ServiceModel.DsspServiceBase;

using W3C.Soap;

namespace Robotics.SimulationEmptyProject

{

    /// <summary>

    /// SimulationEmptyProject contract class

    /// </summary>

    public sealed class Contract

    {

        /// <summary>

        /// DSS contract identifer for SimulationEmptyProject

        /// </summary>

        [DataMember]

        public const string Identifier = "http://schemas.microsoft.com/2009/03/simulationemptyproject.user.html";

    }

    /// <summary>

    /// SimulationEmptyProject state

    /// </summary>

    [DataContract]

    public class SimulationEmptyProjectState

    {

    }

    /// <summary>

    /// SimulationEmptyProject main operations port

    /// </summary>

    [ServicePort]

    public class SimulationEmptyProjectOperations : PortSet<DsspDefaultLookup, DsspDefaultDrop, Get, Subscribe>

    {

    }

    /// <summary>

    /// SimulationEmptyProject get operation

    /// </summary>

    public class Get : Get<GetRequestType, PortSet<SimulationEmptyProjectState, Fault>>

    {

        /// <summary>

        /// Creates a new instance of Get

        /// </summary>

        public Get()

        {

        }

        /// <summary>

        /// Creates a new instance of Get

        /// </summary>

        /// <param name="body">the request message body</param>

        public Get(GetRequestType body)

            : base(body)

        {

        }

        /// <summary>

        /// Creates a new instance of Get

        /// </summary>

        /// <param name="body">the request message body</param>

        /// <param name="responsePort">the response port for the request</param>

        public Get(GetRequestType body, PortSet<SimulationEmptyProjectState, Fault> responsePort)

            : base(body, responsePort)

        {

        }

    }

    /// <summary>

    /// SimulationEmptyProject subscribe operation

    /// </summary>

    public class Subscribe : Subscribe<SubscribeRequestType, PortSet<SubscribeResponseType, Fault>>

    {

        /// <summary>

        /// Creates a new instance of Subscribe

        /// </summary>

        public Subscribe()

        {

        }

        /// <summary>

        /// Creates a new instance of Subscribe

        /// </summary>

        /// <param name="body">the request message body</param>

        public Subscribe(SubscribeRequestType body)

            : base(body)

        {

        }

        /// <summary>

        /// Creates a new instance of Subscribe

        /// </summary>

        /// <param name="body">the request message body</param>

        /// <param name="responsePort">the response port for the request</param>

        public Subscribe(SubscribeRequestType body, PortSet<SubscribeResponseType, Fault> responsePort)

            : base(body, responsePort)

        {

        }

    }

}

.............................想了解更多请下载附件

文件列表(部分)

名称 大小 修改日期
AssemblyInfo.cs0.17 KB2014-12-19
Aluminium.png29.58 KB2014-12-19
Boe-bot.bos5.49 KB2014-12-19
boe-bot.bos.convex.physics.2.7.bin6.22 KB2014-12-19
Boe-bot.mtl0.30 KB2014-12-19
Boe-bot.obj9.26 KB2014-12-19
BoebotWheel.png4.00 KB2014-12-19
pcb.PNG137.27 KB2014-12-19
Screenshot.jpg243.98 KB2014-12-19
DesignTimeResolveAssemblyReferencesInput.cache1.31 KB2014-12-19
SimulationEmptyProject.csprojResolveAssemblyReference.cache10.51 KB2014-12-19
User.SimulationEmptyProject.Y2009.M03.dll5.04 KB2014-12-19
User.SimulationEmptyProject.Y2009.M03.pdb4.17 KB2014-12-19
Microsoft.Resources.DssModel.dss1.01 KB2014-12-19
User.SimulationEmptyProject.Y2009.M03.Proxy.cs2.40 KB2014-12-19
User.SimulationEmptyProject.Y2009.M03.Transform.cs7.26 KB2014-12-19
SimulationEmptyProject.cs2.92 KB2014-12-19
SimulationEmptyProject.csproj1.70 KB2014-12-19
SimulationEmptyProject.csproj.user0.40 KB2014-12-19
SimulationEmptyProject.sln0.36 KB2014-12-19
SimulationEmptyProject.suo4.26 KB2014-12-19
SimulationEmptyProjectTypes.cs0.64 KB2014-12-19
Debug0.00 KB2020-09-23
Boe-bot0.00 KB2014-12-19
obj0.00 KB2014-12-19
Proxy0.00 KB2014-12-19
RobotSimulation0.00 KB2020-09-23

立即下载

相关下载

[VU-LEGO 实时目标] 此仿真模型是VU-LEGO 实时目标。 一个用户友好的 Blockset,用于在 LEGO Mindstorms NXT 积木上嵌入实时 Simulink 设计。
[语音控制机器人] 此文档是声控机器人(VCR)。
[仿真机器人和仿真环境的建立代码] 此项目是仿真机器人和仿真环境的建立代码。 想了解更多请下载附件。
[机器人视觉模式识别] 机器人视觉模式识别项目.
[基于python的微信公众平台机器人的设计与实现] 用到了几个技术 NGINX做负载均衡,反向代理 nginx.conf是nginx配置文件,如何配置请参考网上教程 使用mysql数据库 数据库连接在config.py中配置,配置好主机,用户名和密码之后,新建一个数据库,数据库名为'weixin-robot',然后运行db_creat.py脚本创建数据库

评论列表 共有 0 条评论

暂无评论

微信捐赠

微信扫一扫体验

立即
上传
发表
评论
返回
顶部