File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ Gazebo 2+ for playback. [BitBucket pull request
32
32
#257 ] ( https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-gazebo/pull-requests/257 )
33
33
added an SDF message to the start of log files.
34
34
35
+ * Log playback using ` <path> ` SDF parameter is deprecated. Use ` --playback `
36
+ command line argument instead.
37
+
35
38
## Ignition Gazebo 1.0.2 to 1.1.0
36
39
37
40
* All headers in ` gazebo/network ` are no longer installed.
Original file line number Diff line number Diff line change 2
2
<!--
3
3
Log playback demo.
4
4
5
+ This file will be removed in Ignition Dome. Use the command line argument
6
+ for playback instead.
7
+
5
8
Running this world will playback log files located at /tmp/log.
6
9
7
10
You can record such a log by running one of the `log_record*.sdf` files,
15
18
<plugin
16
19
filename =' libignition-gazebo-log-system.so'
17
20
name =' ignition::gazebo::systems::LogPlayback' >
21
+ <!-- Deprecation warning: This parameter will be removed in Ignition Dome.
22
+ Use the command line argument for playback instead. -->
18
23
<path >/tmp/log</path >
19
24
</plugin >
20
25
</world >
Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ directory specified to record:
114
114
115
115
### From plugin in SDF
116
116
117
+ This feature is deprecated and will be removed in Ignition Dome.
118
+ Use the command line argument instead.
119
+
117
120
Alternatively, playback can be specified in an SDF file. See example file
118
121
` examples/worlds/log_playback.sdf ` :
119
122
You can’t perform that action at this time.
0 commit comments