carla
carla copied to clipboard
help: how to debug carla in vscode (ubuntu)
can someone provide a tutorial to explain how to setup a carla project in vscode (ubuntu OS) and how to debug the code? i did the following step:
- change the UE editor preferences to visual studio code,
- press play button in the UE4,
- open visual studio code in CaralUE4
- run and debug in vs,
- in the vs terminal, run the python tutorial.py, however, it is said ImportError: no module named carla
what i try to do is to build carla project in vs and try to trace how functions in both server and client side work, thanks a lot.