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
@maxired - I just wanted to give you a heads up that I'm planning to spend some time fixing these issues, but won't have a chance to sit down and focus on it for about a week.
As for this specific issue, I think a single check if === "Header", prepend std_msgs/ should be fine for now.
Using a message wich contains an uncaspulated standard message, the message is searced only in the packages directory and not in the standard one.
For example sensor_msgs/Image conains a field Header.
We look for the field Header in the sensor_msgs packages, but not also in the std_msgs.
The text was updated successfully, but these errors were encountered: