Replies: 1 comment 7 replies
-
For the first question, you should start the simulated camera in AWSIM and select the "/sensing/camera/traffic_light/image_raw" topic of TrafficLight in the Displays panel in RVIZ; |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, we are just getting familiar with Autoware and integrating it with AWSIM but we cannot make the car to run.
When loading up Autoware, this is what it shows to us now.
We have tried to listen to the
/api/operation_mode/state
but this topic is quiet (nothing is published to this topic).We also tried to listen to the '/diagnostics` topic, and this is the message that we get
FYI, we are using the docker version of Autoware and following this tutorial to use AWSIM.
This is the command to launch the docker container of Autoware
rocker --nvidia --x11 --user --volume $HOME/autoware --volume $HOME/autoware_map --volume $HOME/autoware_data-- ghcr.io/autowarefoundation/autoware-universe:latest-cuda
We realized that mounting the
autoware_data
folder to this container is necessary although the installation tutorial does not mention anything about it.Any help would be appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions