[ros2doctor] Environment Report#1045
Conversation
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
|
Updated this PR: to use list as dicussed in #1046. CC: @fujitatomoya |
fujitatomoya
left a comment
There was a problem hiding this comment.
test would be ideal.
but before adding the test, i would like to bring this PR to ROS PMC meeting for the approval. IMO this is still helpful information.
Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com> Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Sure let me know their thoughts and if they are fine with this approach will add tests. Just didn't want to spend time writing tests for an approach they disagree with. |
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
… into environment-report
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
|
Consensus from the meeting seems to be that the variables living here for now is fine. Until a better place is found for them in the future. |
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
|
This pull request has been mentioned on Open Robotics Discourse. There might be relevant details there: https://discourse.openrobotics.org/t/ros-pmc-minutes-for-august-5-2025/49439/1 |
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
fujitatomoya
left a comment
There was a problem hiding this comment.
lgtm with green CI.
|
Pulls: #1045 |
|
@fujitatomoya fyi the tests are not all working yet. Working on some kinks still. will ping when complete. |
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
|
Got it down to only |
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
|
@fujitatomoya Ok there seems to be some flakeyness on the |
Co-authored-by: Christophe Bedard <bedard.christophe@gmail.com> Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
|
@InvincibleRMC @christophebedard thanks! and 🤞🤞🤞 |
Co-authored-by: Christophe Bedard <bedard.christophe@gmail.com> Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
|
Pulls: #1045 |
|
@ros-pull-request-builder retest this please |
|
I created an issue with more information: #1088 |
|
@fujitatomoya what do you think? |
|
@christophebedard thanks for the information, i do agree with you. those failures are not related to this PR. i think we can take this PR and address #1088 with another PR. |
|
@InvincibleRMC as we talked bi-weekly meeting, can you update the ros2_documentation about the support for service/action endpoint list and environmental variables a bit? |
|
|
||
| RMW_FASTRTPS_ENVIRONMENT_VARIABLES: Final = [ | ||
| 'FASTDDS_BUILTIN_TRANSPORTS', | ||
| 'FASTRTPS_DEFAULT_PROFILES_FILE', |
There was a problem hiding this comment.
@InvincibleRMC weird follow-up, but I think this was renamed to FASTDDS_DEFAULT_PROFILES_FILE now, see ros2/rmw_fastrtps#806
There was a problem hiding this comment.
Do you think it would be better to flat out update it or have both with a note that one of them is deprecated?
There was a problem hiding this comment.
I think it should be updated to the new name here.
Separately, maybe there should be a list of deprecated env vars for which we list values (if set) and warn that they are deprecated?
Description
Adds gathering environment information to
ros2 doctor --reportFixes #1046
Is this user-facing behavior change?
It will allow reports to contain more useful debugging information.
Did you use Generative AI?
No
Additional Information