-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add notice that actionlib_msgs is deprecated (#75)
* 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
1 parent
84bfd2d
commit 4b1cece
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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> |