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
Run this command in the container to start Dreamview: ./scripts/bootstrap.sh
Start the bridge and spawn the ego vehicle: python carla_cyber_bridge/bridge.py and python carla_spawn_objects/carla_spawn_objects.py
Start a co-simulation: Open apollo client: http://localhost:8888
python main.py
Expected Behavior
Actual Behavior
The channel perception_obstacle in dreamview report the time delay normally. But in the terminal, there are not any message passing through the channel. I tried to use cyber_channel echo and there are not any message printed out.
Why? I found the issues ApolloAuto/apollo#15319, is the error related to it?
The text was updated successfully, but these errors were encountered:
Describe the bug
In what area(s)?
Steps to Reproduce the Problem
Steps to reproduce the behavior:
./scripts/bootstrap.sh
python carla_cyber_bridge/bridge.py
andpython carla_spawn_objects/carla_spawn_objects.py
Open apollo client: http://localhost:8888
Expected Behavior
Actual Behavior
The channel perception_obstacle in dreamview report the time delay normally. But in the terminal, there are not any message passing through the channel. I tried to use cyber_channel echo and there are not any message printed out.
Why? I found the issues ApolloAuto/apollo#15319, is the error related to it?
The text was updated successfully, but these errors were encountered: