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