diff --git a/cob_map_accessibility_analysis/CMakeLists.txt b/cob_map_accessibility_analysis/CMakeLists.txt
index ce5fb342..cbeb7fdd 100644
--- a/cob_map_accessibility_analysis/CMakeLists.txt
+++ b/cob_map_accessibility_analysis/CMakeLists.txt
@@ -26,6 +26,9 @@ find_package(catkin REQUIRED COMPONENTS
find_package(Boost REQUIRED)
find_package(OpenCV REQUIRED)
+set(CMAKE_CXX_COMPILER "clang++")
+set(CMAKE_C_COMPILER "clang")
+
catkin_python_setup()
add_service_files(
diff --git a/cob_navigation_config/robots/raw3-5/nav/costmap_common_params.yaml b/cob_navigation_config/robots/raw3-5/nav/costmap_common_params.yaml
index e8698598..cdd86b14 100644
--- a/cob_navigation_config/robots/raw3-5/nav/costmap_common_params.yaml
+++ b/cob_navigation_config/robots/raw3-5/nav/costmap_common_params.yaml
@@ -81,7 +81,7 @@ obstacle_layer:
inflation_layer:
# The radius in meters to which the map inflates obstacle cost values.
- inflation_radius: 0.55 # default: 0.55
+ inflation_radius: 0.65 # default: 0.55
# A scaling factor to apply to cost values during inflation.
cost_scaling_factor: 8.01 # default: 10.0
diff --git a/cob_navigation_global/config/local_planner_eband.yaml b/cob_navigation_global/config/local_planner_eband.yaml
new file mode 100644
index 00000000..8d90ceea
--- /dev/null
+++ b/cob_navigation_global/config/local_planner_eband.yaml
@@ -0,0 +1,29 @@
+max_vel_lin: 0.74
+max_vel_th: 0.5
+
+min_vel_lin: 0.0
+min_vel_th: 0.0
+
+min_in_place_vel_th: 0.0
+in_place_trans_vel: 0.0
+
+xy_goal_tolerance: 0.02
+yaw_goal_tolerance: 0.04
+tolerance_timeout: 0.5
+
+k_prop: 4.0
+k_damp: 3.5
+
+Ctrl_Rate: 15.0
+
+max_acceleration: 0.3
+virtual_mass: 0.75
+
+max_translational_acceleration: 0.3
+max_rotational_acceleration: 1.5
+
+rotation_correction_threshold: 2.0
+
+
+#Stuff from utexas which we don't need for Care-O-bot 3
+differential_drive: false
diff --git a/cob_navigation_global/launch/2dnav_ros_eband.launch b/cob_navigation_global/launch/2dnav_ros_eband.launch
new file mode 100644
index 00000000..580f9a3e
--- /dev/null
+++ b/cob_navigation_global/launch/2dnav_ros_eband.launch
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/cob_navigation_global/launch/2dnav_ros_eband.xml b/cob_navigation_global/launch/2dnav_ros_eband.xml
new file mode 100644
index 00000000..f66bd67a
--- /dev/null
+++ b/cob_navigation_global/launch/2dnav_ros_eband.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/cob_navigation_global/launch/amcl_node.xml b/cob_navigation_global/launch/amcl_node.xml
index 2ea3be4d..feac8ce7 100644
--- a/cob_navigation_global/launch/amcl_node.xml
+++ b/cob_navigation_global/launch/amcl_node.xml
@@ -11,7 +11,7 @@
-
+