-
Notifications
You must be signed in to change notification settings - Fork 187
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
🚀 Strategy for bringing the repository up to date 🤖 #231
Labels
Comments
destogl
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Feb 2, 2023
14 tasks
destogl
changed the title
Strategy for bringing the repository up to date
🚀 Strategy for bringing the repository up to date 🤖
Feb 2, 2023
destogl
changed the title
🚀 Strategy for bringing the repository up to date 🤖
🚀 Strategy for bringing the repository up to date 🤖
Feb 2, 2023
1 task
This was referenced Feb 5, 2023
should we add the mode-switching as a standalone example, or add this to example_1? |
I propose integrating it into example_1 with #243 , because the controller-yaml already had the JTC config. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue provides an overview and steps to bring the repository up to the speed of the rest of the framework.
Goal: Get all existing examples into new structure, working with the master branches of
ros2_control
andros2_controllers
repositories, and make maintenance easy.Check #232 for the implementation of this strategy.
Let's add all the example to the above PR and merge the whole restructuring at once. For that, we will squash-merge all the PR expect the last one to the master.
** Below items are referencing issues that should be resolved to achieve the goal **
Target Structure and Usage of Functionalities from Other Repositories
**NOTE**:
from.rst
files and use.. note::
blockCMakeLists.txt
structure for overriding showed in - ros_controls/ros2_control#926test_nodes
package from this repository and useros2_controllers_test_nodes
packageusing
in examples and usehardware_interface::CallbackReturn
instead #171Examples
The text was updated successfully, but these errors were encountered: