mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-02-02 08:30:01 +08:00
fixed friction issue
This commit is contained in:
@@ -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