Skip to content

Commit

Permalink
refactor(dummy_perception_publisher): rework parameters
Browse files Browse the repository at this point in the history
update schema file | Signed-off-by: Batuhan Beytekin <[email protected]>
  • Loading branch information
batuhanbeytekin committed Sep 19, 2024
1 parent d114b3b commit 9adb263
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"detection_successful_rate": {
"type": "number",
"default": 0.8,
"description": "sensor detection rate. (min) 0.0 - 1.0(max)"
"minimum": 0.0,
"maximum": 1.0,
"description": "sensor detection rate."
},
"enable_ray_tracing": {
"type": "boolean",
Expand Down

0 comments on commit 9adb263

Please sign in to comment.