Skip to content

Commit

Permalink
chore(nebula_ros): update supported return modes in parameter schemas…
Browse files Browse the repository at this point in the history
… for hesai sensors
  • Loading branch information
mojomex committed Sep 2, 2024
1 parent 9b17898 commit bf58f5c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions nebula_ros/schema/Pandar40P.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"enum": [
"Last",
"Strongest",
"LastStrongest",
"Dual"
]
},
Expand Down
1 change: 1 addition & 0 deletions nebula_ros/schema/Pandar64.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"enum": [
"Last",
"Strongest",
"LastStrongest",
"Dual"
]
},
Expand Down
3 changes: 0 additions & 3 deletions nebula_ros/schema/PandarAT128.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@
"Last",
"Strongest",
"LastStrongest",
"First",
"LastFirst",
"FirstStrongest",
"Dual"
]
},
Expand Down
1 change: 1 addition & 0 deletions nebula_ros/schema/PandarQT64.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"enum": [
"Last",
"First",
"LastFirst",
"Dual"
]
},
Expand Down

0 comments on commit bf58f5c

Please sign in to comment.