|
6 | 6 | <real_time_factor>1.0</real_time_factor> |
7 | 7 | </physics> |
8 | 8 | <plugin |
9 | | - filename="libignition-gazebo-physics-system.so" |
10 | | - name="ignition::gazebo::systems::Physics"> |
| 9 | + filename="gz-sim-physics-system" |
| 10 | + name="gz::sim::systems::Physics"> |
11 | 11 | </plugin> |
12 | 12 | <plugin |
13 | | - filename="libignition-gazebo-user-commands-system.so" |
14 | | - name="ignition::gazebo::systems::UserCommands"> |
| 13 | + filename="gz-sim-user-commands-system" |
| 14 | + name="gz::sim::systems::UserCommands"> |
15 | 15 | </plugin> |
16 | 16 | <plugin |
17 | | - filename="libignition-gazebo-scene-broadcaster-system.so" |
18 | | - name="ignition::gazebo::systems::SceneBroadcaster"> |
| 17 | + filename="gz-sim-scene-broadcaster-system" |
| 18 | + name="gz::sim::systems::SceneBroadcaster"> |
19 | 19 | </plugin> |
20 | 20 |
|
21 | 21 | <light type="directional" name="sun"> |
|
245 | 245 |
|
246 | 246 | <!--diff drive plugin--> |
247 | 247 | <plugin |
248 | | - filename="libignition-gazebo-diff-drive-system.so" |
249 | | - name="ignition::gazebo::systems::DiffDrive"> |
| 248 | + filename="gz-sim-diff-drive-system" |
| 249 | + name="gz::sim::systems::DiffDrive"> |
250 | 250 | <left_joint>left_wheel_joint</left_joint> |
251 | 251 | <right_joint>right_wheel_joint</right_joint> |
252 | 252 | <wheel_separation>1.2</wheel_separation> |
|
256 | 256 | </plugin> |
257 | 257 | </model> |
258 | 258 |
|
259 | | - <!-- Moving Forward--> |
260 | | - <plugin filename="libignition-gazebo-triggered-publisher-system.so" |
261 | | - name="ignition::gazebo::systems::TriggeredPublisher"> |
262 | | - <input type="ignition.msgs.Int32" topic="/keyboard/keypress"> |
263 | | - <match field="data">16777235</match> |
| 259 | + <!-- Moving Left--> |
| 260 | + <plugin filename="gz-sim-triggered-publisher-system" |
| 261 | + name="gz::sim::systems::TriggeredPublisher"> |
| 262 | + <input type="gz.msgs.Int32" topic="/keyboard/keypress"> |
| 263 | + <match field="data">16777234</match> |
264 | 264 | </input> |
265 | | - <output type="ignition.msgs.Twist" topic="/cmd_vel"> |
266 | | - linear: {x: 0.5}, angular: {z: 0.0} |
| 265 | + <output type="gz.msgs.Twist" topic="/cmd_vel"> |
| 266 | + linear: {x: 0.0}, angular: {z: 0.5} |
267 | 267 | </output> |
268 | 268 | </plugin> |
269 | | - |
270 | | - <!-- Moving Backward--> |
271 | | - <plugin filename="libignition-gazebo-triggered-publisher-system.so" |
272 | | - name="ignition::gazebo::systems::TriggeredPublisher"> |
273 | | - <input type="ignition.msgs.Int32" topic="/keyboard/keypress"> |
274 | | - <match field="data">16777237</match> |
| 269 | + <!-- Moving Forward--> |
| 270 | + <plugin filename="gz-sim-triggered-publisher-system" |
| 271 | + name="gz::sim::systems::TriggeredPublisher"> |
| 272 | + <input type="gz.msgs.Int32" topic="/keyboard/keypress"> |
| 273 | + <match field="data">16777235</match> |
275 | 274 | </input> |
276 | | - <output type="ignition.msgs.Twist" topic="/cmd_vel"> |
277 | | - linear: {x: -0.5}, angular: {z: 0.0} |
| 275 | + <output type="gz.msgs.Twist" topic="/cmd_vel"> |
| 276 | + linear: {x: 0.5}, angular: {z: 0.0} |
278 | 277 | </output> |
279 | 278 | </plugin> |
280 | | - |
281 | | - <!-- Rotating right--> |
282 | | - <plugin filename="libignition-gazebo-triggered-publisher-system.so" |
283 | | - name="ignition::gazebo::systems::TriggeredPublisher"> |
284 | | - <input type="ignition.msgs.Int32" topic="/keyboard/keypress"> |
| 279 | + <!-- Moving Right--> |
| 280 | + <plugin filename="gz-sim-triggered-publisher-system" |
| 281 | + name="gz::sim::systems::TriggeredPublisher"> |
| 282 | + <input type="gz.msgs.Int32" topic="/keyboard/keypress"> |
285 | 283 | <match field="data">16777236</match> |
286 | 284 | </input> |
287 | | - <output type="ignition.msgs.Twist" topic="/cmd_vel"> |
| 285 | + <output type="gz.msgs.Twist" topic="/cmd_vel"> |
288 | 286 | linear: {x: 0.0}, angular: {z: -0.5} |
289 | 287 | </output> |
290 | 288 | </plugin> |
291 | | - |
292 | | - <!--Rotating left--> |
293 | | - <plugin filename="libignition-gazebo-triggered-publisher-system.so" |
294 | | - name="ignition::gazebo::systems::TriggeredPublisher"> |
295 | | - <input type="ignition.msgs.Int32" topic="/keyboard/keypress"> |
296 | | - <match field="data">16777234</match> |
| 289 | + <!-- Moving Backward--> |
| 290 | + <plugin filename="gz-sim-triggered-publisher-system" |
| 291 | + name="gz::sim::systems::TriggeredPublisher"> |
| 292 | + <input type="gz.msgs.Int32" topic="/keyboard/keypress"> |
| 293 | + <match field="data">16777237</match> |
297 | 294 | </input> |
298 | | - <output type="ignition.msgs.Twist" topic="/cmd_vel"> |
299 | | - linear: {x: 0.0}, angular: {z: 0.5} |
| 295 | + <output type="gz.msgs.Twist" topic="/cmd_vel"> |
| 296 | + linear: {x: -0.5}, angular: {z: 0.0} |
300 | 297 | </output> |
301 | 298 | </plugin> |
302 | 299 | </world> |
|
0 commit comments