Team-Isaac-Polito / reseq_ros2

High-level ROS2 code to control the ReseQ robot
GNU General Public License v3.0
0 stars 0 forks source link

Refactor YAML files #47

Open lorixhack opened 1 day ago

lorixhack commented 1 day ago

We want to separate the YAML configuration files in smaller YAML files where each of them will contain a separate part of the codebase:

You can find the config files in this directory: reseq_ros2/reseq_ros2/config

The idea is to create a script which will generate the YAML file for the specific configuration we will want to launch, including the other base YAML files.

Yusuf-Serdar commented 3 hours ago

It sounds like a good idea. But I'm not sure I'm getting the point of the script right. Correct me if I'm wrong.

My objective would be that

If there is no problem so far, my question about the script is that

Any further clarification on the script would be great.