ros-controls / ros2_control_demos

This repository aims at providing examples to illustrate ros2_control and ros2_controllers
https://control.ros.org
Apache License 2.0
389 stars 185 forks source link

🚀 Strategy for bringing the repository up to date 🤖 #231

Open destogl opened 1 year ago

destogl commented 1 year ago

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 and ros2_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

Examples

christophfroehlich commented 1 year ago

should we add the mode-switching as a standalone example, or add this to example_1?

christophfroehlich commented 1 year ago

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.

christophfroehlich commented 1 year ago

I had a look on the images in the doc folder, which are outdated imho. @destogl can we update them or should we delete them?