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
Traceback (most recent call last):
File "./tools/ros_eval_ycb_message.py", line 10, in
from darknet_ros_msgs.msg import BoundingBoxes, BoundingBox
ImportError: No module named 'darknet_ros_msgs'
where are darknet_ros_msgs?
The text was updated successfully, but these errors were encountered:
It is a package you can download it using the following command sudo apt install ros-noetic-darknet-ros-msgs
You can change noetic to your ros version @BigRays
Traceback (most recent call last):
File "./tools/ros_eval_ycb_message.py", line 10, in
from darknet_ros_msgs.msg import BoundingBoxes, BoundingBox
ImportError: No module named 'darknet_ros_msgs'
where are darknet_ros_msgs?
The text was updated successfully, but these errors were encountered: