Skip to content
Snippets Groups Projects
Commit 3ec2798c authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix python class gepetto.corbaserver.tools.Vector6

parent d5acc9e8
No related branches found
No related tags found
No related merge requests found
......@@ -118,8 +118,8 @@ class Vector6:
## \param groupName name of an **existing** group
def __init__ (self, groupName, angFactor = pi, linFactor = 1.):
self.name = groupName
self.linear = Linear (self.name + '/' + VelGetter.suffixLin)
self.angular = Angular (self.name + '/' + VelGetter.suffixAng)
self.linear = Linear (self.name + '/' + Vector6.suffixLin)
self.angular = Angular (self.name + '/' + Vector6.suffixAng)
self.angF = angFactor
self.linF = linFactor
......
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