From 71c627949a89d02b2ef9ea4152071d209958838b Mon Sep 17 00:00:00 2001 From: Hadrien Date: Sat, 27 Jun 2020 10:19:10 +0200 Subject: [PATCH] =?UTF-8?q?Transf=C3=A9rer=20les=20fichiers=20vers=20'Proj?= =?UTF-8?q?et/pioneer=5F2dnav'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projet/pioneer_2dnav/README.md | 8 +++ .../pioneer_2dnav/local_costmap_params.yaml | 13 ++++ Projet/pioneer_2dnav/move_base.launch | 14 +++++ Projet/pioneer_2dnav/move_base_global.launch | 15 +++++ Projet/pioneer_2dnav/package.xml | 59 +++++++++++++++++++ 5 files changed, 109 insertions(+) create mode 100644 Projet/pioneer_2dnav/README.md create mode 100644 Projet/pioneer_2dnav/local_costmap_params.yaml create mode 100644 Projet/pioneer_2dnav/move_base.launch create mode 100644 Projet/pioneer_2dnav/move_base_global.launch create mode 100644 Projet/pioneer_2dnav/package.xml diff --git a/Projet/pioneer_2dnav/README.md b/Projet/pioneer_2dnav/README.md new file mode 100644 index 0000000..d578543 --- /dev/null +++ b/Projet/pioneer_2dnav/README.md @@ -0,0 +1,8 @@ +# pioneer_2dnav +Pioneer3dx 2D navigation configuration and launch files + +Use in combination with nav_bundle and pioneer_gazebo_ros for gazebo simulation + +Use in combination with nav_bundle and pioneer_test for hardware implementation + +NOTE: If using in combination with ESTOP package (https://github.com/nrjl/rqt_estop), uncomment line 9 to send cmd_vel via cmd_vel_estop diff --git a/Projet/pioneer_2dnav/local_costmap_params.yaml b/Projet/pioneer_2dnav/local_costmap_params.yaml new file mode 100644 index 0000000..035fd67 --- /dev/null +++ b/Projet/pioneer_2dnav/local_costmap_params.yaml @@ -0,0 +1,13 @@ +local_costmap: + global_frame: odom + robot_base_frame: base_link + update_frequency: 5.0 + publish_frequency: 5.0 + static_map: false + rolling_window: true + width: 3.0 + height: 3.0 + resolution: 0.05 + publish_cost_grid: true + inflation_radius: 2.0 + cost_scaling_factor: 5.0 diff --git a/Projet/pioneer_2dnav/move_base.launch b/Projet/pioneer_2dnav/move_base.launch new file mode 100644 index 0000000..b77e326 --- /dev/null +++ b/Projet/pioneer_2dnav/move_base.launch @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/Projet/pioneer_2dnav/move_base_global.launch b/Projet/pioneer_2dnav/move_base_global.launch new file mode 100644 index 0000000..a5938b6 --- /dev/null +++ b/Projet/pioneer_2dnav/move_base_global.launch @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/Projet/pioneer_2dnav/package.xml b/Projet/pioneer_2dnav/package.xml new file mode 100644 index 0000000..cce24b1 --- /dev/null +++ b/Projet/pioneer_2dnav/package.xml @@ -0,0 +1,59 @@ + + + pioneer_2dnav + 0.0.0 + The pioneer_2dnav package + + + + + jchu2041 + + + + + + TODO + + + + + + + + + + + + + + + + + + + + + + + + + + catkin + gmapping + move_base + rosaria + gmapping + move_base + rosaria + + + + + + + + + + + \ No newline at end of file