Skip to content

Car in UnityDemo Project does not move using PythonClient scripts #2631

Description

I am running PR #2328 to avoid the Unity CarDemo project from crashing on startup.

On Windows10 , running Unity 2019.2.17f1.
I am running the UnityDemo project.
I get 100s of logs in the unity console log:

Control Mode:  Keyboard Vehicle=PhysXCar
UnityEngine.Debug:Log(Object)

None of the python scripts in the PythonClient/car folder make the car in the Unity demo project move. I can however move the car using the WASD keys and the arrow keys.

When running a Python script, I get the following messages in Unity repeatedly:

Control Mode:  Keyboard Vehicle=PhysXCar
Control Mode:  API Vehicle=PhysXCar
Control Mode:  Keyboard Vehicle=PhysXCar
Control Mode:  API Vehicle=PhysXCar
...

When I try and run hello_car.py and running the Unity demo, the python script reports 'connected', however the car doesn't move. The same happens with the drive_straight.py script.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions