We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(chatscene) robot@WP:~/桌面/Scenic$ scenic examples/carla/pedestrian.scenic --model scenic.simulators.carla.model --simulate Beginning scenario construction... pygame 2.3.0 (SDL 2.24.2, Python 3.8.20) Hello from the pygame community. https://www.pygame.org/contribute.html Loading cached version of road network... Loaded cached network in 0.40 seconds. Traceback (most recent call last; use -b to show Scenic internals): File "/home/robot/桌面/Scenic/examples/carla/pedestrian.scenic", line 5 ego = new Car ^ ScenicSyntaxError: invalid syntax
How can I solve it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(chatscene) robot@WP:~/桌面/Scenic$ scenic examples/carla/pedestrian.scenic --model scenic.simulators.carla.model --simulate
Beginning scenario construction...
pygame 2.3.0 (SDL 2.24.2, Python 3.8.20)
Hello from the pygame community. https://www.pygame.org/contribute.html
Loading cached version of road network...
Loaded cached network in 0.40 seconds.
Traceback (most recent call last; use -b to show Scenic internals):
File "/home/robot/桌面/Scenic/examples/carla/pedestrian.scenic", line 5
ego = new Car
^
ScenicSyntaxError: invalid syntax
How can I solve it?
The text was updated successfully, but these errors were encountered: