This commit is contained in:
stelzo 2024-05-16 11:35:19 +02:00
parent ed8dd12fdb
commit df4c244b0c
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ impl From<RPCL2Point<5>> for CustomPoint {
} }
} }
// Define wow we want to name the fields in the message. // Define how we want to name the fields in the message.
impl Fields<5> for CustomPoint { impl Fields<5> for CustomPoint {
fn field_names_ordered() -> [&'static str; 5] { fn field_names_ordered() -> [&'static str; 5] {
["x", "y", "z", "intensity", "my_custom_label"] ["x", "y", "z", "intensity", "my_custom_label"]