Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rospy: console output formatting using ROSCONSOLE_FORMAT #517

Closed
mjyc opened this issue Oct 28, 2014 · 3 comments
Closed

rospy: console output formatting using ROSCONSOLE_FORMAT #517

mjyc opened this issue Oct 28, 2014 · 3 comments

Comments

@mjyc
Copy link
Contributor

mjyc commented Oct 28, 2014

ROS C++ has a feature that controls output formatting using ROSCONSOLE_FORMAT environment variable. However, it seems like this feature is not in rospy and this issue shows possible update on rospy to provide the feature.

Is this feature still being considered to be implemented in rospy?
If not, I'm interested in implementing this feature myself & make PR, however, rospy seems quite complex and not sure where to implement this functionality. Any guidelines & suggestion to implement this would be very helpful.

@dirk-thomas
Copy link
Member

It is not planned to add this feature to rospy (hence there is no open ticket for yet). Please feel free to look into it but consider that any patch which requires changing API / default behavior will likely only be applied for future ROS versions.

rospy uses the Python logging package to handle most of the logging logic. You can find the entry points for logging in the rospy.core module:

#########################################################

I will mark this ticket with the milestone untargeted since the maintainers are not likely not spend any time on this feature.

@dirk-thomas dirk-thomas added this to the untargeted milestone Oct 28, 2014
@wjwwood
Copy link
Member

wjwwood commented Oct 29, 2014

Reference: osrf/capabilities#24

@dirk-thomas
Copy link
Member

The corresponding PR has been merged and released. Thanks!

@dirk-thomas dirk-thomas removed this from the untargeted milestone Jan 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants