From 2da4cdc3869ce56d7bcdb695d0ca5af85397daef Mon Sep 17 00:00:00 2001 From: Walter Fetter Lages Date: Fri, 10 May 2019 04:29:02 -0300 Subject: [PATCH] Move config and launch to twil_bringup. --- config/odometry_publisher.yaml | 1 - config/twil.yaml | 9 --------- launch/gazebo8.launch | 30 ------------------------------ 3 files changed, 40 deletions(-) delete mode 120000 config/odometry_publisher.yaml delete mode 100644 config/twil.yaml delete mode 100644 launch/gazebo8.launch diff --git a/config/odometry_publisher.yaml b/config/odometry_publisher.yaml deleted file mode 120000 index 2bfa2ed..0000000 --- a/config/odometry_publisher.yaml +++ /dev/null @@ -1 +0,0 @@ -twil.yaml \ No newline at end of file diff --git a/config/twil.yaml b/config/twil.yaml deleted file mode 100644 index c81d863..0000000 --- a/config/twil.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Watch-out: The indentation here is relevant to the semantic! - -odometry_publisher: - wheel_separation: 0.322 - wheel_radius: [0.075, 0.075] - odom_frame_id: "odom" - base_frame_id: "twil_origin" - publish_rate: 100 - \ No newline at end of file diff --git a/launch/gazebo8.launch b/launch/gazebo8.launch deleted file mode 100644 index cb90f30..0000000 --- a/launch/gazebo8.launch +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.12.0