diff --git a/src/hpp/corbaserver/rbprm/anymal/robot.py b/src/hpp/corbaserver/rbprm/anymal/robot.py
index dad3378a4ad858671ca21319787025d98248200b..17cd605e1b2c5efce12623ef14d960006f13a756 100644
--- a/src/hpp/corbaserver/rbprm/anymal/robot.py
+++ b/src/hpp/corbaserver/rbprm/anymal/robot.py
@@ -165,19 +165,19 @@ class Robot (Parent):
 
     def setVeryConstrainedJointsBounds(self):
         self.setJointBounds('LF_HAA',[-1.,1.])
-        self.setJointBounds('LF_HFE',[0,1.])
+        self.setJointBounds('LF_HFE',[0.2,0.95])
         self.setJointBounds('LF_KFE',[-2.35,0.])
 
         self.setJointBounds('RF_HAA',[-1.,1.])
-        self.setJointBounds('RF_HFE',[0,1.])
+        self.setJointBounds('RF_HFE',[0.2,0.95])
         self.setJointBounds('RF_KFE',[-2.35,0.])
 
         self.setJointBounds('LH_HAA',[-1.,1.])
-        self.setJointBounds('LH_HFE',[-1.1,-0.2])
+        self.setJointBounds('LH_HFE',[-1.,-0.5])
         self.setJointBounds('LH_KFE',[0.,2.35])
 
         self.setJointBounds('RH_HAA',[-1.,1.])
-        self.setJointBounds('RH_HFE',[-1.1,-0.2])
+        self.setJointBounds('RH_HFE',[-1.,-0.5])
         self.setJointBounds('RH_KFE',[0.,2.35])