Skip to content

Commit

Permalink
deprecate old packages
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Brameld <[email protected]>
  • Loading branch information
ijnek committed Jan 21, 2024
1 parent 3dd5f3d commit 3276134
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions r2r_spl_7/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@

<export>
<build_type>ament_python</build_type>
<deprecated>
Please use r2r_spl. r2r_spl_7 is deprecated as of J-turtle, and will be removed in K-turtle.
</deprecated>
</export>
</package>
3 changes: 3 additions & 0 deletions r2r_spl_8/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@

<export>
<build_type>ament_python</build_type>
<deprecated>
Please use r2r_spl. r2r_spl_8 is deprecated as of J-turtle, and will be removed in K-turtle.
</deprecated>
</export>
</package>
6 changes: 6 additions & 0 deletions splsm_7/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@

<export>
<build_type>ament_cmake</build_type>
<deprecated>
splsm_7 is deprecated as of J-turtle, and will be removed in K-turtle.
There is no Standard Message defined in the SPL rule book since 2023, and teams are free
to define their own message.
You can use r2r_spl with your custom message to achieve robot to robot communciation.
</deprecated>
</export>
</package>
5 changes: 5 additions & 0 deletions splsm_7_conversion/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@

<export>
<build_type>ament_python</build_type>
<deprecated>
splsm_7_conversion is deprecated as of J-turtle, and will be removed in K-turtle.
Please transition to use r2r_spl instead of r2r_spl_7, so that you don't depend on this
package.
</deprecated>
</export>
</package>
6 changes: 6 additions & 0 deletions splsm_8/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@

<export>
<build_type>ament_cmake</build_type>
<deprecated>
splsm_8 is deprecated as of J-turtle, and will be removed in K-turtle.
There is no Standard Message defined in the SPL rule book since 2023, and teams are free
to define their own message.
You can use r2r_spl with your custom message to achieve robot to robot communciation.
</deprecated>
</export>
</package>
5 changes: 5 additions & 0 deletions splsm_8_conversion/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@

<export>
<build_type>ament_python</build_type>
<deprecated>
splsm_8_conversion is deprecated as of J-turtle, and will be removed in K-turtle.
Please transition to use r2r_spl instead of r2r_spl_8, so that you don't depend on this
package.
</deprecated>
</export>
</package>

0 comments on commit 3276134

Please sign in to comment.