To run the Example Library Scenario, first build the package:
colcon build --packages-up-to example_library
Source the workspace:
source install/setup.bash
Now, run the following command to launch the scenario:
ros2 run scenario_execution scenario_execution examples/example_library/scenarios/example_library.osc
For a more detailed understanding of the code structure and scenario implementation please refer to the tutorial documentation.