-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Windows & Iron] Issues with Running URDF Tutorial of the Building a Visual Robot Model with URDF from Scratch tutorial on Windows #3996
Comments
It may be that this tutorial needs to be updated to take advantage of file-content substitution, which was added late in the iron release cycle: ros2/launch#708 |
Hi, @mjcarroll, If possible, I would greatly appreciate your assistance in updating the tutorial to address these Windows-specific challenges. Additionally, if there are any suggestions or temporary workarounds I could try in the meantime, I would be grateful for your guidance. Thank you for your time and dedication to maintaining the ROS documentation. Your efforts greatly aid learners like myself in navigating and utilizing ROS more effectively. Looking forward to your response. Best regards, |
@clalancette is it possible ros2/launch#708 needs a backport? 🧇 |
Well, we already backported it to iron a while ago. We never did backport it to humble, though I don't think that is what this issue is asking for (since it was filed against iron). That said, in the meantime we actually have removed the problematic portion of this documentation. In particular, @songyuc Can you give this another try on Windows? |
Hi, @clalancette, I retry reimplementing the tutorial to launch a URDF model using the The URDF files are located in The command I am running is: ros2 launch urdf_tutorial display.launch.py model:=install/share/urdf_tutorial/urdf/01-myfirst.urdf And the error message is:
I have tried checking the ROS2 environment configuration and my Python environment, but everything seems to be in order. Any help or guidance would be greatly appreciated. |
I have been following the Building a Visual Robot Model with URDF from Scratch tutorial using ROS 2 on Windows. I encountered an issue when executing the command to launch the
display.launch.py
file in the One Shape section:The terminal returned a file not found error:
[WinError 2] The system cannot find the file specified.
even though the01-myfirst.urdf
file exists in theurdf
directory within theurdf_tutorial
package. I attempted the command modification suggested in the tutorial to work regardless of the current working directory, but it returned an unrecognized argument error.ros2: error: unrecognized arguments: --share urdf_tutorial`/urdf/01-myfirst.urdf
I would like to know if this tutorial is supported on Windows and if there are additional steps required to run it successfully on this platform. Any help or guidance would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: