From 94ec2a02bbbb2e60719a6be979cc78b3ee66439e Mon Sep 17 00:00:00 2001 From: Erik Andresen Date: Sat, 17 Oct 2015 12:48:31 +0200 Subject: [PATCH] removed move_base --- arm.launch | 17 ------ config/base_local_planner_params.yaml | 13 ----- config/costmap_common_params.yaml | 9 ---- config/global_costmap_params.yaml | 9 ---- config/local_costmap_params.yaml | 13 ----- config/map.png | Bin 2236 -> 0 bytes move_base.launch | 20 ------- urdf/arm.urdf.xacro | 74 -------------------------- 8 files changed, 155 deletions(-) delete mode 100644 config/base_local_planner_params.yaml delete mode 100644 config/costmap_common_params.yaml delete mode 100644 config/global_costmap_params.yaml delete mode 100644 config/local_costmap_params.yaml delete mode 100644 config/map.png delete mode 100644 move_base.launch delete mode 100644 urdf/arm.urdf.xacro diff --git a/arm.launch b/arm.launch index 877df4c..9e120c7 100644 --- a/arm.launch +++ b/arm.launch @@ -1,21 +1,4 @@ - - - - - - - - - - - - - - - - - diff --git a/config/base_local_planner_params.yaml b/config/base_local_planner_params.yaml deleted file mode 100644 index 0db0a91..0000000 --- a/config/base_local_planner_params.yaml +++ /dev/null @@ -1,13 +0,0 @@ -TrajectoryPlannerROS: - max_vel_x: 0.50 - min_vel_x: 0.10 - max_vel_theta: 1.0 - min_vel_theta: -1.0 - min_in_place_vel_theta: 0.4 - - acc_lim_x: 2.5 - acc_lim_y: 2.5 - acc_lim_theta: 3.2 - - holonomic_robot: false - meter_scoring: true diff --git a/config/costmap_common_params.yaml b/config/costmap_common_params.yaml deleted file mode 100644 index 3810429..0000000 --- a/config/costmap_common_params.yaml +++ /dev/null @@ -1,9 +0,0 @@ -footprint: [ [0.22, 0.11], [-0.08, 0.11], [-0.08, -0.11], [0.22, -0.11] ] -#robot_radius: 0.15 -inflation_radius: 0.55 - -obstacle_layer: - observation_sources: laser_scan_sensor - obstacle_range: 2.5 - raytrace_range: 3.0 - laser_scan_sensor: {sensor_frame: camera_depth_frame, data_type: LaserScan, topic: scan, marking: true, clearing: true} diff --git a/config/global_costmap_params.yaml b/config/global_costmap_params.yaml deleted file mode 100644 index 483f9fa..0000000 --- a/config/global_costmap_params.yaml +++ /dev/null @@ -1,9 +0,0 @@ -global_costmap: - global_frame: /map - robot_base_frame: base_link - update_frequency: 5.0 - static_map: true - plugins: - - {name: static_layer, type: 'costmap_2d::StaticLayer'} - - {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'} - - {name: inflation_layer, type: 'costmap_2d::InflationLayer'} diff --git a/config/local_costmap_params.yaml b/config/local_costmap_params.yaml deleted file mode 100644 index e554765..0000000 --- a/config/local_costmap_params.yaml +++ /dev/null @@ -1,13 +0,0 @@ -local_costmap: - global_frame: odom - robot_base_frame: base_link - update_frequency: 5.0 - publish_frequency: 2.0 - static_map: false - rolling_window: true - width: 10.0 - height: 10.0 - resolution: 0.01 - plugins: - - {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'} - - {name: inflation_layer, type: 'costmap_2d::InflationLayer'} diff --git a/config/map.png b/config/map.png deleted file mode 100644 index edbf44f271eb9fa26d3298689d8af289ef63e2f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2236 zcmeAS@N?(olHy`uVBq!ia0y~yV15C@96$kvj1%1!K#D2J+ueoXe|!I#{XiaPfk$L9 z0|U1(2s1Lwnj--eWH0gbb!ETDBP_-$Bb2z+oq>VF*VDx@q~g}w%Z$80-eH3S`=38% zj^gybrukskM1~$d30VWHgpva<8ZI&}W_Du-VPwIBFbS9-ifV`;nh`yGs75d@Zibi* zGXi88VRMmHgPlf%xkw&?X~%FcOaiBuvA7q*TnsNu$PzRc!^;O=5H=S*DCrhO2_>BH z5Q2GaG%P{!juH3haWn#wyW8~9q614-94$IPCE94w0j^UqO3R^MbhNJ*o8HTD-saeK R1z=l)!PC{xWt~$(699@P5ZC|! diff --git a/move_base.launch b/move_base.launch deleted file mode 100644 index 1ef9f37..0000000 --- a/move_base.launch +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/urdf/arm.urdf.xacro b/urdf/arm.urdf.xacro deleted file mode 100644 index dd7b0f1..0000000 --- a/urdf/arm.urdf.xacro +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.39.2