PythonAPI icon indicating copy to clipboard operation
PythonAPI copied to clipboard

Python API for Simulator

Results 32 PythonAPI issues
Sort by recently updated
recently updated
newest added

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...

I select one vehicle in vehicles library , this vehicle have one lidar, one camera.... when I receve the lidar data with `PythonAPI` , I found the point cloud only...

Hello, I was wondering if there is a way to check if the ego vehicle is still on the road or between the lane lines using PythonAPI.

I have the lane-line sensor plugin implemented in my vehicle during the simulation. If I created a web simulation, sensor seems to work well, but when I run my python...

wp.acceleration is 'Vector' type, which occurs a problem when dumps.

I tried to execute a Python API i get the below error ![image](https://user-images.githubusercontent.com/87803506/146182849-f09b2f33-10a7-4004-904c-8d0b40c72dce.png) File "scenario.train.py", line 101, in sim.load(scene_name) File "/home/jsae/aichallenge2021/PythonAPI/lgsvl/utils.py", line 23, in new_f return f(*args, **kwargs) File "/home/jsae/aichallenge2021/PythonAPI/lgsvl/simulator.py",...

Hey, i am using LGSVL SIM and using python API and LGSVL-Gym to train RL agent. the regular sensrs that the API publish arent enough for me and i would...

Hi, I'm following this tutorial https://www.lgsvlsimulator.com/docs/api-how-to-run-scenario/ and trying to run the API through a remote machine. Sim machine runs Windows 10. API machine runs Linux. I could ping both machines...

Hello and thank you for your beautiful project! Can I use the keyboard or steering wheel to control the car while using PythonAPI? In fact, I also want to get...