-
Notifications
You must be signed in to change notification settings - Fork 214
Adding Environment Information to ros2doctor #1046
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Adding environment configuration to reports can help with debugging and reporting bugs.
Motivation
Sometimes people can have weird configurations or forget they have ROS_DOMAIN_ID set. Adding this information to the report can bug reports as well general system debugging.
Design / Implementation Considerations
There are two possible implementation methods. First would be to just to report every environment variable that contains ROS or RMW. Another possible solution would be creating some master list of all used environment varibles at the rcl level and then choose from that subset which enviroment variables are actually cared about.
I have a draft implementation in #1045 of the first method.
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request