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

Fixed duplicate search path issue #4

Closed
wants to merge 1 commit into from
Closed

Fixed duplicate search path issue #4

wants to merge 1 commit into from

Conversation

fairlight1337
Copy link

Duplicate search paths would generate faulty .asd files form action definitions (request/feedback/reply messages get defined multiple times, i.e. breaking ASDF loading).

Fixes the problem stated on ros-users in this mail thread:
https://code.ros.org/lurker/thread/20130605.125757.7e5ce9d5.en.html

Duplicate search paths would generate faulty .asd files form action definitions (request/feedback/reply messages get defined multiple times, i.e. breaking ASDF loading).
@dirk-thomas
Copy link
Member

The patch only addresses the symptoms but not the actual problem of having duplicates in the search path for messages. After looking into it a bit more the issue is not limited to actions but also affects messages if add_message_files() is invoked multiple time in one project. Actions always use multiple calls to add_message_files() which makes it most visible there. I have created a ticket on genmsg for that where the actual issue should be addressed: ros/genmsg#27

@dirk-thomas dirk-thomas closed this Jun 5, 2013
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

Successfully merging this pull request may close these issues.

2 participants