From 5febd6d4f01c333ba0dc1d909b102afdd47489fd Mon Sep 17 00:00:00 2001 From: MikeS96 Date: Tue, 14 Jul 2020 11:59:30 -0500 Subject: [PATCH] Setted up launch file for AMCL and map server node --- .../where_am_i/my_robot/launch/amcl.launch | 21 +++++++++++++++++++ .../my_robot/{src => }/maps/map.yaml | 0 2 files changed, 21 insertions(+) create mode 100644 localization/where_am_i/my_robot/launch/amcl.launch rename localization/where_am_i/my_robot/{src => }/maps/map.yaml (100%) diff --git a/localization/where_am_i/my_robot/launch/amcl.launch b/localization/where_am_i/my_robot/launch/amcl.launch new file mode 100644 index 0000000..bb5f018 --- /dev/null +++ b/localization/where_am_i/my_robot/launch/amcl.launch @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/localization/where_am_i/my_robot/src/maps/map.yaml b/localization/where_am_i/my_robot/maps/map.yaml similarity index 100% rename from localization/where_am_i/my_robot/src/maps/map.yaml rename to localization/where_am_i/my_robot/maps/map.yaml