diff --git a/magni_bringup/config/default_robot.yaml b/magni_bringup/config/default_robot.yaml
index 706b2faf..b0cc83c6 100644
--- a/magni_bringup/config/default_robot.yaml
+++ b/magni_bringup/config/default_robot.yaml
@@ -2,7 +2,7 @@
# Default Robot Configuration
# WARNING: Changing the content of this folder effects the working of magni_bringup/scripts/launch_core.py !!!
-# Make sure you understand what you're doing before changing anything in here.
+# Make sure you understand what you're doing before changing anything in here.
# ============================================= USER CHANGEABLE PARAMETERS =================================================
@@ -79,11 +79,15 @@ ubiquity_velocity_controller:
x:
has_velocity_limits : true
max_velocity : 1.0 # m/s
+ min_velocity : -1.0 # m/s
has_acceleration_limits: true
max_acceleration : 1.1 # m/s^2
+ min_acceleration : -1.1 # m/s^2
angular:
z:
has_velocity_limits : true
max_velocity : 2.0 # rad/s
+ min_velocity : -2.0 # rad/s
has_acceleration_limits: true
max_acceleration : 5.0 # rad/s^2
+ min_acceleration : -5.0 # rad/s^2
diff --git a/magni_bringup/launch/core_launch.em b/magni_bringup/launch/core_launch.em
index 9ff17300..578b12db 100644
--- a/magni_bringup/launch/core_launch.em
+++ b/magni_bringup/launch/core_launch.em
@@ -3,7 +3,7 @@
-
+
@@ -67,16 +67,20 @@
+
+
@(pose_covariance_diagonal)
@(twist_covariance_diagonal)
+
+