-
Notifications
You must be signed in to change notification settings - Fork 16
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
Asset Not Found Error #2
Comments
Also, how would I load in personal sensor configurations that are private? I have them downloaded locally, but I get asset not found error for that as well |
I'll add all public resources to race.ossdc.org so you could use them from API scripts. This demo is using the Dallara IL-15: Try the steps from here: Private assets need to be added manually to the data.db and to the appropriate folder. We will improve this process in next few weeks. |
it would be great if anyone can show us how to add private assets to data.db and to the appropriate folder? |
Check this comment on how to use other maps and vehicles configs: |
Hello, when I try to load in the F1-Tenth car, that works perfectly. However, whenever I change the name in "add_agent", I keep getting Asset Not Found for every other vehicle. For example, I tried to load the
DallaraIL15
using (I already have a local version of the vehicle saved in the data path and shows up in the data.db file:ego = sim.add_agent(name = "e768f24a-2d51-41b2-8976-52d2ed4178a5", agent_type = lgsvl.AgentType.EGO, state = None)
and
ego = sim.add_agent(name = "a7a860aa-f386-454c-a45e-ca3e8577fcc4", agent_type = lgsvl.AgentType.EGO, state = None)
However, I got the respective Errors:
The text was updated successfully, but these errors were encountered: