carla icon indicating copy to clipboard operation
carla copied to clipboard

Cannot use the Carla API normally in the pycharm IDE

Open chenhengwei1999 opened this issue 3 years ago • 0 comments

My computer informatiom: <CARLA version: 0.9.12> <Platform/OS: Ubuntu 20.04.04 focal>

My Problem: After configuring the running environment of Carla in the IDE of pycharm, I found that I can not use the API well. For example, when I use <world = client get_ world()>, although there is no error, the world object has no syntax prompt. See the following figure:

image

First, I checked the versions of Carla server and Carla client. They are consistent. See the following figure:

image

Second, I did the same operation on the command line interface, but the API can be used normally only on the command line. See the following figure:

image

Does anyone know how to use Python API normally in IDEs such as pycharm? Thank you.

chenhengwei1999 avatar Aug 15 '22 07:08 chenhengwei1999