-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
topic mismatch #9
Comments
I also encountered the same problem, the root cause is that the hungarianFind function in the hpp file lacks a stable return value. |
Hi, Thanks for spotting the issue! I have now fixed the return value in the function Please let me know if your issue still persists. Best regards, |
Hi juannn01, May I know if your issue still exists after trying the latest code (the version with the I am not able to reproduce your error on my side right now. If it persists, please provide more information so I can track down the root cause. Thanks! |
Hey Shuo Sun, I have the same issue. I believe you have not pushed the code with the change to hungarianFind() yet! Reyshwanth |
I'm getting this error message when running: rosrun lidar_obstacle_detector obstacle_detector_node
[ WARN] [1694011142.137067402]: couldn't register subscriber on topic [/]
[ERROR] [1694011142.138495795]: Tried to advertise on topic [/] with md5sum [c8f4a8bb1acd18ce778d183912bb472d] and datatype [jsk_recognition_msgs/BoundingBoxArray], but the topic is already advertised as md5sum [1158d486dd51d683ce2f1be655c3c181] and datatype [sensor_msgs/PointCloud2]
[ERROR] [1694011142.138548295]: Tried to advertise on topic [/] with md5sum [c16aecef51c24c6808480a0295e47806] and datatype [autoware_msgs/DetectedObjectArray], but the topic is already advertised as md5sum [1158d486dd51d683ce2f1be655c3c181] and datatype [sensor_msgs/PointCloud2]
The text was updated successfully, but these errors were encountered: