-
Notifications
You must be signed in to change notification settings - Fork 132
Removed deprecated actionlib_msgs #280
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
Removed deprecated actionlib_msgs #280
Conversation
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
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.
it looks good to remove this message type. just a background check, why do we keep this message type? mean what for?
FYI @tfoote @mjcarroll |
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.
This was kept around to help with the ROS 1 to ROS 2 migration. In ROS 2 we made actions first class so instead of being actionlib doing the implementation the implementation is in the client libraries. The new messages are in https://index.ros.org/p/action_msgs/
Having these messages enabled at least introspection of ROS 1 actionlib operations. But now that ROS 1 is going EOL there's no requirement for keeping it around.
It would be good to at least ticket the few remaining dependencies on the deprecated package. https://index.ros.org/p/actionlib_msgs/#rolling-deps I suspect that they have old dependencies that can just be cleaned up.
@tfoote understood, thanks for the explanation. |
I created two PR in the related repositories |
Removed deprecated actionlib_msgs @see: ros2/common_interfaces#280 Signed-off-by: Jan Vermaete <[email protected]>
Removed deprecated actionlib_msgs @see: ros2/common_interfaces#280 Signed-off-by: Jan Vermaete <[email protected]>
Removed deprecated actionlib_msgs @see: ros2/common_interfaces#280 Signed-off-by: Jan Vermaete <[email protected]>
No description provided.