From 746ae0f3cfccc81017fcc9fbab3beaeaa766e65f Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Wed, 25 Sep 2024 17:26:14 -0500 Subject: [PATCH] Add xml launch file to showcase `` and `` (#9) Signed-off-by: Addisu Z. Taddese --- .../launch/ionic_navigation_demo_launch.py | 2 +- .../launch/ionic_navigation_demo_launch.xml | 13 +++++++ ionic_demo/launch/tb4_spawn_launch.xml | 38 +++++++++++++++++++ ionic_demo/launch/world_launch.xml | 6 +++ 4 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 ionic_demo/launch/ionic_navigation_demo_launch.xml create mode 100644 ionic_demo/launch/tb4_spawn_launch.xml create mode 100644 ionic_demo/launch/world_launch.xml diff --git a/ionic_demo/launch/ionic_navigation_demo_launch.py b/ionic_demo/launch/ionic_navigation_demo_launch.py index c8868cc..f0943d4 100644 --- a/ionic_demo/launch/ionic_navigation_demo_launch.py +++ b/ionic_demo/launch/ionic_navigation_demo_launch.py @@ -33,7 +33,7 @@ def generate_launch_description(): launch_dir = bringup_dir / 'launch' headless = LaunchConfiguration('headless') declare_headless_cmd = DeclareLaunchArgument( - 'headless', default_value='True', description='Whether to execute gzclient)' + 'headless', default_value='True', description='Whether to execute gzclient' ) return LaunchDescription( diff --git a/ionic_demo/launch/ionic_navigation_demo_launch.xml b/ionic_demo/launch/ionic_navigation_demo_launch.xml new file mode 100644 index 0000000..e2052cb --- /dev/null +++ b/ionic_demo/launch/ionic_navigation_demo_launch.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/ionic_demo/launch/tb4_spawn_launch.xml b/ionic_demo/launch/tb4_spawn_launch.xml new file mode 100644 index 0000000..5712075 --- /dev/null +++ b/ionic_demo/launch/tb4_spawn_launch.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ionic_demo/launch/world_launch.xml b/ionic_demo/launch/world_launch.xml new file mode 100644 index 0000000..2cda822 --- /dev/null +++ b/ionic_demo/launch/world_launch.xml @@ -0,0 +1,6 @@ + + +