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

Add gaze in the list of operational points.

parent 02df5464
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -42,7 +42,8 @@ class AbstractHumanoidRobot (object):
"""
OperationalPoints = ['left-wrist', 'right-wrist',
'left-ankle', 'right-ankle']
'left-ankle', 'right-ankle',
'gaze']
"""
Operational points are specific interesting points of the robot
used to control it.
......
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