sinusoid.world

来自「机器人人3D仿真工具,可以加入到Simbad仿真环境下应用。」· WORLD 代码 · 共 43 行

WORLD
43
字号
<?xml version="1.0"?><gz:world   xmlns:gz='http://playerstage.sourceforge.net/gazebo/xmlschema/#gz'  xmlns:model='http://playerstage.sourceforge.net/gazebo/xmlschema/#model'  xmlns:window='http://playerstage.sourceforge.net/gazebo/xmlschema/#window'  xmlns:params='http://playerstage.sourceforge.net/gazebo/xmlschema/#params'>  <params:GlobalParams>    <gravity>0.0 0.0 -9.8</gravity>  </params:GlobalParams>  <model:ObserverCam>    <id>userCam0</id>    <xyz>-0.279 -4.715 4.388</xyz>    <rpy>0 28 85</rpy>    <window>      <title>Gazebo1</title>      <size>640 480</size>    </window>  </model:ObserverCam>  <model:LightSource>    <id>light0</id>    <xyz>-10.000 -10.000 10.000</xyz>  </model:LightSource>  <model:GroundPlane>    <id>ground1</id>  </model:GroundPlane>  <model:SimpleSolid>    <xyz>0.000 -0.000 -0.000</xyz>    <shape>box</shape>    <size>0.70 0.70 1.50</size>    <color>1.0 1.0 1.0</color>    <model:TruthWidget>      <id>object1</id>    </model:TruthWidget>  </model:SimpleSolid></gz:world>

⌨️ 快捷键说明

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