Skip to content

Commit

Permalink
Add notice that actionlib_msgs is deprecated (#75)
Browse files Browse the repository at this point in the history
* Add notice that actionlib_msgs is deprecated

Signed-off-by: Jacob Perron <[email protected]>

* Add deprecation tag to actionlib_msgs

Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron authored Oct 16, 2019
1 parent 84bfd2d commit 4b1cece
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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>

0 comments on commit 4b1cece

Please sign in to comment.