We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run the quickstart/08-create-npc.py
I got errors
Python API Quickstart #8: Creating various NPCs
Traceback (most recent call last):
File "./quickstart/08-create-npc.py", line 40, in
npc = sim.add_agent("Sedan", lgsvl.AgentType.NPC)
File "/home/xj/PythonAPI/lgsvl/utils.py", line 23, in new_f
return f(*args, **kwargs)
File "/home/xj/PythonAPI/lgsvl/simulator.py", line 164, in add_agent
uid = self.remote.command("simulator/add_agent", args)
File "/home/xj/PythonAPI/lgsvl/remote.py", line 69, in command
raise Exception(data["error"])
Exception: Object reference not set to an instance of an object
running in ubuntu20.04
The text was updated successfully, but these errors were encountered:
I have same problem here, when using simulator.exe built from source code(2021.3). The release version is fine.
Sorry, something went wrong.
any update regarding this issue?
No branches or pull requests
When I run the quickstart/08-create-npc.py
I got errors
Python API Quickstart #8: Creating various NPCs
Traceback (most recent call last):
File "./quickstart/08-create-npc.py", line 40, in
File "/home/xj/PythonAPI/lgsvl/utils.py", line 23, in new_f
File "/home/xj/PythonAPI/lgsvl/simulator.py", line 164, in add_agent
File "/home/xj/PythonAPI/lgsvl/remote.py", line 69, in command
Exception: Object reference not set to an instance of an object
running in ubuntu20.04
The text was updated successfully, but these errors were encountered: