mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
fixed friction issue
This commit is contained in:
@@ -29,7 +29,6 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
|
||||
<arg name="world_name" default="$(find scout_gazebo_sim)/worlds/clearpath_playpen.world"/>
|
||||
|
||||
<include file="$(find gazebo_ros)/launch/empty_world.launch">
|
||||
<arg name="physics" value="bullet" />
|
||||
<arg name="world_name" value="$(arg world_name)"/>
|
||||
<arg name="paused" value="false"/>
|
||||
<arg name="use_sim_time" value="true"/>
|
||||
|
||||
@@ -12,18 +12,11 @@
|
||||
</include>
|
||||
|
||||
<!-- Physics -->
|
||||
<!-- <physics type="ode">
|
||||
<ode>
|
||||
<solver>
|
||||
<type>world</type>
|
||||
</solver>
|
||||
<constraints>
|
||||
<contact_max_correcting_vel>0.1</contact_max_correcting_vel>
|
||||
<contact_surface_layer>0.0001</contact_surface_layer>
|
||||
</constraints>
|
||||
</ode>
|
||||
<max_step_size>0.001</max_step_size>
|
||||
<physics type='ode'>
|
||||
<max_step_size>0.01</max_step_size>
|
||||
<real_time_factor>1</real_time_factor>
|
||||
<real_time_update_rate>100</real_time_update_rate>
|
||||
<gravity>0 0 -9.8</gravity>
|
||||
</physics>
|
||||
<gravity>0.0 0.0 -9.81</gravity> -->
|
||||
</world>
|
||||
</sdf>
|
||||
Reference in New Issue
Block a user