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

Add notice that actionlib_msgs is deprecated #75

Merged
merged 2 commits into from
Oct 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions actionlib_msgs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This package is **deprecated** and exists to support bridging ROS 1 action topics.
For ROS 2 actions, see [action_msgs](https://github.com/ros2/rcl_interfaces/tree/master/action_msgs).
6 changes: 5 additions & 1 deletion actionlib_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>actionlib_msgs</name>
<version>0.8.0</version>
<description>A package containing some message definitions used in the implementation of actions.</description>
<description>A package containing some message definitions used in the implementation of ROS 1 actions.</description>
<maintainer email="[email protected]">William Woodall</maintainer>
<license>Apache License 2.0</license>

Expand All @@ -24,5 +24,9 @@

<export>
<build_type>ament_cmake</build_type>

<deprecated>
This package will be removed in a future ROS distro, once the ROS 1 bridge supports actions.
</deprecated>
</export>
</package>