You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I manually updated the above line to contain to bash ~/ros2_humble/install/local_setup.bash && xacro <path/to/r2d2.urdf> && env
Then, I re-generated a .vsix file and reinstalled the extension. After doing so, I don't get the error notification, but PreviewURDF gives me a blank screen.
Repro steps
<how to reproduce the bug. Please attach sample files or github repo if appropriate.>
Install ros2 humble from source (so it's not in the default /opt/ros/... location
(Please add appropriate labels)
<Version of the plugin>
Tried the latest version 0.92
what is the bug
URDF preview would give an error saying xacro led to an error. However, when I manually source the setup script, xacro works:
and produces a valid urdf.
So, I went into the repo's code to update this line which would initially lead to the error notification when trying to preview:
I manually updated the above line to contain to
bash ~/ros2_humble/install/local_setup.bash && xacro <path/to/r2d2.urdf> && env
Then, I re-generated a .vsix file and reinstalled the extension. After doing so, I don't get the error notification, but
PreviewURDF
gives me a blank screen.Repro steps
<how to reproduce the bug. Please attach sample files or github repo if appropriate.>
/opt/ros/...
locationexpected behavior
I should see the robot URDF.
additional context
Robot URDF attached
r2d2-txt-because-github-doesnt-like-urdf.txt
The text was updated successfully, but these errors were encountered: