Skip to content
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

Msg with encapsulated with std_msgs doesn't works #31

Open
maxired opened this issue Jul 11, 2012 · 4 comments
Open

Msg with encapsulated with std_msgs doesn't works #31

maxired opened this issue Jul 11, 2012 · 4 comments

Comments

@maxired
Copy link
Contributor

maxired commented Jul 11, 2012

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.

@baalexander
Copy link
Owner

Hmm, Header may be an exception here. The old logic used to prepend "std_msgs/" to "Header". I'll re-add that functionality.

@maxired
Copy link
Contributor Author

maxired commented Jul 12, 2012

That's what I did in my local version, I don't know yet if there are more "Exception".

@baalexander
Copy link
Owner

@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.

@maxired
Copy link
Contributor Author

maxired commented Jul 19, 2012

@baalexander : thanks for the information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants