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

Deprecate nao_command_msgs and nao_sensor_msgs #7

Merged
merged 1 commit into from
Jul 27, 2023
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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[![Build and Test (iron)](../../actions/workflows/build_and_test_iron.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_iron.yaml?query=branch:rolling)
[![Build and Test (rolling)](../../actions/workflows/build_and_test_rolling.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_rolling.yaml?query=branch:rolling)

For more information, see our [Documentation](https://nao-interfaces-docs.readthedocs.io/)
THIS PACKAGE IS DEPRECATED, PLEASE USE [nao_lola](https://nao-lola-docs.readthedocs.io/)

This is NOT an official package from Softbank Robotics.
3 changes: 3 additions & 0 deletions nao_command_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@

<export>
<build_type>ament_cmake</build_type>
<deprecated>
Please use nao_lola_command_msgs. nao_command_msgs will be removed in K-turtle.
</deprecated>
</export>
</package>
3 changes: 3 additions & 0 deletions nao_sensor_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@

<export>
<build_type>ament_cmake</build_type>
<deprecated>
Please use nao_lola_sensor_msgs. nao_sensor_msgs will be removed in K-turtle.
</deprecated>
</export>
</package>