-
Notifications
You must be signed in to change notification settings - Fork 22
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
ZODocker.cs error after installing ZeroSim package for Unity 3D #15
Comments
Thank you for spotting this issue. I'm actually surprised this had not come up much earlier. This is an error that there is a dependency on NOTE: Updating the ZeroSim package is not automagic in Unity. You will want to: Go into the Unity Package Manager, select "+" button, and then select Add Package From Git URL... and enter git@github.com:fsstudio-team/ZeroSimROSUnity.git . Finally re-import the ZeroSim samples. The ZeroSim Unity package version should be 0.1.17 |
Now when i update ZeroSim and re-import the samples i get this error:
|
Im closing this issue because I found the problem and it's a problem with the Import mechanism in Unity Package Manager, it seems like it doesn't get the git lfs files, I tried to fix it by cloning the repo manually with git lfs installed and it works. You should put some kind of warning or caution message on the Getting Started tutorial so people who find this problem can know what they can do to fix it. Anyways, thanks for developing this package, its very useful for robotics students like me. |
@cramirez98 I'm a bit at a loss. That should be included as part of the ZeroSim package (see: https://github.com/fsstudio-team/ZeroSimROSUnity/tree/master/Runtime/Plugins) -- actually just notice |
@cramirez98 Oh excellent. How did you fix the LFS issue? That has been reported a couple of times but it's not been clear on how to fix it and we have been unable to reproduce it. |
The procedure i did was the following:
|
Forgot to say that i cloned the repo using Git LFS v2.13.3 |
I followed the procedure mentioned by @cramirez98, just had to replace |
@cramirez98 Thanks for the help ! |
Hello, i tried to do the "Running TurtleBot Test Scene" tutorial, but when i tried to start the Unity simulation, i see 2 errors on the console, they say the following:
I really dont know what i did wrong because i did everything that is said in the "Setting up a new Unity Project" and "Getting ZeroSim ROS Docker Container" tutorials. My system is: Ubuntu 20.04, ROS Noetic, Unity 2020.3.18f1.
I already installed docker and can run it without any problem.
The text was updated successfully, but these errors were encountered: