From 85275d2c22be19101938ab1b22df74b14e3a14b3 Mon Sep 17 00:00:00 2001 From: jlurgo Date: Fri, 17 Jan 2020 14:50:28 -0300 Subject: [PATCH] Dock model created --- ca_description/launch/spawn_dock.launch | 14 +++++++ ca_description/urdf/dock/dock.xacro | 48 ++++++++++++++++++++++ ca_gazebo/launch/create_empty_world.launch | 5 +++ 3 files changed, 67 insertions(+) create mode 100644 ca_description/launch/spawn_dock.launch create mode 100644 ca_description/urdf/dock/dock.xacro diff --git a/ca_description/launch/spawn_dock.launch b/ca_description/launch/spawn_dock.launch new file mode 100644 index 000000000..524d86d6b --- /dev/null +++ b/ca_description/launch/spawn_dock.launch @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/ca_description/urdf/dock/dock.xacro b/ca_description/urdf/dock/dock.xacro new file mode 100644 index 000000000..172b7ab14 --- /dev/null +++ b/ca_description/urdf/dock/dock.xacro @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ca_gazebo/launch/create_empty_world.launch b/ca_gazebo/launch/create_empty_world.launch index 6e2eafb79..70ff9bdb9 100644 --- a/ca_gazebo/launch/create_empty_world.launch +++ b/ca_gazebo/launch/create_empty_world.launch @@ -31,6 +31,11 @@ + + + + +