from autoware_auto_msgs.msg import BoundingBoxArray ModuleNotFoundError: No module named 'autoware_auto_msgs' OSSDC SIM with Autoware.Auto and RViz #4950
Unanswered
surajkhatal20
asked this question in
Q&A
Replies: 1 comment
-
It appears that the message package was not compiled or was not referenced successfully |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on integrating the OSSDC simulator with Autoware.Auto and RViz. However, I am encountering a couple of issues that I need some help,
I am trying to import BoundingBoxArray from autoware_auto_msgs, but I keep getting the following error: "from autoware_auto_msgs.msg import BoundingBoxArray ModuleNotFoundError: No module named 'autoware_auto_msgs'"
However, I do not see any data from the simulator in RViz. Is there a specific configuration or topic I should be subscribing to? Could there be any missing steps in setting up the communication between RViz and the OSSDC simulator?
Any help or guidance on these issues would be greatly appreciated!
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions