-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(package): fixes several issues with rending packages from apply m…
…anifests * fixed invalid ros config rendering * fix maximum memory limit typo * fixed typos related ros QoS, maximum memory limit * fixed package cloning issue * ran generate-validation script Co-authored-by: aditya_jha4 <[email protected]> Co-authored-by: Yifei Xu <[email protected]> Co-authored-by: Pallab Pain <[email protected]>
- Loading branch information
1 parent
0831a0c
commit c1acc1e
Showing
11 changed files
with
30 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,7 +183,7 @@ definitions: | |
memory: | ||
type: number | ||
min: 256 | ||
max: 32678 | ||
max: 32768 | ||
required: | ||
- type | ||
dependencies: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = "2.16.1" | ||
VERSION = "2.16.2" | ||
import re | ||
from fastjsonschema import JsonSchemaValueException | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = "2.16.1" | ||
VERSION = "2.16.2" | ||
import re | ||
from fastjsonschema import JsonSchemaValueException | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = "2.16.1" | ||
VERSION = "2.16.2" | ||
import re | ||
from fastjsonschema import JsonSchemaValueException | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = "2.16.1" | ||
VERSION = "2.16.2" | ||
import re | ||
from fastjsonschema import JsonSchemaValueException | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = "2.16.1" | ||
VERSION = "2.16.2" | ||
import re | ||
from fastjsonschema import JsonSchemaValueException | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = "2.16.1" | ||
VERSION = "2.16.2" | ||
import re | ||
from fastjsonschema import JsonSchemaValueException | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = "2.16.1" | ||
VERSION = "2.16.2" | ||
import re | ||
from fastjsonschema import JsonSchemaValueException | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = "2.16.1" | ||
VERSION = "2.16.2" | ||
import re | ||
from fastjsonschema import JsonSchemaValueException | ||
|
||
|