Unity-Technologies / URDF-Importer

URDF importer
Apache License 2.0
214 stars 71 forks source link

No option to "import Robot from URDF" #225

Closed slgotting closed 4 months ago

slgotting commented 4 months ago

To Reproduce

  1. Run "docker run -it --rm -p 10000:10000 unity-robotics:pick-and-place /bin/bash"
  2. Follow this tutorial: https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/main/tutorials/pick_and_place/1_urdf.md
  3. Using their exact version recommended 2020.3.11f1
  4. URDF 0.5.2 installed in package manager
  5. Use Ubuntu 22.04?? Seems like I'm always running into weird issues. Maybe I should switch to Windows?
  6. ...
  7. No option to "Import Robot from URDF"

Console logs / stack traces From Unity window ( they seem unrelated, but maybe causing an issue? )

Assembly for Assembly Definition File 'Assets/RosMessages/Unity.Robotics.RosMessages.asmdef' will not be compiled, because it has no scripts associated with it.
UnityEditor.Scripting.ScriptCompilation.EditorCompilationInterface:CompileScriptsNoStop (UnityEditor.Scripting.ScriptCompilation.EditorScriptCompilationOptions,UnityEditor.BuildTargetGroup,UnityEditor.BuildTarget,string[]) (at /home/bokken/buildslave/unity/build/Editor/Mono/Scripting/ScriptCompilation/EditorCompilationInterface.cs:306)

Expected behavior Expect to see the option Import Robot From URDF in both Assets dropdown and right clicking URDF file

Environment (please complete the following information, where applicable):

Additional Context This is from the tutorial package https://github.com/Unity-Technologies/Unity-Robotics-Hub/tree/main and upon opening up this project I immediately had warnings and errors. 2 blank errors and 4 warnings about stuff "will not be compiled because it has no scripts associated with it"