You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, i have built carla ue4 editor for 0.9.15. But, whenever i try to run any examples, i get this error:
ValueError: role_name: colors must have 3 channels (R,G,B)
i tried to follow the solution in github carla issues #8035 (#8035 (comment))
But, when i command "git fetch --all --tags" in a terminal, i get this in return: "fatal: not a git repository (or any of the parent directories): .git"
Previously, i got this fatal error during make PythonAPI command, but I solved that error by updating the setup.sh file and mentioning the carla version ->
#CARLA_VERSION=$(get_git_repository_version) in line 878 of Setup.sh .
change it to your Carla version and it would be work.
I've changed it to CARLA_VERSION="0.9.15".)
Using on Ubuntu 20.04
carla 0.9.15 on ue4
The text was updated successfully, but these errors were encountered:
hi, i have built carla ue4 editor for 0.9.15. But, whenever i try to run any examples, i get this error:
ValueError: role_name: colors must have 3 channels (R,G,B)
i tried to follow the solution in github carla issues #8035 (#8035 (comment))
But, when i command "git fetch --all --tags" in a terminal, i get this in return: "fatal: not a git repository (or any of the parent directories): .git"
Previously, i got this fatal error during make PythonAPI command, but I solved that error by updating the setup.sh file and mentioning the carla version ->
#CARLA_VERSION=$(get_git_repository_version) in line 878 of Setup.sh .
change it to your Carla version and it would be work.
I've changed it to CARLA_VERSION="0.9.15".)
Using on Ubuntu 20.04
carla 0.9.15 on ue4
The text was updated successfully, but these errors were encountered: