Replies: 1 comment 2 replies
-
Importing Generally I would recommend users to just put
at the top of any modules where they will be using rclrs. If you do this then you won't need to explicitly import the trait. We should consider also providing a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new logging functionality requires one to explicitly import
rclrs::ToLogParams
. I understand why is this needed, but, it looks to me like an impl detail. My Rust is not that good to judge whether this can be refactored or not... but the gist is: can we avoid that users have to import ToLogParams?@geoff-imdex @mxgrey WDYT?
Beta Was this translation helpful? Give feedback.
All reactions