Commit
·
2c28a10
1
Parent(s):
a90431d
Fix frame_id data type in scenario.json
Browse filesThis fixes a warning raised by scenario_runner
Change-Id: Ib41454ee02f1f403dab52b6e456ee6b22e6cc284
- scenario/scenario.json +2 -2
scenario/scenario.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"commands": [
|
| 3 |
{
|
| 4 |
"mark_boundary": {
|
| 5 |
-
"frame_id":
|
| 6 |
"resources": []
|
| 7 |
}
|
| 8 |
},
|
|
@@ -212,7 +212,7 @@
|
|
| 212 |
},
|
| 213 |
{
|
| 214 |
"mark_boundary": {
|
| 215 |
-
"frame_id":
|
| 216 |
"resources": [
|
| 217 |
"out_colour"
|
| 218 |
]
|
|
|
|
| 2 |
"commands": [
|
| 3 |
{
|
| 4 |
"mark_boundary": {
|
| 5 |
+
"frame_id": 0,
|
| 6 |
"resources": []
|
| 7 |
}
|
| 8 |
},
|
|
|
|
| 212 |
},
|
| 213 |
{
|
| 214 |
"mark_boundary": {
|
| 215 |
+
"frame_id": 1,
|
| 216 |
"resources": [
|
| 217 |
"out_colour"
|
| 218 |
]
|