Unity-Technologies / Robotics-Object-Pose-Estimation

A complete end-to-end demonstration in which we collect training data in Unity and use that data to train a deep neural network to predict the pose of a cube. This model is then deployed in a simulated robotic pick-and-place task.
Apache License 2.0
293 stars 75 forks source link

Problems in step 2 of the tutorial - Add and Set Up Randomizers #37

Closed RockStheff closed 2 years ago

RockStheff commented 3 years ago

Hi there, I was trying to follow the steps of the tutorial, and I came across an impasse. More specifically, in Part 2, The moment that I search the scripts in c#, to add them in the game Object "Simulation Scenario", appears in the search bar as "not found". -> At this stage!

image

I tried to test in different versions of Unity editor, and did not succeed. Starting from the topic "Domain Randomization" in some C# scripts are not being recognized as a component in a given Game Object. Could you steer me somehow??? Thank you in advance.

mrpropellers commented 3 years ago

Hi @RockStheff sorry for the delay. I've flagged this for investigation internally, but we'll need more information about your environment to provide help. Can you confirm that you're not getting any compile issues in the console? Which version of Unity are you using?

RockStheff commented 3 years ago

Hi @RockStheff sorry for the delay. I've flagged this for investigation internally, but we'll need more information about your environment to provide help. Can you confirm that you're not getting any compile issues in the console? Which version of Unity are you using?

I am using this version image At the stage of entering the code c# pose estimation scenario. image when inserting this script, it is not found.

mrpropellers commented 3 years ago

Does this script exist on disk? You should be able to find it in TutorialAssets/Scripts in your Project browser (in the bottom-left in Unity's default layout). If the script is there, but not available as a component, it may be that you have errors in your console which indicate some kind of compile failure.

RockStheff commented 2 years ago

is exactly that, the scripts contained in the Assets tutorial folder are not being recognized as a component. I have started the tutorial several times, and every time that i arrive at this part always happens this problem. How can I fix it??

mrpropellers commented 2 years ago

We can't help you fix the error without first knowing what it is and how to reproduce it. Can you please look in your Console tab and report what errors you are seeing there?

mrpropellers commented 2 years ago

Closing due to inactivity