⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 field.cfg

📁 Particle filtering implementation and application to people tracking.
💻 CFG
字号:
# Present a simulation interface on the default port (6665).# Load the Stage plugin driver and create the world described# in the worldfile "example.world" # The simulation interface MUST be created before any simulated devices # models can be used.driver(		  name "stage"  provides ["simulation:0"]  plugin "libstageplugin"  worldfile "field.world"	)#driver#(#  name "stage"#  provides ["map:0"]#  model "field"#)# Present a position interface on the default port (6665), connected# to the Stage position model "marvin", and a laser interface connected to# the laser child of "marvin".driver(  name "stage"  provides ["position2d:0" "blobfinder:0" "ptz:0"]  model "aibo")

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -