Guest User

Untitled

a guest
Nov 1st, 2022
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.19 KB | None | 0 0
  1. $ gz sim -v 4 -r /usr/share/gz/gz-sim7/worlds/tracked_vehicle_simple.sdf
  2. [Msg] Gazebo Sim GUI v7.0.0
  3. [Dbg] [gz.cc:162] Subscribing to [/gazebo/starting_world].
  4. [Dbg] [gz.cc:164] Waiting for a world to be set from the GUI...
  5. [Dbg] [Gui.cc:260] Waiting for subscribers to [/gazebo/starting_world]...
  6. [Msg] Received world [/usr/share/gz/gz-sim7/worlds/tracked_vehicle_simple.sdf] from the GUI.
  7. [Dbg] [gz.cc:168] Unsubscribing from [/gazebo/starting_world].
  8. [Msg] Gazebo Sim Server v7.0.0
  9. Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
  10. [Msg] Loading SDF world file[/usr/share/gz/gz-sim7/worlds/tracked_vehicle_simple.sdf].
  11. [Dbg] [Application.cc:96] Initializing application.
  12. [Dbg] [Application.cc:122] Qt using OpenGL graphics interface
  13. [GUI] [Dbg] [Application.cc:596] Create main window
  14. [Wrn] [LocalCache.cc:105] Server directory does not exist [/home/azazdeaz/.gz/fuel/fuel.gazebosim.org]
  15. [Msg] Serving entity system service on [/entity/system/add]
  16. [Dbg] [Physics.cc:869] Loaded [gz::physics::dartsim::Plugin] from library [/usr/lib/x86_64-linux-gnu/gz-physics-6/engine-plugins/libgz-physics-dartsim-plugin.so]
  17. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::Physics] for entity [1]
  18. [Msg] Create service on [/world/default/create]
  19. [Msg] Remove service on [/world/default/remove]
  20. [Msg] Pose service on [/world/default/set_pose]
  21. [Msg] Pose service on [/world/default/set_pose_vector]
  22. [Msg] Light configuration service on [/world/default/light_config]
  23. [Msg] Physics service on [/world/default/set_physics]
  24. [Msg] SphericalCoordinates service on [/world/default/set_spherical_coordinates]
  25. [Msg] Enable collision service on [/world/default/enable_collision]
  26. [Msg] Disable collision service on [/world/default/disable_collision]
  27. [Msg] Material service on [/world/default/visual_config]
  28. [Msg] Material service on [/world/default/wheel_slip]
  29. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::UserCommands] for entity [1]
  30. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::SceneBroadcaster] for entity [1]
  31. [Msg] TrackedVehicle [simple_tracked] loaded:
  32. [Msg] - tracks separation: 0.4 m
  33. [Msg] - track height (for odometry): 0.2 m
  34. [Msg] - initial steering efficiency: 0.5
  35. [Msg] - subscribing to twist messages on [/model/simple_tracked/cmd_vel]
  36. [Msg] - subscribing to steering efficiency messages on [/model/simple_tracked/steering_efficiency]
  37. [Msg] - publishing odometry on [/model/simple_tracked/odometry]
  38. [Msg] - publishing TF on [/model/simple_tracked/tf]
  39. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TrackedVehicle] for entity [8]
  40. [Dbg] [TrackController.cc:253] Subscribed to /model/simple_tracked/link/left_track/track_cmd_vel for receiving track velocity commands.
  41. [Dbg] [TrackController.cc:268] Subscribed to /model/simple_tracked/link/left_track/track_cmd_center_of_rotation for receiving track center of rotation commands.
  42. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TrackController] for entity [8]
  43. [Dbg] [TrackController.cc:253] Subscribed to /model/simple_tracked/link/right_track/track_cmd_vel for receiving track velocity commands.
  44. [Dbg] [TrackController.cc:268] Subscribed to /model/simple_tracked/link/right_track/track_cmd_center_of_rotation for receiving track center of rotation commands.
  45. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TrackController] for entity [8]
  46. [Dbg] [TrackController.cc:253] Subscribed to /model/simple_tracked/link/front_left_flipper/track_cmd_vel for receiving track velocity commands.
  47. [Dbg] [TrackController.cc:268] Subscribed to /model/simple_tracked/link/front_left_flipper/track_cmd_center_of_rotation for receiving track center of rotation commands.
  48. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TrackController] for entity [8]
  49. [Dbg] [TrackController.cc:253] Subscribed to /model/simple_tracked/link/rear_left_flipper/track_cmd_vel for receiving track velocity commands.
  50. [Dbg] [TrackController.cc:268] Subscribed to /model/simple_tracked/link/rear_left_flipper/track_cmd_center_of_rotation for receiving track center of rotation commands.
  51. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TrackController] for entity [8]
  52. [Dbg] [TrackController.cc:253] Subscribed to /model/simple_tracked/link/front_right_flipper/track_cmd_vel for receiving track velocity commands.
  53. [Dbg] [TrackController.cc:268] Subscribed to /model/simple_tracked/link/front_right_flipper/track_cmd_center_of_rotation for receiving track center of rotation commands.
  54. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TrackController] for entity [8]
  55. [Dbg] [TrackController.cc:253] Subscribed to /model/simple_tracked/link/rear_right_flipper/track_cmd_vel for receiving track velocity commands.
  56. [Dbg] [TrackController.cc:268] Subscribed to /model/simple_tracked/link/rear_right_flipper/track_cmd_center_of_rotation for receiving track center of rotation commands.
  57. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TrackController] for entity [8]
  58. [Dbg] [TriggeredPublisher.cc:642] TriggeredPublisher subscribed on /keyboard/keypress and publishing on /model/simple_tracked/cmd_vel,
  59. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TriggeredPublisher] for entity [8]
  60. [Dbg] [TriggeredPublisher.cc:642] TriggeredPublisher subscribed on /keyboard/keypress and publishing on /model/simple_tracked/cmd_vel,
  61. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TriggeredPublisher] for entity [8]
  62. [Dbg] [TriggeredPublisher.cc:642] TriggeredPublisher subscribed on /keyboard/keypress and publishing on /model/simple_tracked/cmd_vel,
  63. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TriggeredPublisher] for entity [8]
  64. [Dbg] [TriggeredPublisher.cc:642] TriggeredPublisher subscribed on /keyboard/keypress and publishing on /model/simple_tracked/cmd_vel,
  65. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TriggeredPublisher] for entity [8]
  66. [Dbg] [TriggeredPublisher.cc:642] TriggeredPublisher subscribed on /keyboard/keypress and publishing on /model/simple_tracked/cmd_vel,
  67. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TriggeredPublisher] for entity [8]
  68. [Dbg] [TriggeredPublisher.cc:642] TriggeredPublisher subscribed on /keyboard/keypress and publishing on /model/simple_tracked/cmd_vel,
  69. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TriggeredPublisher] for entity [8]
  70. [Dbg] [TriggeredPublisher.cc:642] TriggeredPublisher subscribed on /keyboard/keypress and publishing on /model/simple_tracked/cmd_vel,
  71. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TriggeredPublisher] for entity [8]
  72. [Dbg] [TriggeredPublisher.cc:642] TriggeredPublisher subscribed on /keyboard/keypress and publishing on /model/simple_tracked/cmd_vel,
  73. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TriggeredPublisher] for entity [8]
  74. [Dbg] [TriggeredPublisher.cc:642] TriggeredPublisher subscribed on /keyboard/keypress and publishing on /model/simple_tracked/cmd_vel,
  75. [Dbg] [SystemManager.cc:62] Loaded system [gz::sim::systems::TriggeredPublisher] for entity [8]
  76. [Msg] Loaded level [3]
  77. [GUI] [Wrn] [Application.cc:845] [QT] qrc:/qml/StyleDialog.qml:112:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  78. [GUI] [Wrn] [Application.cc:845] [QT] qrc:/qml/StyleDialog.qml:105:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  79. [GUI] [Wrn] [Application.cc:845] [QT] qrc:/qml/StyleDialog.qml:98:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  80. [Msg] Serving world controls on [/world/default/control], [/world/default/control/state] and [/world/default/playback/control]
  81. [Msg] Serving GUI information on [/world/default/gui/info]
  82. [Msg] World [default] initialized with [4ms] physics profile.
  83. [Msg] Serving world SDF generation service on [/world/default/generate_world_sdf]
  84. [Msg] Serving world names on [/gazebo/worlds]
  85. [Msg] Resource path add service on [/gazebo/resource_paths/add].
  86. [Msg] Resource path get service on [/gazebo/resource_paths/get].
  87. [Msg] Resource path resolve service on [/gazebo/resource_paths/resolve].
  88. [Msg] Resource paths published on [/gazebo/resource_paths].
  89. [Msg] Server control service on [/server_control].
  90. [GUI] [Wrn] [Application.cc:845] [QT] qrc:qml/Main.qml:102:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  91. [GUI] [Wrn] [Application.cc:845] [QT] qrc:/qml/PluginMenu.qml:27:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  92. [GUI] [Dbg] [PathManager.cc:67] Requesting resource paths through [/gazebo/resource_paths/get]
  93. [GUI] [Wrn] [Application.cc:845] [QT] file::/Gazebo/GazeboDrawer.qml:241:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  94. [GUI] [Wrn] [Application.cc:845] [QT] file::/Gazebo/GazeboDrawer.qml:147:3: QML Dialog: Binding loop detected for property "implicitHeight"
  95. [GUI] [Wrn] [Application.cc:845] [QT] file::/Gazebo/GazeboDrawer.qml:147:3: QML Dialog: Binding loop detected for property "implicitHeight"
  96. [GUI] [Dbg] [Gui.cc:340] GUI requesting list of world names. The server may be busy downloading resources. Please be patient.
  97. [GUI] [Dbg] [PathManager.cc:56] Received resource paths.
  98. [GUI] [Dbg] [Gui.cc:398] Requesting GUI from [/world/default/gui/info]...
  99. [GUI] [Dbg] [GuiRunner.cc:149] Requesting initial state from [/world/default/state]...
  100. [GUI] [Dbg] [Application.cc:453] Loading plugin [MinimalScene]
  101. [GUI] [Dbg] [MinimalScene.cc:622] Creating gz-rendering interface for OpenGL
  102. [GUI] [Dbg] [MinimalScene.cc:622] Creating gz-rendering interface for OpenGL
  103. [GUI] [Dbg] [MinimalScene.cc:776] Creating render thread interface for OpenGL
  104. [GUI] [Msg] Added plugin [3D View] to main window
  105. [GUI] [Msg] Loaded plugin [MinimalScene] from path [/usr/lib/x86_64-linux-gnu/gz-gui-7/plugins/libMinimalScene.so]
  106. [GUI] [Dbg] [Application.cc:453] Loading plugin [EntityContextMenuPlugin]
  107. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:57:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  108. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:52:3: QML RenderWindowOverlay: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  109. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:67:3: QML EntityContextMenu: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  110. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:52:3: QML RenderWindowOverlay: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  111. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:67:3: QML EntityContextMenu: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  112. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:52:3: QML RenderWindowOverlay: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  113. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:67:3: QML EntityContextMenu: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  114. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:52:3: QML RenderWindowOverlay: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  115. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:67:3: QML EntityContextMenu: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  116. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:52:3: QML RenderWindowOverlay: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  117. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:67:3: QML EntityContextMenu: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  118. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:52:3: QML RenderWindowOverlay: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  119. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:67:3: QML EntityContextMenu: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  120. [GUI] [Msg] Added plugin [Entity Context Menu] to main window
  121. [GUI] [Msg] Loaded plugin [EntityContextMenuPlugin] from path [/usr/lib/x86_64-linux-gnu/gz-sim-7/plugins/gui/libEntityContextMenuPlugin.so]
  122. [GUI] [Dbg] [Application.cc:453] Loading plugin [GzSceneManager]
  123. [GUI] [Msg] Added plugin [Scene Manager] to main window
  124. [GUI] [Msg] Loaded plugin [GzSceneManager] from path [/usr/lib/x86_64-linux-gnu/gz-sim-7/plugins/gui/libGzSceneManager.so]
  125. [GUI] [Dbg] [Application.cc:453] Loading plugin [InteractiveViewControl]
  126. [GUI] [Msg] Camera view controller topic advertised on [/gui/camera/view_control]
  127. [GUI] [Msg] Added plugin [Interactive view control] to main window
  128. [GUI] [Msg] Loaded plugin [InteractiveViewControl] from path [/usr/lib/x86_64-linux-gnu/gz-gui-7/plugins/libInteractiveViewControl.so]
  129. [GUI] [Dbg] [Application.cc:453] Loading plugin [CameraTracking]
  130. [GUI] [Msg] Added plugin [Camera tracking] to main window
  131. [GUI] [Msg] Loaded plugin [CameraTracking] from path [/usr/lib/x86_64-linux-gnu/gz-gui-7/plugins/libCameraTracking.so]
  132. [GUI] [Dbg] [Application.cc:453] Loading plugin [WorldControl]
  133. [GUI] [Wrn] [Application.cc:845] [QT] file::/WorldControl/WorldControl.qml:30:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  134. [GUI] [Msg] Using world control service [/world/default/control]
  135. [GUI] [Msg] Listening to stats on [/world/default/stats]
  136. [GUI] [Dbg] [WorldControl.cc:252] Using a service to share WorldControl msgs with the server
  137. [GUI] [Msg] Added plugin [World control] to main window
  138. [GUI] [Msg] Loaded plugin [WorldControl] from path [/usr/lib/x86_64-linux-gnu/gz-gui-7/plugins/libWorldControl.so]
  139. [GUI] [Dbg] [Application.cc:453] Loading plugin [WorldStats]
  140. [GUI] [Msg] Listening to stats on [/world/default/stats]
  141. [GUI] [Msg] Added plugin [World stats] to main window
  142. [GUI] [Msg] Loaded plugin [WorldStats] from path [/usr/lib/x86_64-linux-gnu/gz-gui-7/plugins/libWorldStats.so]
  143. [GUI] [Dbg] [Application.cc:453] Loading plugin [TransformControl]
  144. [GUI] [Wrn] [Application.cc:845] [QT] file::/TransformControl/TransformControl.qml:104:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  145. [GUI] [Wrn] [Application.cc:845] [QT] file::/TransformControl/TransformControl.qml:99:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  146. [GUI] [Wrn] [Application.cc:845] [QT] file::/TransformControl/TransformControl.qml:94:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  147. [GUI] [Wrn] [Application.cc:845] [QT] file::/TransformControl/TransformControl.qml:89:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  148. [GUI] [Msg] Added plugin [Transform control] to main window
  149. [GUI] [Msg] Loaded plugin [TransformControl] from path [/usr/lib/x86_64-linux-gnu/gz-sim-7/plugins/gui/libTransformControl.so]
  150. [GUI] [Dbg] [Application.cc:453] Loading plugin [Shapes]
  151. [GUI] [Msg] Added plugin [Shapes] to main window
  152. [GUI] [Msg] Loaded plugin [Shapes] from path [/usr/lib/x86_64-linux-gnu/gz-sim-7/plugins/gui/libShapes.so]
  153. [GUI] [Dbg] [Application.cc:453] Loading plugin [KeyPublisher]
  154. [GUI] [Msg] Added plugin [Key publisher] to main window
  155. [GUI] [Msg] Loaded plugin [KeyPublisher] from path [/usr/lib/x86_64-linux-gnu/gz-gui-7/plugins/libKeyPublisher.so]
  156. [GUI] [Wrn] [Application.cc:845] [QT] file::/Gazebo/GazeboDrawer.qml:147:3: QML Dialog: Binding loop detected for property "implicitHeight"
  157. [GUI] [Wrn] [Application.cc:845] [QT] file::/WorldStats/WorldStats.qml:53:3: QML RowLayout: Binding loop detected for property "x"
  158. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:52:3: QML RenderWindowOverlay: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  159. [GUI] [Wrn] [Application.cc:845] [QT] file::/EntityContextMenuPlugin/EntityContextMenuPlugin.qml:67:3: QML EntityContextMenu: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
  160. [GUI] [Dbg] [MinimalScene.cc:622] Creating gz-rendering interface for OpenGL
  161. [GUI] [Dbg] [MinimalScene.cc:776] Creating render thread interface for OpenGL
  162. [GUI] [Msg] Loading plugin [gz-rendering-ogre2]
  163. ../src/intel/isl/isl.c:2220: FINISHME: ../src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available.
  164. [GUI] [Dbg] [MinimalScene.cc:571] Create scene [scene]
  165. [GUI] [Dbg] [MinimalScene.cc:808] Creating texture node render interface for OpenGL
  166. [GUI] [Msg] Loading plugin [gz-rendering-ogre2]
  167. [GUI] [Dbg] [TransformControl.cc:447] TransformControl plugin is using camera [scene::Camera(65527)]
  168. [GUI] [Msg] Loading plugin [gz-rendering-ogre2]
  169. [GUI] [Dbg] [CameraTracking.cc:171] CameraTrackingPrivate plugin is moving camera [scene::Camera(65527)]
  170. [GUI] [Msg] Move to service on [/gui/move_to]
  171. [GUI] [Msg] Follow service on [/gui/follow]
  172. [GUI] [Msg] Move to pose service on [/gui/move_to/pose]
  173. [GUI] [Msg] Camera pose topic advertised on [/gui/camera/pose]
  174. [GUI] [Msg] Follow offset service on [/gui/follow/offset]
  175. [GUI] [Msg] Loading plugin [gz-rendering-ogre2]
  176. [GUI] [Dbg] [InteractiveViewControl.cc:133] InteractiveViewControl plugin is moving camera [scene::Camera(65527)]
  177. [GUI] [Msg] Loading plugin [gz-rendering-ogre2]
  178. [GUI] [Msg] Loading plugin [gz-rendering-ogre2]
  179. [GUI] [Dbg] [EntityContextMenuPlugin.cc:79] Entity context menu plugin is using camera [scene::Camera(65527)]
  180. [Msg] Found no publishers on /stats, adding root stats topic
  181. [Msg] Found no publishers on /clock, adding root clock topic
  182. [Dbg] [SimulationRunner.cc:507] Creating PostUpdate worker threads: 3
  183. [Dbg] [SimulationRunner.cc:518] Creating postupdate worker thread (0)
  184. [Dbg] [SimulationRunner.cc:518] Creating postupdate worker thread (1)
  185. [Wrn] [LocalCache.cc:105] Server directory does not exist [/home/azazdeaz/.gz/fuel/fuel.gazebosim.org]
  186. [Msg] Enabling contact surface customization for collision [left_track_collision]
  187. [Msg] Enabling contact surface customization for collision [left_track_collision_1]
  188. [Msg] Enabling contact surface customization for collision [left_track_collision_2]
  189. [Msg] Enabling contact surface customization for collision [right_track_collision]
  190. [Msg] Enabling contact surface customization for collision [right_track_collision_1]
  191. [Msg] Enabling contact surface customization for collision [right_track_collision_2]
  192. [Msg] Enabling contact surface customization for collision [front_left_flipper_collision_large_wheel_collision]
  193. [Msg] Enabling contact surface customization for collision [front_left_flipper_collision_small_wheel_collision_1]
  194. [Msg] Enabling contact surface customization for collision [front_left_flipper_collision_top_bar_collision_2]
  195. [Msg] Enabling contact surface customization for collision [front_left_flipper_collision_bottom_bar_collision_3]
  196. [Msg] Enabling contact surface customization for collision [front_left_flipper_collision_middle_bar_collision_4]
  197. [Msg] Enabling contact surface customization for collision [rear_left_flipper_collision_large_wheel_collision]
  198. [Msg] Enabling contact surface customization for collision [rear_left_flipper_collision_small_wheel_collision_1]
  199. [Msg] Enabling contact surface customization for collision [rear_left_flipper_collision_top_bar_collision_2]
  200. [Msg] Enabling contact surface customization for collision [rear_left_flipper_collision_bottom_bar_collision_3]
  201. [Msg] Enabling contact surface customization for collision [rear_left_flipper_collision_middle_bar_collision_4]
  202. [Msg] Enabling contact surface customization for collision [front_right_flipper_collision_large_wheel_collision]
  203. [Msg] Enabling contact surface customization for collision [front_right_flipper_collision_small_wheel_collision_1]
  204. [Msg] Enabling contact surface customization for collision [front_right_flipper_collision_top_bar_collision_2]
  205. [Msg] Enabling contact surface customization for collision [front_right_flipper_collision_bottom_bar_collision_3]
  206. [Msg] Enabling contact surface customization for collision [front_right_flipper_collision_middle_bar_collision_4]
  207. [Msg] Enabling contact surface customization for collision [rear_right_flipper_collision_large_wheel_collision]
  208. [Msg] Enabling contact surface customization for collision [rear_right_flipper_collision_small_wheel_collision_1]
  209. [Msg] Enabling contact surface customization for collision [rear_right_flipper_collision_top_bar_collision_2]
  210. [Msg] Enabling contact surface customization for collision [rear_right_flipper_collision_bottom_bar_collision_3]
  211. [Msg] Enabling contact surface customization for collision [rear_right_flipper_collision_middle_bar_collision_4]
  212. [Dbg] [SimulationFeatures.cc:63] Simulation timestep set to: 0.004
  213. [Msg] Serving scene information on [/world/default/scene/info]
  214. [Msg] Serving graph information on [/world/default/scene/graph]
  215. [Msg] Serving full state on [/world/default/state]
  216. [Msg] Serving full state (async) on [/world/default/state_async]
  217. [Msg] Publishing scene information on [/world/default/scene/info]
  218. [Msg] Publishing entity deletions on [/world/default/scene/deletion]
  219. [Msg] Publishing state changes on [/world/default/state]
  220. [Msg] Publishing pose messages on [/world/default/pose/info]
  221. [Msg] Publishing dynamic pose messages on [/world/default/dynamic_pose/info]
  222. [Dbg] [EntityComponentManager.cc:1613] Updated state thread iterators: 8 threads processing around 17 entities each.
  223. [Wrn] [Model.hh:69] Skipping serialization / deserialization for models with //pose/@relative_to attribute.
  224. [Wrn] [Model.hh:69] Skipping serialization / deserialization for models with //pose/@relative_to attribute.
  225. [Wrn] [Component.hh:144] Trying to serialize component with data type [N3sdf3v135WorldE], which doesn't have `operator<<`. Component will not be serialized.
  226. [GUI] [Wrn] [Component.hh:189] Trying to deserialize component with data type [N3sdf3v135WorldE], which doesn't have `operator>>`. Component will not be deserialized.
  227. [GUI] [Wrn] [Model.hh:98] Unable to deserialize sdf::Model
  228. [GUI] [Wrn] [Model.hh:98] Unable to deserialize sdf::Model
  229. [GUI] [Wrn] [Model.hh:98] Unable to deserialize sdf::Model
  230. [GUI] [Wrn] [Model.hh:98] Unable to deserialize sdf::Model
  231. [GUI] [Wrn] [Model.hh:98] Unable to deserialize sdf::Model
  232. [GUI] [Wrn] [Model.hh:98] Unable to deserialize sdf::Model
  233. [GUI] [Wrn] [Model.hh:98] Unable to deserialize sdf::Model
  234. [GUI] [Wrn] [Model.hh:98] Unable to deserialize sdf::Model
  235. [GUI] [Wrn] [Model.hh:98] Unable to deserialize sdf::Model
  236. [GUI] [Wrn] [Model.hh:98] Unable to deserialize sdf::Model
  237. [GUI] [Wrn] [LocalCache.cc:105] Server directory does not exist [/home/azazdeaz/.gz/fuel/fuel.gazebosim.org]
Advertisement
Add Comment
Please, Sign In to add comment