The example given for including the foxglove bridge launch file in another XML launch file in ROS2 had an extra forward slash that was removed.
Prevent copy-paste issue.
Before
After
```shell
[INFO] [launch]: Default logging verbosity is set to INFO
[ERROR] [launch]: Caught exception in launch (see debug for traceback): Caught multiple exceptions when trying to load file of format [xml]:
- InvalidFrontendLaunchFileError: Caught multiple exceptions when trying to load file of format [xml]:
- ParseError: mismatched tag: line 6, column 4
- RuntimeError: Expected only one root
- SyntaxError: invalid syntax (foxglove_bridge_launch.xml, line 1)
```
Changelog
Documentation typo error.
Description
The example given for including the foxglove bridge launch file in another XML launch file in ROS2 had an extra forward slash that was removed.
Prevent copy-paste issue.