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

Add end effector names in class Robot.

parent 9376740f
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,10 @@ class Robot (Parent):
def __init__ (self, robotName):
Parent.__init__ (self, robotName, "freeflyer")
self.rightWrist = "RARM_JOINT5"
self.leftWrist = "LARM_JOINT5"
self.rightAnkle = "RLEG_JOINT5"
self.leftAnkle = "LLEG_JOINT5"
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