rosrust icon indicating copy to clipboard operation
rosrust copied to clipboard

Add Support for Rosout

Open netzdoktor opened this issue 4 years ago • 1 comments

For testing purposes, it would be great if the logging could be dynamically configures to publish to the /rosout topic, as in the roscpp and rospy modules.

netzdoktor avatar Jul 31 '20 05:07 netzdoktor

I would think that doing this could easily be the responsibility of a rosrust-log crate. Implementing a Rust logger looks fairly simple, so from there it's just a matter of forwarding it to rosout.

neachdainn avatar Oct 02 '20 23:10 neachdainn