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

Cannot launch when there's a [space] to the ros_ws path #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lypoluz
Copy link

@lypoluz lypoluz commented Dec 15, 2024

If there is a [space] in the path to the ros_ws, the xacro command will throw an error.
This is fixed with this commit.

If there is a [space] in the path to the `ros_ws`, the xacro command will throw an error.

Signed-off-by: dominik potulski <[email protected]>
Copy link
Member

@SteveMacenski SteveMacenski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't disagree that this would fix that issue, however there are numerous locations where we get paths to files and directories. I think we should aim to solve that for all instances of os.path.join that are user-configurable so that you don't just run into this problem next file you change as well :-)

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.

2 participants