-
Notifications
You must be signed in to change notification settings - Fork 64
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
Remove action msgs dependency #115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
control_msgs/control_msgs/CMakeLists.txt
Line 13 in 7c90617
find_package(action_msgs REQUIRED) |
Can you also remove this line?
Apart from that looks good to me. Thanks for the cleanup.
sure, sorry I forgot that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks clean to me.
Simply out of interest: Do you have any source of why that's not needed? I always added it in the past.
I noticed that in the action tutorial it went away from humble to iron, but it doesn't show in the Iron release notes.
More specifically, this post suggests that it was indeed needed in the past and then was stripped down to having it in the package.xml was still required.
Phew. I haven't looked that up at all to be honest. I saw no direct dependency in our messages, and it just compiled without. |
72a5b80
to
8464f1e
Compare
This reverts commit 93b7ca7.
action_msgs is not needed within this repo.