Advertisement
Guest User

raceway.world

a guest
Feb 6th, 2024
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <sdf version="1.6">
  3. <world name="default">
  4. <scene>
  5. <ambient>0.95 0.95 0.95 1</ambient>
  6. <background>0.3 0.3 0.3 1</background>
  7. <shadows>true</shadows>
  8. </scene>
  9. <include>
  10. <uri>model://sun</uri>
  11. </include>
  12. <model name="custom_ground_plane">
  13. <static>true</static>
  14. <link name="ground_plane_link">
  15. <collision name="ground_plane_collision">
  16. <geometry>
  17. <plane>
  18. <normal>0 0 1</normal>
  19. <size>1000 1000</size>
  20. </plane>
  21. </geometry>
  22. <surface>
  23. <friction>
  24. <ode>
  25. <mu>100</mu>
  26. <mu2>50</mu2>
  27. </ode>
  28. </friction>
  29. </surface>
  30. </collision>
  31. <visual name="ground_plane_visual">
  32. <geometry>
  33. <plane>
  34. <normal>0 0 1</normal>
  35. <size>1000 1000</size>
  36. </plane>
  37. </geometry>
  38. </visual>
  39. </link>
  40. <pose>0 0 0 0 0 0</pose>
  41. </model>
  42. <include>
  43. <uri>model://sonoma_raceway</uri>
  44. <pose>-287.5 143.5 -7 0 0 0</pose>
  45. </include>
  46. <include>
  47. <uri>model://arocs_truck</uri>
  48. <pose>-1.8 2.02 0.38 0 0 2.482566</pose>
  49. </include>
  50. <spherical_coordinates>
  51. <surface_model>EARTH_WGS84</surface_model>
  52. <latitude_deg>38.161479</latitude_deg>
  53. <longitude_deg>-122.454630</longitude_deg>
  54. <elevation>488.0</elevation>
  55. <heading_deg>180</heading_deg>
  56. </spherical_coordinates>
  57. <physics type="ode">
  58. <real_time_update_rate>100.0</real_time_update_rate>
  59. <max_step_size>0.01</max_step_size>
  60. <real_time_factor>1</real_time_factor>
  61. <ode>
  62. <solver>
  63. <type>quick</type>
  64. <iters>150</iters>
  65. <precon_iters>0</precon_iters>
  66. <sor>1.400000</sor>
  67. <use_dynamic_moi_rescaling>1</use_dynamic_moi_rescaling>
  68. </solver>
  69. <constraints>
  70. <cfm>0.00001</cfm>
  71. <erp>0.2</erp>
  72. <contact_max_correcting_vel>2000.000000</contact_max_correcting_vel>
  73. <contact_surface_layer>0.01000</contact_surface_layer>
  74. </constraints>
  75. </ode>
  76. </physics>
  77. </world>
  78. </sdf>
  79.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement