In Example 2.5 when creating our very first ROS package, the following commands are executed in Shell #1:
rospack list
rospack list | grep my_package
roscd my_package
We can then see the created package and its contents by opening it through the IDE panel (see attachment).
In my window, the IDE is continuously loading as shown in image 2.
When clicking on the ‘Open Graphical Tools’ button in the top right, a black screen appears as shown in image 3.
How can I navigate to my newly created package and its contents?