typo
This commit is contained in:
parent
ed8dd12fdb
commit
df4c244b0c
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue