Skip to content
Snippets Groups Projects
Commit 60bc7f38 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Update to modification in hpp-corbaserver interfaces.

parent 0eaa7f85
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
# hpp-corbaserver. If not, see
# <http://www.gnu.org/licenses/>.
from hpp.corbaserver.robot import Robot as Parent
from hpp.corbaserver.robot import HumanoidRobot as Parent
class Robot (Parent):
packageName = "hrp2_14_description"
......@@ -70,9 +70,8 @@ class Robot (Parent):
"RLEG_JOINT5": 0.0
}
def __init__ (self):
Parent.__init__ (self, "freeflyer", self.packageName, self.urdfName,
self.urdfSuffix, self.srdfSuffix)
def __init__ (self, robotName):
Parent.__init__ (self, robotName, "freeflyer")
def getInitialConfig (self):
q = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment