Hello, I have two problems in the unit 3 “Advanced Launch Files > Use other launches inside launches”
The first one is that the file start_rviz.launch.py is not completed, the package_description must be declared. I did it with the following line (I think that is not the right solution)
package_description = "launch_tests_pkg"
So my first problem is that after saving the rviz config in "ros2_ws/src/launch_tests_pkg/rviz_config/
And after I relaunch the main.launch.py, there is no config loaded. I guess it’s due to I’m saving in "ros2_ws/src/launch_tests_pkg/rviz_config/ instead of “/install/launch_tests_pkg/share…”
What am I doing wrong?
My second problem is that I can’t visualize the Robot Model. Any idea?