当前位置: 首页 > news >正文

免费做的英文网站今日新闻播报

免费做的英文网站,今日新闻播报,怎么网上推广自己的产品,利用新冠消灭老年人参考资料: Modules 本文大概翻译了Stage提供的几种模型的介绍,有些模型只翻译了简介,机器人底座、执行器和激光传感器翻译的比较详细。在最后给出了ROS中Stage的消息类型。 执行器模型(actuator model) ULM 执行器模型模仿了简…

参考资料: Modules

本文大概翻译了Stage提供的几种模型的介绍,有些模型只翻译了简介,机器人底座、执行器和激光传感器翻译的比较详细。在最后给出了ROS中Stage的消息类型。

执行器模型(actuator model)

ULM

执行器模型模仿了简单的执行器,可以在单个维度上移位,或者绕Z轴旋转。
(The actuator model simulates a simple actuator, where child objects can be displaced in a single dimension, or rotated about the Z axis.)

API: Stg::ModelActuator

World文件属性

总结和默认值

  # actuator propertiestype ""axis [x y z]min_positionmax_positionmax_speed
)

有“线性”和“旋转”两种类型。
(

  • type "linear" or "rotational"
    the style of actuator. Rotational actuators may only rotate about the z axis (i.e. 'yaw')
  • axis if a linear actuator the axis that the actuator will move along
    )

闪烁灯光模型(Blinkenlight model)

模拟闪烁的灯光。链接

Blobfinder model

blobfinder模型模拟了一种色块寻找视觉设备,如CMUCAM2或ACTS图像处理软件。 它可以跟踪模拟2D图像中的颜色区域,给出颜色“斑点”的位置和大小。 可以一次跟踪多种颜色; 它们被分成通道,例如 所有红色对象都被跟踪为通道1,通道2中的蓝色对象等。与每个通道关联的颜色是可配置的。链接

相机模型(Camera model)

相机的模型
链接:Camera model

Fiducial detector model

The fiducial model simulates a fiducial-detecting device.
链接: Fiducial detector model

fiducial
(# fiducial propertiesrange_min 0.0range_max 8.0range_max_id 5.0fov 3.14159ignore_zloc 0# model propertiessize [ 0.1 0.1 0.1 ]
)

抓手模型(Gripper model)

模拟了一个简单的二指抓手。链接: Gripper model

机器人底盘模型(Position model)

UML

模拟机器人底盘,有两种模式:差速轮式(differential)和全向轮式(omnidirectional)。差速轮式可以前后移动和左右转向,全向轮式可以前后移动、左右移动和转向。

API: Stg::ModelPosition

world文件属性

position(# position propertiesdrive "diff"velocity [ 0.0 0.0 0.0 0.0 ]localization "gps"localization_origin [ <defaults to model's start pose> ]# odometry error model parameters, # only used if localization is set to "odom"odom_error [0.03 0.03 0.00 0.05]# only used if drive is set to "car"wheelbase 1.0# [ xmin xmax ymin ymax zmin zmax amin amax ]               velocity_bounds [-1 1 -1 1 -1 1 -90 90 ]                    acceleration_bounds [-1 1 -1 1 -1 1 -90 90]# model properties)

注意:从 Stage-1.6.5开始,odom属性被移除了。(Stage will generate a warning if odom is defined in your worldfile. See localization_origin instead.)

  • acceleration_bounds [ xmin xmax ymin ymax zmin zmax amin amax ]
    加速度取值范围。x,y,z 的单位是米每秒的平方, a 是角度每秒的平方。

  • drive "diff", "omni" or "car"
    diff 差速轮式(比如Pioneer);omni全向轮式(比如麦克纳姆轮底座);car 速度和转向角控制。

  • velocity
    定义模型的初始速度。
    注意:如果模型撞到了障碍物,则速度变成0.

  • localization "gps" or "odom"
    定位方式。
    “gps”定位模型的位置是绝对精准的。
    “odom”是一个简单的里程计模型,随着时间的推移,会产生漂移。里程计模型的参数在 odom_error 属性中设定。

  • localization_origin [x y z theta]
    在参考坐标系下设置定位的坐标原点。默认值是初始位置,因此机器人报告的它的位置都是相对于初始位置的。(Tip: If localization_origin is set to [0 0 0 0] and localization is "gps", the model will return its true global position. This is unrealistic, but useful if you want to abstract away the details of localization. Be prepared to justify the use of this mode in your research!)

  • odom_error [x y z theta]
    指定定位“odom”时使用的里程计误差模型的参数。 每个值x,y,z,theta是最大的积分误差的比例对于每个轴,如果此处指定的值为E,则在启动时选择实际比例,范围为-E / 2到+ E / 2。 请注意,由于舍入错误,将这些值设置为零并不能为您提供完美的本地化 - 因此您需要选择本地化“gps”。
    ( parameters for the odometry error model used when specifying localization "odom". Each value is the maximum proportion of error in intergrating x, y, and theta velocities to compute odometric position estimate. For each axis, if the the value specified here is E, the actual proportion is chosen at startup at random in the range -E/2 to +E/2. Note that due to rounding errors, setting these values to zero does NOT give you perfect localization - for that you need to choose localization "gps".)

  • velocity [ x:<float> y:<float> z:<float> heading:<float>
    速度范围 。x,y,z 的单位是米每秒, a 是度每秒。(wheelbase <float,meters> The wheelbase used for the car steering model. Only used if drive is set to "car". Defaults to 1.0m)

激光传感器模型(Ranger model)

UML

 

模型模拟一系列声纳或红外(IR)范围传感器。

API: Stg::ModelRanger

world文件属性

   ranger(# ranger-specific propertiessensor (pose [ x y z a ]size [  x y z ]fov arange [min max])# generic model properties with non-default valueswatts 2.0color_rgba [ 0 1 0 0.15 ])

Range模型允许单独配置每个传感器的位姿、大小和视野参数(使用spose [index],ssize [index]和sview [index])。 但是,大多数用户将使用默认的大小和视野(使用ssize和sview),只指定各个传感器位姿。

  • pose[<transducer index>] [ x:<float> y:<float> theta:<float> ]
    传感器相对于本体的位姿。
  • ssize [float float]
    [x y]
    单位i是米. Has no effect on the data, but controls how the sensor looks in the Stage window.
  • size[<transducer index>] [float float]
    每个传感器的 ssize 设置.
  • sview [float float float]
    [range_min range_max fov]
    径深范围最小和最大设置(单位是米),视野范围单位是角度。(Currently fov has no effect on the sensor model, other than being shown in the confgiuration graphic for the ranger device.)

Wifi model

链接:Wifi model

ROS中Stage的消息类型(转)

stage_ros程序包订阅/发布话题具体情况

 

注:上述话题是单个机器人发布的话题;若存在多个机器人,则按命名空间的方式进行区分,例如robot_0/odom,robot_0/cmd_vel ,robot_0/base_scan,robot_1/odom ,robot_1/cmd_vel ,robot_1/base_scan等等。

http://www.lbrq.cn/news/2346337.html

相关文章:

  • 企业动态网站产品市场营销策划书
  • 网站设置访问密码太原seo网站管理
  • 如何才能建设出一个优秀网站b2b网站平台有哪些
  • 互动的网站青岛官网优化
  • wordpress 打车公司网站优化
  • 昆山做网站的公司如何推广网站运营
  • 找人做网站要准备什么软件百度热搜大数据
  • 怎样才能做公司的网站媒介星软文平台
  • 做理财的网站有哪些如何免费建立一个网站
  • 网站建设辅助云南网络推广seo代理公司
  • 专业网页网站设计图书东莞网站制作十年乐云seo
  • 做视频网站服务器配置有了域名如何建立网站
  • 广西建设厅微信网站海南百度推广运营中心
  • wordpress链接尾缀网站搜索引擎优化主要方法
  • 网页设计素材网站有哪些seo网站优化方法
  • 深圳有哪些大公司优化大师兑换码
  • 没有备案的交易网站企业网站推广的形式有哪些
  • 怎么做网站地图的样式营销网站建设的因素
  • 注册网站合集网站建设平台软件
  • 京东商城商务网站建设目的个人开发app去哪里接广告
  • 怎么做网站的内部链接seo评测论坛
  • 去除wordpress活动及新闻seo的优化步骤
  • php自己写框架做网站seo网站关键词排名快速
  • 西安网站建设设计b2b平台运营模式
  • iis怎么使用来建设一个网站重庆网站seo服务
  • 深圳市律师网站建设怎么样自己做网站设计制作
  • 网站建设方案书的内容管理制度百度移动seo首选帝搜软件
  • 淘宝客建立网站推广怎么做佛山市seo推广联系方式
  • 网站建设的好处有什么用网络营销的企业有哪些
  • 视频直播网站怎么做sem是什么意思中文
  • 15.图像 模板轮廓检测
  • 13.计算 Python 字符串的字节大小
  • 基于 Gitlab、Jenkins与Jenkins分布式、SonarQube 、Nexus 的 CiCd 全流程打造
  • CentOS 7 升级系统内核级库 glibc 2.40 完整教程
  • 开源工具DeepFilterNet:实时语音降噪
  • 【LeetCode100】--- 4.移动零【复习回顾】