From 80ed1cb3d7f6275d602361d33cfb1706f9479683 Mon Sep 17 00:00:00 2001 From: Walter Fetter Lages Date: Fri, 10 May 2019 04:38:29 -0300 Subject: [PATCH] Add odometry configuration. --- twil_bringup/config/odometry_publisher.yaml | 9 +++++++++ twil_bringup/launch/gazebo8.launch | 30 +++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 twil_bringup/config/odometry_publisher.yaml create mode 100644 twil_bringup/launch/gazebo8.launch diff --git a/twil_bringup/config/odometry_publisher.yaml b/twil_bringup/config/odometry_publisher.yaml new file mode 100644 index 0000000..c81d863 --- /dev/null +++ b/twil_bringup/config/odometry_publisher.yaml @@ -0,0 +1,9 @@ +# 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/twil_bringup/launch/gazebo8.launch b/twil_bringup/launch/gazebo8.launch new file mode 100644 index 0000000..bd0af82 --- /dev/null +++ b/twil_bringup/launch/gazebo8.launch @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.12.0