Skip to content

Comments

Redirect stderr to pipe instead of STDOUT#53

Merged
flferretti merged 1 commit intomainfrom
52-loading-a-urdf-fail-if-ld_debuglibs-is-set-in-the-env-variable
Nov 26, 2024
Merged

Redirect stderr to pipe instead of STDOUT#53
flferretti merged 1 commit intomainfrom
52-loading-a-urdf-fail-if-ld_debuglibs-is-set-in-the-env-variable

Conversation

@flferretti
Copy link
Collaborator

Redirecting stderr to a pipe allows for better error handling and separation of standard output and error messages.

Fixes #52

@traversaro
Copy link
Collaborator

Just tested running LD_DEBUG=libs pytest in rod , and indeed it fails with main and passes with this PR, thanks!

@flferretti flferretti merged commit 4fd6975 into main Nov 26, 2024
@flferretti flferretti deleted the 52-loading-a-urdf-fail-if-ld_debuglibs-is-set-in-the-env-variable branch November 26, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Loading a URDF fail if LD_DEBUG=libs is set in the env variable

2 participants