-
Notifications
You must be signed in to change notification settings - Fork 288
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
Update rsp.launch.py #7
base: main
Are you sure you want to change the base?
Conversation
Fixes rsp.py to load robot description as a string
Without this patch it tries to load the xacro as a yaml file which is undesired |
Thanks, I had been meaning to chase this one down! (I had seen the warnings but not looked into it as it seemed to work). I'll merge it in once I have a chance to flag it in a video so that things are kept in sync :) |
For me rsp would not launch at all without this patch |
Really? With everything else the same? I don't really want to merge it blindly without flagging it in a video since they are meant to be kept "in sync" but I will definitely make it a priority (and hopefully others with the same issue who are capable will find your fixes here). |
I will link my repo |
Based on foxy with only slight variations due to my robot design |
Fixes rsp.launch.py to load robot description as a string