runtime/rasms_ign/world/rasms.world.sdf

148 lines
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<sdf version='1.7'>
<world name="default">
<physics name="1ms" type="ignored">
<max_step_size>0.001</max_step_size>
<real_time_factor>1.0</real_time_factor>
</physics>
<plugin
filename="ignition-gazebo-physics-system"
name="ignition::gazebo::systems::Physics">
</plugin>
<plugin
filename="ignition-gazebo-user-commands-system"
name="ignition::gazebo::systems::UserCommands">
</plugin>
<plugin
filename="ignition-gazebo-scene-broadcaster-system"
name="ignition::gazebo::systems::SceneBroadcaster">
</plugin>
<plugin
filename="ignition-gazebo-contact-system"
name="ignition::gazebo::systems::Contact">
</plugin>
<plugin
filename="ignition-gazebo-sensors-system"
name="ignition::gazebo::systems::Sensors">
<render_enfine>ogre2</render_enfine>
</plugin>
<!--gui>
<plugin filename="GzScene3D" name="3D View">
<ignition-gui>
<title>3D View</title>
<property type="bool" key="showTitleBar">false</property>
<property type="string" key="state">docked</property>
</ignition-gui>
<engine>ogre2</engine>
<scene>scene</scene>
<ambient_light>1.0 1.0 1.0</ambient_light>
<background_color>0.4 0.6 1.0</background_color>
<camera_pose>8.3 7 7.8 0 0.5 -2.4</camera_pose>
</plugin>
</gui-->
<light type="directional" name="sun">
<cast_shadows>true</cast_shadows>
<pose>0 0 10 0 0 0</pose>
<diffuse>0.8 0.8 0.8 1</diffuse>
<specular>0.2 0.2 0.2 1</specular>
<attenuation>
<range>1000</range>
<constant>0.9</constant>
<linear>0.01</linear>
<quadratic>0.001</quadratic>
</attenuation>
<direction>-0.5 0.1 -0.9</direction>
</light>
<model name="ground_plane">
<static>true</static>
<link name="link">
<collision name="collision">
<geometry>
<plane>
<normal>0 0 1</normal>
<size>100 100</size>
</plane>
</geometry>
</collision>
<visual name="visual">
<geometry>
<plane>
<normal>0 0 1</normal>
<size>100 100</size>
</plane>
</geometry>
<material>
<ambient>0.8 0.8 0.8 1</ambient>
<diffuse>0.8 0.8 0.8 1</diffuse>
<specular>0.8 0.8 0.8 1</specular>
</material>
</visual>
</link>
</model>
<include>
<!--Нужно залить на сервер и поменять на ссылку -->
<uri>roboasm_sgonov_world</uri>
<pose>0 0 0.07 0 0 0</pose>
</include>
<include>
<uri>realsense_camera</uri>
<pose>1 0 1 0 0.97 3.14159</pose>
<static>true</static>
</include>
<!--model name="3d_camera">
<static>true</static>
<link name="kinect_sensor">
<pose>1 0 1 0 1 3.14159</pose>
<collision name="collision">
<geometry>
<box>
<size>0.05 0.05 0.05</size>
</box>
</geometry>
</collision>
<visual name="visual">
<geometry>
<box>
<size>0.05 0.05 0.05</size>
</box>
</geometry>
</visual>
<sensor name="camera" type="rgbd_camera">
<topic>rgbd_camera</topic>
<always_on>1</always_on>
<update_rate>30</update_rate>
<camera name="rgbd_sens">
<image>
<width>212</width>
<heigth>120</heigth>
</image>
<horizontal_fov>1.567821</horizontal_fov>
<vertical_fov>1.022238</vertical_fov>
<clip>
<near>0.01</near>
<far>1000.0</far>
</clip>
<depth_camera>
<clip>
<near>0.01</near>
<far>10.0</far>
</clip>
</depth_camera>
<noise>
<type>gaussian</type>
<mean>0</mean>
<stddev>0</stddev>
</noise>
<visibility_mask>2</visibility_mask>
</camera>
</sensor>
</link>
</model-->
</world>
</sdf>